summaryrefslogtreecommitdiff
path: root/www/gitweb
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-06-16 06:31:11 +0000
committeradam <adam@pkgsrc.org>2013-06-16 06:31:11 +0000
commitb864d0824627c39448f2ccee2fac133548abe93c (patch)
tree91616cd12ea922ad2a7d04f7a157ea7343c97694 /www/gitweb
parentf996ecd467efbca10f8a79b518361e0b784a33de (diff)
downloadpkgsrc-b864d0824627c39448f2ccee2fac133548abe93c.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 'www/gitweb')
-rw-r--r--www/gitweb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile
index a577029967c..f6f35bdffca 100644
--- a/www/gitweb/Makefile
+++ b/www/gitweb/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2013/06/06 15:04:18 gdt Exp $
+# $NetBSD: Makefile,v 1.17 2013/06/16 06:31:12 adam Exp $
.include "../../devel/scmgit/Makefile.version"
DISTNAME= git-${GIT_VERSION}
PKGNAME= ${DISTNAME:S/git/gitweb/}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/