pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/scmgit Update to scmgit-1.5.3.1. Changes are to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61ca870394a8
branches:  trunk
changeset: 533210:61ca870394a8
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Tue Sep 11 09:23:54 2007 +0000

description:
Update to scmgit-1.5.3.1.  Changes are too numerous to list here; please
see Documentation/RelNotes-1.5.3.1.txt (in ${WRKSRC} or the GIT tree).

diffstat:

 devel/scmgit/Makefile         |  23 ++++++++++++++++++-----
 devel/scmgit/PLIST            |  26 ++++++++++++++++++++------
 devel/scmgit/distinfo         |  23 ++++++++++++-----------
 devel/scmgit/patches/patch-aa |  22 ++++++++++++----------
 devel/scmgit/patches/patch-ab |   4 ++--
 devel/scmgit/patches/patch-ac |   6 +++---
 devel/scmgit/patches/patch-ae |   4 ++--
 devel/scmgit/patches/patch-af |  18 ++++++++++++------
 devel/scmgit/patches/patch-ag |   8 ++++----
 devel/scmgit/patches/patch-ah |  43 +++++++++++++++++++++++++++++++------------
 10 files changed, 116 insertions(+), 61 deletions(-)

diffs (truncated from 436 to 300 lines):

diff -r c699bc4cb3e3 -r 61ca870394a8 devel/scmgit/Makefile
--- a/devel/scmgit/Makefile     Tue Sep 11 08:33:11 2007 +0000
+++ b/devel/scmgit/Makefile     Tue Sep 11 09:23:54 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2007/08/29 23:34:51 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/09/11 09:23:54 bjs Exp $
 #
 
-DISTNAME=      git-1.5.2.5
+DISTNAME=      git-1.5.3.1
 PKGNAME=       scm${DISTNAME}
 CATEGORIES=    devel scm
 MASTER_SITES=  http://www.kernel.org/pub/software/scm/git/
@@ -10,11 +10,12 @@
 HOMEPAGE=      http://git.or.cz/
 COMMENT=       Tree History Storage Tool
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 CONFLICTS+=    git-[0-9]*              # misc/git
 BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
 BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
 
-MAKE_ENV+=     DESTDIR=""
 MAKE_ENV+=     HOME=${PREFIX:Q}
 USE_LANGUAGES= c99
 USE_TOOLS+=    gmake perl:run sh:run wish:run tar
@@ -35,6 +36,18 @@
 PERL5_PACKLIST=        auto/Git/.packlist
 PERL5_CONFIGURE_DIRS=  ${WRKSRC}/perl
 
+.include "../../mk/bsd.prefs.mk"
+
+###
+### XXX Do all the BSDs fit this category?
+###
+.if ${OPSYS} == "NetBSD"
+.  include "../../converters/libiconv/builtin.mk"
+.  if ${ICONV_TYPE} == "native"
+CFLAGS+=       -DOLD_ICONV
+.  endif
+.endif
+
 .include "../../lang/python/application.mk"
 
 NEEDS_SUBPROCESS_PY!= \
@@ -47,8 +60,8 @@
 .endif
 
 post-install:
-       chmod 644 ${PREFIX}/${PKGMANDIR}/man1/git*.1
-       chmod 644 ${PREFIX}/${PKGMANDIR}/man7/git*.7
+       chmod 644 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/git*.1
+       chmod 644 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7/git*.7
 
 .include "../../lang/perl5/module.mk"
 .include "../../converters/libiconv/buildlink3.mk"
diff -r c699bc4cb3e3 -r 61ca870394a8 devel/scmgit/PLIST
--- a/devel/scmgit/PLIST        Tue Sep 11 08:33:11 2007 +0000
+++ b/devel/scmgit/PLIST        Tue Sep 11 09:23:54 2007 +0000
@@ -1,12 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2007/07/08 20:19:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2007/09/11 09:23:54 bjs Exp $
 bin/git
 bin/git-add
 bin/git-add--interactive
 bin/git-am
 bin/git-annotate
 bin/git-apply
