summaryrefslogtreecommitdiff
path: root/www/mod_php5/scripts/configure.php
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-08-19 11:26:48 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-08-19 11:26:48 +0000
commite2e03239c0688e57b3c038d675044f6a4c229a00 (patch)
treed20cffc8dec762be649e4170735efe07fd819be6 /www/mod_php5/scripts/configure.php
parentUpgrade to ndtpd-2.3.2 and eb-2.3.2. PR was for ndtpd-2.3.1 and (diff)
Rework MASTER_SITES:
- move MASTER_SITES for mod_ssl from scripts/configure.php to Makefile thus include them in the heavy rotation - use ${PHP_DISTDIR} for PHP to minimize the diffs between apache13-php[34] - cut down to 30 sites (10 for apache, php and mod_ssl each)
Notes
Notes: svn path=/head/; revision=20811
Diffstat (limited to '')
-rw-r--r--www/mod_php5/scripts/configure.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 98819c3f86eb..9a59bb2efeaa 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -108,17 +108,6 @@ while [ "$1" ]; do
\"modssl\")
cat << EOF
PKGNAME= apache+php+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
-MASTER_SITES+= http://www.modssl.org/source/ \\
- ftp://ftp.modssl.org/source/ \\
- ftp://ftp.ecrc.net/pub/security/mod_ssl/ \\
- ftp://ftp.nvg.ntnu.no/pub/unix/mod_ssl/ \\
- ftp://ftp.ulpgc.es/pub/mod_ssl/ \\
- ftp://glock.missouri.edu/pub/mod_ssl/ \\
- ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/mod_ssl/ \\
- ftp://ftp.uni-trier.de/pub/unix/security/mod_ssl/ \\
- ftp://ftp.blatzheim.com/pub/mod_ssl/ \\
- ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ \\
- ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/
DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}
BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\