diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-07-22 00:56:27 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-07-22 00:56:27 +0000 |
commit | c30841602817e47c9cdd4b16807d8c8e1c461db4 (patch) | |
tree | 2f97de61b880e2d082c9387f9f626fed926e8e46 /www | |
parent | 4b00d8cb702c347d2b316c9f6f408e4994474ef1 (diff) | |
download | pkgsrc-c30841602817e47c9cdd4b16807d8c8e1c461db4.tar.gz |
Update MASTER_SITES and HOMEPAGE.
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 |