diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-external/Makefile | 6 | ||||
-rw-r--r-- | www/ap2-auth-external/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ap-auth-external/Makefile b/www/ap-auth-external/Makefile index 80e0c7f74ea..ea2e085c361 100644 --- a/www/ap-auth-external/Makefile +++ b/www/ap-auth-external/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2007/12/20 14:31:52 sborrill Exp $ +# $NetBSD: Makefile,v 1.7 2009/07/22 00:56:27 schmonz Exp $ # DISTNAME= mod_auth_external-${DISTVERS} PKGREVISION= 2 PKGNAME= ${APACHE_PKG_PREFIX}-auth-external-${DISTVERS} 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= apache13 diff --git a/www/ap2-auth-external/Makefile b/www/ap2-auth-external/Makefile index 7cb7c35c01c..8bd03fafb97 100644 --- a/www/ap2-auth-external/Makefile +++ b/www/ap2-auth-external/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/12/20 14:59:14 sborrill Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/22 00:56:27 schmonz Exp $ # DISTNAME= mod_auth_external-${DISTVERS} PKGREVISION= 2 PKGNAME= ${APACHE_PKG_PREFIX}-auth-external-${DISTVERS} 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= apache2 apache22 |