diff options
author | dirk <dirk@FreeBSD.org> | 1999-05-02 15:27:01 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-05-02 15:27:01 +0800 |
commit | 24b68a14125be4938e371a03cc56a97d941a57a4 (patch) | |
tree | f0d7705226e6371f258d77d5ecaa959dcbac21d4 /www/mod_php3 | |
parent | 4b4f4f0d29b8dd6042f9cd8f53f58d4892fa20bb (diff) | |
download | freebsd-ports-gnome-24b68a14125be4938e371a03cc56a97d941a57a4.tar.gz freebsd-ports-gnome-24b68a14125be4938e371a03cc56a97d941a57a4.tar.zst freebsd-ports-gnome-24b68a14125be4938e371a03cc56a97d941a57a4.zip |
Changes from apache13-modssl:
"Update MASTER_SITES for new modssl.org locations."
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 9eb670cba31b..770d24b9f1a7 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -86,8 +86,8 @@ while [ "$1" ]; do \"modssl\") cat << EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc PKGNAME= apache-php3-\${VERSION_APACHE}+mod_ssl-\${VERSION_MODSSL} -MASTER_SITES+= http://www.engelschall.com/sw/mod_ssl/distrib/ \\ - ftp://ftp.engelschall.com/sw/mod_ssl/ \\ +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/ \\ |