diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-03 23:26:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-03 23:26:16 +0000 |
commit | 1bdfd7a22a25c5530c48b5952557f1df9a7988b4 (patch) | |
tree | b57752aeaed51af2ee73f55dc41c4122ba304eaa /devel/scmgit-base | |
parent | cf70847c4b48ec22e87332a13a1536d2a0be9eb5 (diff) | |
download | pkgsrc-1bdfd7a22a25c5530c48b5952557f1df9a7988b4.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/scmgit-base')
-rw-r--r-- | devel/scmgit-base/Makefile | 3 | ||||
-rw-r--r-- | devel/scmgit-base/distinfo | 8 |
2 files changed, 5 insertions, 6 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 |