diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-19 21:29:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-19 21:29:44 +0000 |
commit | f056382fd3e925979316238b7ce6a36419a63b09 (patch) | |
tree | 22eab2d8245dbded58fec98b4dd3fc458d5083c2 /www/gitweb | |
parent | 99153d94c0b0da9f940f91ca19a9054b014b850f (diff) | |
download | pkgsrc-f056382fd3e925979316238b7ce6a36419a63b09.tar.gz |
Bump PKGREVISION for p5-CGI dependency.
Diffstat (limited to 'www/gitweb')
-rw-r--r-- | www/gitweb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile index 0364765da00..35110b1d840 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2015/07/19 16:54:11 nils Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/19 21:29:44 wiz Exp $ .include "../../devel/git/Makefile.common" PKGNAME= ${DISTNAME:S/git/gitweb/} +PKGREVISION= 1 CATEGORIES= www COMMENT= Web interface for GIT repositories |