diff options
author | gdt <gdt@pkgsrc.org> | 2010-03-05 16:12:07 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-03-05 16:12:07 +0000 |
commit | 7797f18b8b75f73bbbd5e20d3861ff01018308a6 (patch) | |
tree | 066f91bd53d6fdcd4e63c4e8418ac589ba87472f /www | |
parent | 0e7dd76db5c0cdfbbadcd29f34179b788713b288 (diff) | |
download | pkgsrc-7797f18b8b75f73bbbd5e20d3861ff01018308a6.tar.gz |
Update to 1.6.6.2 (without testing). Drop using gtar to extract
because the git package doesn't need that. Depend on scmgit-base
instead of scmgit because I can't see how this requires the man pages
to be installed.
Drop dependency on apache because this ought to work with other
web servers.
Take maintainership, but only because it's not maintained.
Diffstat (limited to 'www')
-rw-r--r-- | www/gitweb/MESSAGE | 5 | ||||
-rw-r--r-- | www/gitweb/Makefile | 16 | ||||
-rw-r--r-- | www/gitweb/PLIST | 8 | ||||
-rw-r--r-- | www/gitweb/distinfo | 8 |
4 files changed, 21 insertions, 16 deletions
diff --git a/www/gitweb/MESSAGE b/www/gitweb/MESSAGE index b74c7d694e5..53204824672 100644 --- a/www/gitweb/MESSAGE +++ b/www/gitweb/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2007/03/22 17:15:36 jmmv Exp $ +$NetBSD: MESSAGE,v 1.2 2010/03/05 16:12:07 gdt Exp $ The gitweb configuration file is located at: @@ -14,4 +14,7 @@ htdocs: http://localhost/cgi-bin/cgiweb.cgi +(See the pkgsrc Makefile for apache config paths vs gitweb +installation; this package does not depend on apache.) + =========================================================================== diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile index 1310eb378d2..730e6ac62ab 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -1,21 +1,22 @@ -# $NetBSD: Makefile,v 1.6 2009/01/09 13:56:24 tonnerre Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/05 16:12:07 gdt Exp $ # -DISTNAME= git-1.6.0.6 +DISTNAME= git-${VERSION} +VERSION= 1.6.6.2 PKGNAME= ${DISTNAME:S/git/gitweb/} CATEGORIES= www MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://git.or.cz/ COMMENT= Web interface for GIT repositories PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= apache{,2,22}-[0-9]*:../../www/apache22 -DEPENDS+= scm${DISTNAME:S/-/>=/}:../../devel/scmgit +#DEPENDS+= apache{,2,22}-[0-9]*:../../www/apache22 +DEPENDS+= scmgit-base>=${VERSION}:../../devel/scmgit-base -EXTRACT_USING= gtar +#EXTRACT_USING= gtar USE_TOOLS+= gmake perl:run BUILD_TARGET= gitweb/gitweb.cgi @@ -29,7 +30,8 @@ MAKE_FLAGS+= PERL_PATH=${PERL5:Q} GITWEB_CONFIG= ${PKG_SYSCONFDIR}/gitweb.conf GITWEB_CGIBIN= ${PREFIX}/libexec/cgi-bin -GITWEB_HTDOCS= ${PREFIX}/share/httpd/htdocs/gitweb +# Apaache wants files in ${PREFIX}/share/httpd/htdocs/gitweb +GITWEB_HTDOCS= ${PREFIX}/share/examples/gitweb/htdocs GITWEB_EGDIR= ${PREFIX}/share/examples/gitweb CONF_FILES= ${GITWEB_EGDIR}/gitweb.conf ${PKG_SYSCONFDIR}/gitweb.conf diff --git a/www/gitweb/PLIST b/www/gitweb/PLIST index 3a740b03df9..ca5583ca93d 100644 --- a/www/gitweb/PLIST +++ b/www/gitweb/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 22:00:22 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/03/05 16:12:07 gdt Exp $ libexec/cgi-bin/gitweb.cgi share/doc/gitweb/README share/examples/gitweb/gitweb.conf -share/httpd/htdocs/gitweb/git-favicon.png -share/httpd/htdocs/gitweb/git-logo.png -share/httpd/htdocs/gitweb/gitweb.css +share/examples/gitweb/htdocs/git-favicon.png +share/examples/gitweb/htdocs/git-logo.png +share/examples/gitweb/htdocs/gitweb.css diff --git a/www/gitweb/distinfo b/www/gitweb/distinfo index 811055f8b87..61679e2aa25 100644 --- a/www/gitweb/distinfo +++ b/www/gitweb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/01/09 13:56:24 tonnerre Exp $ +$NetBSD: distinfo,v 1.3 2010/03/05 16:12:07 gdt Exp $ -SHA1 (git-1.6.0.6.tar.gz) = 4116e06859ce3b37a6e56198e5a9207e2b5d0d02 -RMD160 (git-1.6.0.6.tar.gz) = 6424a051bf656f239fe0deed5bd388a6f7290a64 -Size (git-1.6.0.6.tar.gz) = 2253596 bytes +SHA1 (git-1.6.6.2.tar.gz) = 13b339a55982162753d414731ff1b28791800209 +RMD160 (git-1.6.6.2.tar.gz) = f0b465000a5b5deee156dda6c87ef3e2c744b226 +Size (git-1.6.6.2.tar.gz) = 2841821 bytes |