diff options
author | dirk <dirk@FreeBSD.org> | 1999-08-19 19:26:48 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-08-19 19:26:48 +0800 |
commit | 60d1c1ef4f1dba32770c4ac3c2f8307671c7c9a2 (patch) | |
tree | d38daf64029ec6275353423ceae96ba9bea911b7 /www/mod_php5/scripts | |
parent | 7df3229055bee8488d70bb49778460dfeb1e7e28 (diff) | |
download | freebsd-ports-gnome-60d1c1ef4f1dba32770c4ac3c2f8307671c7c9a2.tar.gz freebsd-ports-gnome-60d1c1ef4f1dba32770c4ac3c2f8307671c7c9a2.tar.zst freebsd-ports-gnome-60d1c1ef4f1dba32770c4ac3c2f8307671c7c9a2.zip |
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)
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 11 |
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 \\ |