diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-09 14:07:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-09 14:07:58 +0000 |
commit | b83d6fbfce1ad89096492aae2eef589886e93648 (patch) | |
tree | a01cd1410064a2c35042e517571bf5a1b90b58d4 /www | |
parent | 7ce6f93e47c974929b5039c1eae54b21c15e50e9 (diff) | |
download | pkgsrc-b83d6fbfce1ad89096492aae2eef589886e93648.tar.gz |
Finish git rename from scmgit to git.
Diffstat (limited to 'www')
-rw-r--r-- | www/gitweb/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile index f6f35bdffca..515f649477f 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2013/06/16 06:31:12 adam Exp $ +# $NetBSD: Makefile,v 1.18 2013/09/09 14:07:59 wiz Exp $ -.include "../../devel/scmgit/Makefile.version" +.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/ @@ -12,10 +13,10 @@ HOMEPAGE= http://git.or.cz/ COMMENT= Web interface for GIT repositories #DEPENDS+= apache{,2,22}-[0-9]*:../../www/apache22 -DEPENDS+= scmgit-base>=${GIT_VERSION}:../../devel/scmgit-base +DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base DEPENDS+= p5-Time-HiRes>=1.9725:../../time/p5-Time-HiRes -DISTINFO_FILE= ${.CURDIR}/../../devel/scmgit-base/distinfo +DISTINFO_FILE= ${.CURDIR}/../../devel/git-base/distinfo USE_TOOLS+= gmake perl:run |