diff options
author | tron <tron> | 2002-06-19 07:10:59 +0000 |
---|---|---|
committer | tron <tron> | 2002-06-19 07:10:59 +0000 |
commit | 8c2b339912eb42553200a37bc52a9c39cca20c82 (patch) | |
tree | 5bb7660a8b5f5224564c8b1ba55ff7d6d9b6d5ae | |
parent | 715f25ccd256e7a2b088a0595e7c424fba67a1f9 (diff) | |
download | pkgsrc-8c2b339912eb42553200a37bc52a9c39cca20c82.tar.gz |
Add a two mirror sites because the main site isn't that fast.
-rw-r--r-- | www/ap-ssl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 866b465cef8..979cc128cb6 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.48 2002/06/18 11:36:35 tron Exp $ +# $NetBSD: Makefile,v 1.49 2002/06/19 07:10:59 tron Exp $ DISTNAME= mod_ssl-2.8.8-1.3.24 PKGNAME= ap-ssl-2.8.8 CATEGORIES= www security -MASTER_SITES= http://www.modssl.org/source/ +MASTER_SITES= http://www.modssl.org/source/ \ + ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \ + ftp://ftp.funet.fi/pub/crypt/cryptography/libs/modssl/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.modssl.org/ @@ -11,7 +13,7 @@ COMMENT= SSL/TLS protocols module for Apache CONFLICTS= apache-1.3.[0-9] apache-*modssl-[0-9]* apache6-[0-9]* -DEPENDS+= apache-1.3.24nb1:../../www/apache +DEPENDS+= apache-1.3.26:../../www/apache USE_BUILDLINK_ONLY= YES |