pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/git Subserve last jump update from 4.3.20 to 4.9....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f531ec4b96a
branches:  trunk
changeset: 572200:7f531ec4b96a
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Feb 22 09:15:56 2010 +0000

description:
Subserve last jump update from 4.3.20 to 4.9.5 without note of notable changes.
* add missing PLIST entries.
* need termcap library.
* exactly disable transition script, resolve conflicts with scmgit-* packages
  ("git" command was renamed to "gitfm" in version 4.9.2,
    and "git" command is just a transitional script now.
    it also notate git-scm command, but not fit to pkgsrc's devel/scmgit).
* skip lib/charset.alias, suggested by joreg.
* set LICENSE=gnu-gpl-v3
* marked as user-destdir support
* some pkglint clean.
Bump PKGREVISION.
XXX: this package should be renamed to "gnuit"?

diffstat:

 misc/git/Makefile |  13 +++++++++++--
 misc/git/PLIST    |  24 +++++++++++++++++++++---
 2 files changed, 32 insertions(+), 5 deletions(-)

diffs (99 lines):

diff -r 5b9924231719 -r 7f531ec4b96a misc/git/Makefile
--- a/misc/git/Makefile Mon Feb 22 08:38:50 2010 +0000
+++ b/misc/git/Makefile Mon Feb 22 09:15:56 2010 +0000
@@ -1,18 +1,27 @@
-# $NetBSD: Makefile,v 1.31 2010/02/21 12:24:59 obache Exp $
-PKGNAME=       git-4.9.5
+# $NetBSD: Makefile,v 1.32 2010/02/22 09:15:56 obache Exp $
+
 DISTNAME=      gnuit-4.9.5
+PKGNAME=       ${DISTNAME:S/gnuit-/git-/}
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GNU:=git/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://hulubei.net/tudor/git/
 COMMENT=       GNU Interactive Tools - a file system browser for UNIX systems
+LICENSE=       gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= YES
 CONFIGURE_ARGS+=       --htmldir=${PREFIX}/share/doc/gnuit
+CONFIGURE_ARGS+=       --disable-transition
 INFO_FILES=    YES
 
 post-extract:
        ${CP} ${WRKSRC}/term/gnuitrc.ansi.in ${WRKSRC}/term/gnuitrc.cons25.in
 
+CHECK_FILES_SKIP+=     lib/charset.alias
+
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5b9924231719 -r 7f531ec4b96a misc/git/PLIST
--- a/misc/git/PLIST    Mon Feb 22 08:38:50 2010 +0000
+++ b/misc/git/PLIST    Mon Feb 22 09:15:56 2010 +0000
@@ -1,11 +1,14 @@
-@comment $NetBSD: PLIST,v 1.9 2010/01/18 02:23:52 christos Exp $
+@comment $NetBSD: PLIST,v 1.10 2010/02/22 09:15:56 obache Exp $
 bin/.gitaction
-bin/git
 bin/gitaction
+bin/gitdpkgname
+bin/gitfm
 bin/gitkeys
 bin/gitmkdirs
 bin/gitmount
 bin/gitps
+bin/gitregrep
+bin/gitrfgrep
 bin/gitrgrep
 bin/gitunpack
 bin/gitview
@@ -13,18 +16,31 @@
 bin/gitwipe
 bin/gitxgrep
 info/gnuit.info
-man/man1/git.1
 man/man1/gitaction.1
+man/man1/gitdpkgname.1
+man/man1/gitfm.1
+man/man1/gitinternal.1
 man/man1/gitkeys.1
+man/man1/gitmkdirs.1
 man/man1/gitmount.1
+man/man1/gitps.1
+man/man1/gitregrep.1
+man/man1/gitrfgrep.1
 man/man1/gitrgrep.1
 man/man1/gitunpack.1
+man/man1/gitview.1
+man/man1/gitwhich.1
+man/man1/gitwipe.1
+man/man1/gitxgrep.1
 share/doc/gnuit/gnuit.html
+share/gnuit/dpkg-help.txt
+share/gnuit/gnuitrc.Eterm
 share/gnuit/gnuitrc.aixterm
 share/gnuit/gnuitrc.ansi
 share/gnuit/gnuitrc.common
 share/gnuit/gnuitrc.cons25
 share/gnuit/gnuitrc.console
+share/gnuit/gnuitrc.cygwin
 share/gnuit/gnuitrc.dtterm
 share/gnuit/gnuitrc.eterm
 share/gnuit/gnuitrc.generic
@@ -34,10 +50,12 @@
 share/gnuit/gnuitrc.iris-ansi
 share/gnuit/gnuitrc.iris-ansi-net
 share/gnuit/gnuitrc.linux
+share/gnuit/gnuitrc.linux-m
 share/gnuit/gnuitrc.mach
 share/gnuit/gnuitrc.minix
 share/gnuit/gnuitrc.pc3
 share/gnuit/gnuitrc.rxvt
+share/gnuit/gnuitrc.rxvt-unicode
 share/gnuit/gnuitrc.screen
 share/gnuit/gnuitrc.sun
 share/gnuit/gnuitrc.sun-cmd



Home | Main Index | Thread Index | Old Index