Fri Jul 17 11:24:27 2015 UTC ()
Changes 2.4.6:
* "git fetch --depth=<depth>" and "git clone --depth=<depth>" issued
  a shallow transfer request even to an upload-pack that does not
  support the capability.
* "git fsck" used to ignore missing or invalid objects recorded in reflog.
* The tcsh completion writes a bash scriptlet but that would have
  failed for users with noclobber set.
* Recent Mac OS X updates breaks the logic to detect that the machine
  is on the AC power in the sample pre-auto-gc script.
* "git format-patch --ignore-if-upstream A..B" did not like to be fed
  tags as boundary commits.


(adam)
diff -r1.26 -r1.27 pkgsrc/devel/git/Makefile.version
diff -r1.30 -r1.31 pkgsrc/devel/git-base/distinfo
diff -r1.2 -r1.3 pkgsrc/devel/git-contrib/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/devel/git/Makefile.version (expand / switch to unified diff)

--- pkgsrc/devel/git/Makefile.version 2015/07/04 05:56:29 1.26
+++ pkgsrc/devel/git/Makefile.version 2015/07/17 11:24:27 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1# $NetBSD: Makefile.version,v 1.26 2015/07/04 05:56:29 ryoon Exp $ 1# $NetBSD: Makefile.version,v 1.27 2015/07/17 11:24:27 adam Exp $
2# 2#
3# used by devel/git/Makefile.common 3# used by devel/git/Makefile.common
4# used by devel/git-svn/Makefile 4# used by devel/git-svn/Makefile
5 5
6GIT_VERSION= 2.4.5 6GIT_VERSION= 2.4.6

cvs diff -r1.30 -r1.31 pkgsrc/devel/git-base/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/git-base/distinfo 2015/07/04 05:56:29 1.30
+++ pkgsrc/devel/git-base/distinfo 2015/07/17 11:24:27 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.30 2015/07/04 05:56:29 ryoon Exp $ 1$NetBSD: distinfo,v 1.31 2015/07/17 11:24:27 adam Exp $
2 2
3SHA1 (git-2.4.5.tar.xz) = 7692de65cd48fe66acc19ef5a898b6408e16b67b 3SHA1 (git-2.4.6.tar.xz) = 72681005c096d4dbb7b1f6ea4dabfc887522fb00
4RMD160 (git-2.4.5.tar.xz) = 14c09816e614e93688ebeaf12e3d1cf001857db0 4RMD160 (git-2.4.6.tar.xz) = 9389d648c7f875b98d2b5aad946dc4b9df89bfaa
5Size (git-2.4.5.tar.xz) = 3689940 bytes 5Size (git-2.4.6.tar.xz) = 3690432 bytes
6SHA1 (patch-aa) = 8c1096065d26b93a6e10bc6926d3fc3686f711f2 6SHA1 (patch-aa) = 8c1096065d26b93a6e10bc6926d3fc3686f711f2
7SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba 7SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba
8SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca 8SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
9SHA1 (patch-af) = 06460f220b4703a1ff98809006ec1aed5017bb23 9SHA1 (patch-af) = 06460f220b4703a1ff98809006ec1aed5017bb23
10SHA1 (patch-ag) = 4f0b9a5745203ea7ef369c8272b3ea7c644762f0 10SHA1 (patch-ag) = 4f0b9a5745203ea7ef369c8272b3ea7c644762f0
11SHA1 (patch-ah) = f22a2160631fb624e9e20616c68ad1a4aa2bebc7 11SHA1 (patch-ah) = f22a2160631fb624e9e20616c68ad1a4aa2bebc7
12SHA1 (patch-ai) = 56b63d4790a11f5eb128186ad5efdd1bcf102f2e 12SHA1 (patch-ai) = 56b63d4790a11f5eb128186ad5efdd1bcf102f2e
13SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886 13SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886
14SHA1 (patch-wrapper.c) = 1fb629ec301d0431cb5bebd716b1c3a7ae45577f 14SHA1 (patch-wrapper.c) = 1fb629ec301d0431cb5bebd716b1c3a7ae45577f

cvs diff -r1.2 -r1.3 pkgsrc/devel/git-contrib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/git-contrib/Makefile 2015/07/10 17:51:02 1.2
+++ pkgsrc/devel/git-contrib/Makefile 2015/07/17 11:24:27 1.3
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2015/07/10 17:51:02 khorben Exp $ 1# $NetBSD: Makefile,v 1.3 2015/07/17 11:24:27 adam Exp $
2 2
3.include "../../devel/git/Makefile.common" 3.include "../../devel/git/Makefile.common"
4 4
5PKGNAME= git-contrib-${GIT_VERSION} 5PKGNAME= git-contrib-${GIT_VERSION}
6PKGREVISION=1 
7COMMENT= GIT Tree History Storage Tool (contrib) 6COMMENT= GIT Tree History Storage Tool (contrib)
8 7
9BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 8BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
10BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 9BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
11 10
12DEPENDS+= git-base-[0-9]*:../../devel/git-base 11DEPENDS+= git-base-[0-9]*:../../devel/git-base
13 12
14BUILD_DIRS= contrib/subtree 13BUILD_DIRS= contrib/subtree
15 14
16MAKE_FLAGS+= DESTDIR=${DESTDIR} 15MAKE_FLAGS+= DESTDIR=${DESTDIR}
17MAKE_FLAGS+= prefix=${PREFIX} 16MAKE_FLAGS+= prefix=${PREFIX}
18 17
19INSTALL_TARGET= install install-man 18INSTALL_TARGET= install install-man