diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-02 15:27:01 +0800 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-02 15:27:01 +0800 |
commit | 87a21ca946d43796f44cb83a5efb0db677068d73 (patch) | |
tree | 5319925e5dccb64501f8280c1cf40a469ee4fac1 /www/mod_php5 | |
parent | 73f72fed3b6009f178bd5071979b15d62922bcaf (diff) | |
download | freebsd-ports-gnome-87a21ca946d43796f44cb83a5efb0db677068d73.tar.gz freebsd-ports-gnome-87a21ca946d43796f44cb83a5efb0db677068d73.tar.zst freebsd-ports-gnome-87a21ca946d43796f44cb83a5efb0db677068d73.zip |
Changes from apache13-modssl:
"Update MASTER_SITES for new modssl.org locations."
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 9eb670cba31b..770d24b9f1a7 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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/ \\ |