summaryrefslogtreecommitdiff
path: root/www/gitweb
diff options
context:
space:
mode:
authorobache <obache>2013-12-09 14:17:41 +0000
committerobache <obache>2013-12-09 14:17:41 +0000
commit6d099479482056adfc66dbb08690849831ffacb6 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /www/gitweb
parentc236e9247714297ef27d153abd4fbb9bf49978af (diff)
downloadpkgsrc-6d099479482056adfc66dbb08690849831ffacb6.tar.gz
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'www/gitweb')
-rw-r--r--www/gitweb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile
index d354abcbe4b..29cfa5bf930 100644
--- a/www/gitweb/Makefile
+++ b/www/gitweb/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2013/10/18 19:48:48 adam Exp $
+# $NetBSD: Makefile,v 1.20 2013/12/09 14:17:54 obache Exp $
.include "../../devel/git/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/
@@ -13,7 +14,7 @@ COMMENT= Web interface for GIT repositories
#DEPENDS+= apache{,2,22}-[0-9]*:../../www/apache22
DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base
-DEPENDS+= p5-Time-HiRes>=1.9725:../../time/p5-Time-HiRes
+DEPENDS+= {perl>=5.15.8,p5-Time-HiRes>=1.9725}:../../time/p5-Time-HiRes
DISTINFO_FILE= ${.CURDIR}/../../devel/git-base/distinfo