-bin/git-applymbox
-bin/git-applypatch
 bin/git-archimport
 bin/git-archive
 bin/git-bisect
@@ -41,6 +39,7 @@
 bin/git-fetch
 bin/git-fetch--tool
 bin/git-fetch-pack
+bin/git-filter-branch
 bin/git-fmt-merge-msg
 bin/git-for-each-ref
 bin/git-format-patch
@@ -96,6 +95,7 @@
 bin/git-quiltimport
 bin/git-read-tree
 bin/git-rebase
+bin/git-rebase--interactive
 bin/git-receive-pack
 bin/git-reflog
 bin/git-relink
@@ -123,8 +123,10 @@
 bin/git-ssh-pull
 bin/git-ssh-push
 bin/git-ssh-upload
+bin/git-stash
 bin/git-status
 bin/git-stripspace
+bin/git-submodule
 bin/git-svn
 bin/git-svnimport
 bin/git-symbolic-ref
@@ -147,8 +149,6 @@
 man/man1/git-am.1
 man/man1/git-annotate.1
 man/man1/git-apply.1
-man/man1/git-applymbox.1
-man/man1/git-applypatch.1
 man/man1/git-archimport.1
 man/man1/git-archive.1
 man/man1/git-bisect.1
@@ -162,6 +162,7 @@
 man/man1/git-checkout.1
 man/man1/git-cherry-pick.1
 man/man1/git-cherry.1
+man/man1/git-citool.1
 man/man1/git-clean.1
 man/man1/git-clone.1
 man/man1/git-commit-tree.1
@@ -181,6 +182,7 @@
 man/man1/git-fast-import.1
 man/man1/git-fetch-pack.1
 man/man1/git-fetch.1
+man/man1/git-filter-branch.1
 man/man1/git-fmt-merge-msg.1
 man/man1/git-for-each-ref.1
 man/man1/git-format-patch.1
@@ -189,6 +191,7 @@
 man/man1/git-gc.1
 man/man1/git-get-tar-commit-id.1
 man/man1/git-grep.1
+man/man1/git-gui.1
 man/man1/git-hash-object.1
 man/man1/git-http-fetch.1
 man/man1/git-http-push.1
@@ -216,7 +219,6 @@
 man/man1/git-mktree.1
 man/man1/git-mv.1
 man/man1/git-name-rev.1
-man/man1/git-p4import.1
 man/man1/git-pack-objects.1
 man/man1/git-pack-redundant.1
 man/man1/git-pack-refs.1
@@ -255,8 +257,10 @@
 man/man1/git-show.1
 man/man1/git-ssh-fetch.1
 man/man1/git-ssh-upload.1
+man/man1/git-stash.1
 man/man1/git-status.1
 man/man1/git-stripspace.1
+man/man1/git-submodule.1
 man/man1/git-svn.1
 man/man1/git-svnimport.1
 man/man1/git-symbolic-ref.1
@@ -277,6 +281,7 @@
 man/man1/gitk.1
 man/man5/gitattributes.5
 man/man5/gitignore.5
+man/man5/gitmodules.5
 man/man7/git.7
 share/git-core/templates/description
 share/git-core/templates/hooks/applypatch-msg
@@ -291,18 +296,27 @@
 share/git-core/templates/info/exclude
 share/git-gui/lib/blame.tcl
 share/git-gui/lib/branch.tcl
+share/git-gui/lib/branch_checkout.tcl
+share/git-gui/lib/branch_create.tcl
+share/git-gui/lib/branch_delete.tcl
+share/git-gui/lib/branch_rename.tcl
 share/git-gui/lib/browser.tcl
+share/git-gui/lib/checkout_op.tcl
+share/git-gui/lib/choose_rev.tcl
 share/git-gui/lib/class.tcl
 share/git-gui/lib/commit.tcl
 share/git-gui/lib/console.tcl
 share/git-gui/lib/database.tcl
 share/git-gui/lib/diff.tcl
