diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-02 07:27:01 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-02 07:27:01 +0000 |
commit | 87a21ca946d43796f44cb83a5efb0db677068d73 (patch) | |
tree | 5319925e5dccb64501f8280c1cf40a469ee4fac1 /www | |
parent | Make port install shared library as library.so.1 and not just library (diff) |
Changes from apache13-modssl:
"Update MASTER_SITES for new modssl.org locations."
Notes
Notes:
svn path=/head/; revision=18305
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
3 files changed, 6 insertions, 6 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/ \\ diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 9eb670cba31b..770d24b9f1a7 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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/ \\ 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/ \\ |