diff options
author | schmonz <schmonz> | 2009-07-22 00:56:27 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2009-07-22 00:56:27 +0000 |
commit | 2591d78d858058c9fa577680a8d7518ba4e3367c (patch) | |
tree | 2f97de61b880e2d082c9387f9f626fed926e8e46 /www | |
parent | 327789052fb5bf3147f07900da06dab52a1c0672 (diff) | |
download | pkgsrc-2591d78d858058c9fa577680a8d7518ba4e3367c.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 |