diff options
author | adam <adam@pkgsrc.org> | 2013-06-16 06:31:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-06-16 06:31:11 +0000 |
commit | d30232e1a73bd9d16917fd2e9eb33b92d2fcd42d (patch) | |
tree | 91616cd12ea922ad2a7d04f7a157ea7343c97694 /devel/scmgit-docs | |
parent | 09fccc5b664edfa043f3b55e95aba677fd14eb3d (diff) | |
download | pkgsrc-d30232e1a73bd9d16917fd2e9eb33b92d2fcd42d.tar.gz |
Changes 1.8.3.1:
* When $HOME is misconfigured to point at an unreadable directory, we
used to complain and die. The check has been loosened.
* Handling of negative exclude pattern for directories "!dir" was
broken in the update to v1.8.3.
Also contains a handful of trivial code clean-ups, documentation
updates, updates to the test suite, etc.
Diffstat (limited to 'devel/scmgit-docs')
-rw-r--r-- | devel/scmgit-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/scmgit-docs/Makefile b/devel/scmgit-docs/Makefile index 98da7c8d34f..663981d143b 100644 --- a/devel/scmgit-docs/Makefile +++ b/devel/scmgit-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2013/05/31 12:40:57 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/06/16 06:31:12 adam Exp $ PKGNAME= scmgit-docs-${GIT_VERSION} -PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (documentation) CONFLICTS+= git<4.9.5nb1 # misc/git |