diff options
author | sborrill <sborrill> | 2009-12-24 13:18:31 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2009-12-24 13:18:31 +0000 |
commit | d4f585a312c45c42b1f0a2bcd61173cef63b511a (patch) | |
tree | 61090f675f979e9745c34da88158dac9f78ecfd0 /www | |
parent | f8de7890a3d3691f0400c6521170fe647aa0d454 (diff) | |
download | pkgsrc-d4f585a312c45c42b1f0a2bcd61173cef63b511a.tar.gz |
Fix HOMEPAGE and MASTER_SITES.
Bump PKGREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/ap22-authnz-external/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/ap22-authnz-external/Makefile b/www/ap22-authnz-external/Makefile index 0e10da9d4ed..9822ea11ee7 100644 --- a/www/ap22-authnz-external/Makefile +++ b/www/ap22-authnz-external/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2009/03/01 01:28:17 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2009/12/24 13:18:31 sborrill Exp $ # DISTNAME= mod_authnz_external-${DISTVERS} PKGNAME= ${APACHE_PKG_PREFIX}-authnz-external-${DISTVERS} +PKGREVISION= 1 CATEGORIES= www -MASTER_SITES= http://unixpapa.com/software/ +MASTER_SITES= http://mod-auth-external.googlecode.com/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://unixpapa.com/mod_authnz_external/ +HOMEPAGE= http://code.google.com/p/mod-auth-external/ COMMENT= Apache module for external program authentication PKG_APACHE_ACCEPTED= apache22 |