summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim>2010-02-03 23:26:16 +0000
committerminskim <minskim>2010-02-03 23:26:16 +0000
commit05ef72017d18c13b336a5164ea5dd9ca1ba8a142 (patch)
treeb57752aeaed51af2ee73f55dc41c4122ba304eaa /devel
parentabd65b940aba71441bf82346f5bcf2c7ba895d2b (diff)
downloadpkgsrc-05ef72017d18c13b336a5164ea5dd9ca1ba8a142.tar.gz
Update scmgit to 1.6.6.1.
Changes: * "git blame" did not work well when commit lacked the author name. * "git branch -a name" wasn't diagnosed as an error. * "git count-objects" did not handle packfiles that are bigger than 4G on platforms with 32-bit off_t. * "git checkout -m other" while on a branch that does not have any commit segfaulted, instead of failing. * "git fast-import" choked when fed a tag that do not point at a commit. * "git grep" finding from work tree files could have fed garbage to the underlying regexec(3). * "git grep -L" didn't show empty files (they should never match, and they should always appear in -L output as unmatching). * "git rebase -i" did not abort cleanly if it failed to launch the editor. * "git reset --hard" did not work correctly when GIT_WORK_TREE environment variable is used to point at the root of the true work tree. * http-backend was not listed in the command list in the documentation. * Building on FreeBSD (both 7 and 8) needs OLD_ICONV set in the Makefile * "git checkout -m some-branch" while on an unborn branch crashed.
Diffstat (limited to 'devel')
-rw-r--r--devel/scmgit-base/Makefile3
-rw-r--r--devel/scmgit-base/distinfo8
-rw-r--r--devel/scmgit/Makefile.version4
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile
index dc70bd4f3fe..b1c7fbe4bf6 100644
--- a/devel/scmgit-base/Makefile
+++ b/devel/scmgit-base/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2010/01/17 12:02:15 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2010/02/03 23:26:17 minskim Exp $
#
.include "../../devel/scmgit/Makefile.common"
PKGNAME= scmgit-base-${GIT_VERSION}
-PKGREVISION= 1
COMMENT= GIT Tree History Storage Tool (base package)
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo
index 5a32a21a0cb..69f4f1e0d24 100644
--- a/devel/scmgit-base/distinfo
+++ b/devel/scmgit-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2010/01/15 10:36:41 wiz Exp $
+$NetBSD: distinfo,v 1.22 2010/02/03 23:26:17 minskim Exp $
-SHA1 (git-1.6.6.tar.gz) = 3e8c410cb98916373a241b10f6b4c922f9396379
-RMD160 (git-1.6.6.tar.gz) = ee565e599c21477044bc8cf825288b4aea92e6cd
-Size (git-1.6.6.tar.gz) = 2835546 bytes
+SHA1 (git-1.6.6.1.tar.gz) = 347bb62a55bb150935ee1fe8952a631141a64617
+RMD160 (git-1.6.6.1.tar.gz) = 3f5de954e7e5e883d339ca41be684b6a1e151c9e
+Size (git-1.6.6.1.tar.gz) = 2838577 bytes
SHA1 (patch-aa) = be3164a456d548bb722456ce97e8ba8bbb5620e2
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce
diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version
index 1352f97f5bb..7a83066728f 100644
--- a/devel/scmgit/Makefile.version
+++ b/devel/scmgit/Makefile.version
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.11 2010/01/15 10:36:41 wiz Exp $
+# $NetBSD: Makefile.version,v 1.12 2010/02/03 23:26:16 minskim Exp $
#
-GIT_VERSION= 1.6.6
+GIT_VERSION= 1.6.6.1