+share/git-gui/lib/encoding.tcl
 share/git-gui/lib/error.tcl
 share/git-gui/lib/index.tcl
 share/git-gui/lib/merge.tcl
 share/git-gui/lib/option.tcl
 share/git-gui/lib/remote.tcl
+share/git-gui/lib/remote_branch_delete.tcl
 share/git-gui/lib/shortcut.tcl
+share/git-gui/lib/status_bar.tcl
 share/git-gui/lib/tclIndex
 share/git-gui/lib/transport.tcl
 @dirrm share/git-gui/lib
diff -r c699bc4cb3e3 -r 61ca870394a8 devel/scmgit/distinfo
--- a/devel/scmgit/distinfo     Tue Sep 11 08:33:11 2007 +0000
+++ b/devel/scmgit/distinfo     Tue Sep 11 09:23:54 2007 +0000
@@ -1,12 +1,13 @@
-$NetBSD: distinfo,v 1.12 2007/08/29 23:34:51 wiz Exp $
+$NetBSD: distinfo,v 1.13 2007/09/11 09:23:54 bjs Exp $
 
-SHA1 (git-1.5.2.5.tar.gz) = 18e9580d7f7ac1da9da6e614a20a90df40bda6e0
-RMD160 (git-1.5.2.5.tar.gz) = d6f376179355e5929f9d70b67507c6241f28ade0
-Size (git-1.5.2.5.tar.gz) = 1413507 bytes
-SHA1 (patch-aa) = 5e04beafa83732910493a5e3f4fe0c314b62e671
-SHA1 (patch-ab) = 59aaf91ef1f0d5a9ded006157467d8bd12d7b87b
-SHA1 (patch-ac) = 5c86dfda134040f6eeafe4f18a742d99a5b003cc
-SHA1 (patch-ae) = d267e41f5f883bde801728328c67fd733d3bd351
-SHA1 (patch-af) = 28b0d77a56c0ca6c9ce6fe992956a79e23064695
-SHA1 (patch-ag) = 6f4e3c0418286c0ca3fbc00a72a90e59983cb6bc
-SHA1 (patch-ah) = 8715acb5c596573c7bd39fc327dd12009ff57ee3
+SHA1 (git-1.5.3.1.tar.gz) = b1e75e5f62408432ff992efa12d1e8a018c7e438
+RMD160 (git-1.5.3.1.tar.gz) = 59425bc0c215bde8599e138496af149e9de06ce4
+Size (git-1.5.3.1.tar.gz) = 1595543 bytes
+SHA1 (patch-aa) = dd2075bb0bd330d286e792564f28691cba3120ca
+SHA1 (patch-ab) = ac5f9e2723ec3470d47c20e98be2375a4750d45f
+SHA1 (patch-ac) = c2571c4397282b0d06061af62698b3e224ed70d8
+SHA1 (patch-ad) = 89de9fdc75293506309def1393898f95b2a137c3
+SHA1 (patch-ae) = 44f30c796c922b028773668e80d71c0a48606f5c
+SHA1 (patch-af) = d2b6fff88913d89f37bf5453babc65027a6a5a54
+SHA1 (patch-ag) = bf21ed224fda5b2cad53b6cf1e4d3f557a68128e
+SHA1 (patch-ah) = 2a8ff2d42fbb1696a7ee828f74a3812b94a8b900
diff -r c699bc4cb3e3 -r 61ca870394a8 devel/scmgit/patches/patch-aa
--- a/devel/scmgit/patches/patch-aa     Tue Sep 11 08:33:11 2007 +0000
+++ b/devel/scmgit/patches/patch-aa     Tue Sep 11 09:23:54 2007 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.8 2007/07/08 20:19:57 wiz Exp $
+$NetBSD: patch-aa,v 1.9 2007/09/11 09:23:55 bjs Exp $
 
 NetBSD 3.0 needs -liconv, too.
 
 AR, CC, CFLAGS, LDFLAGS and LIBS should be taken from the environment.
 
