diff options
Diffstat (limited to 'www/mod_php3/scripts/configure.php')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 1ec3520db0c5..0ffc796e97e1 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -88,6 +88,7 @@ while [ "$1" ]; do 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/ \\ + 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/ \\ @@ -103,7 +104,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.2.2 +VERSION_MODSSL= 2.2.3 RESTRICTED= "Contains cryptography" |