---- Makefile.orig      2007-07-02 08:11:39.000000000 +0000
+--- Makefile.orig      2007-09-02 01:57:44.000000000 -0400
 +++ Makefile
-@@ -137,8 +137,6 @@ uname_P := $(shell sh -c 'uname -p 2>/de
+@@ -135,8 +135,6 @@ uname_P := $(shell sh -c 'uname -p 2>/de
  
  # CFLAGS and LDFLAGS are for the users to override from the command line.
  
@@ -15,18 +15,20 @@
  ALL_CFLAGS = $(CFLAGS)
  ALL_LDFLAGS = $(LDFLAGS)
  STRIP ?= strip
-@@ -174,10 +172,6 @@ GITWEB_SITE_FOOTER =
+@@ -173,12 +171,8 @@ GITWEB_SITE_FOOTER =
  
  export prefix bindir gitexecdir sharedir template_dir sysconfdir
  
 -CC = gcc
 -AR = ar
+ RM = rm -f
 -TAR = tar
+ FIND = find
 -INSTALL = install
  RPMBUILD = rpmbuild
  TCL_PATH = tclsh
  TCLTK_PATH = wish
-@@ -408,6 +402,7 @@ ifeq ($(uname_S),Darwin)
+@@ -398,6 +392,7 @@ ifeq ($(uname_S),Darwin)
        NO_STRLCPY = YesPlease
  endif
  ifeq ($(uname_S),SunOS)
@@ -34,7 +36,7 @@
        NEEDS_SOCKET = YesPlease
        NEEDS_NSL = YesPlease
        SHELL_PATH = /bin/bash
-@@ -426,8 +421,6 @@ ifeq ($(uname_S),SunOS)
+@@ -416,8 +411,6 @@ ifeq ($(uname_S),SunOS)
                NO_C99_FORMAT = YesPlease
                NO_STRTOUMAX = YesPlease
        endif
@@ -43,7 +45,7 @@
        BASIC_CFLAGS += -D__EXTENSIONS__
  endif
  ifeq ($(uname_O),Cygwin)
-@@ -457,9 +450,7 @@ ifeq ($(uname_S),OpenBSD)
+@@ -447,9 +440,7 @@ ifeq ($(uname_S),OpenBSD)
        BASIC_LDFLAGS += -L/usr/local/lib
  endif
  ifeq ($(uname_S),NetBSD)
@@ -54,8 +56,8 @@
        BASIC_CFLAGS += -I/usr/pkg/include
        BASIC_LDFLAGS += -L/usr/pkg/lib
        ALL_LDFLAGS += -Wl,-rpath,/usr/pkg/lib
-@@ -711,7 +702,7 @@ PERL_PATH_SQ = $(subst ','\'',$(PERL_PAT
- PYTHON_PATH_SQ = $(subst ','\'',$(PYTHON_PATH))
+@@ -710,7 +701,7 @@ SHELL_PATH_SQ = $(subst ','\'',$(SHELL_P
+ PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))
  TCLTK_PATH_SQ = $(subst ','\'',$(TCLTK_PATH))
  
 -LIBS = $(GITLIBS) $(EXTLIBS)
@@ -63,7 +65,7 @@
  
  BASIC_CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER_SQ)' \
        -DETC_GITCONFIG='"$(ETC_GITCONFIG_SQ)"' $(COMPAT_CFLAGS)
-@@ -997,14 +988,14 @@ check: common-cmds.h
+@@ -986,14 +977,14 @@ remove-dashes:
  ### Installation rules
  
  install: all
diff -r c699bc4cb3e3 -r 61ca870394a8 devel/scmgit/patches/patch-ab
--- a/devel/scmgit/patches/patch-ab     Tue Sep 11 08:33:11 2007 +0000
+++ b/devel/scmgit/patches/patch-ab     Tue Sep 11 09:23:54 2007 +0000



Home | Main Index | Thread Index | Old Index