diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-22 14:00:32 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-22 14:00:32 +0000 |
commit | f226f4c81eb4535290b268ef68f75f73a31eedd4 (patch) | |
tree | e6d654a8d9326e3b99ad8b61ba800ee57bd615b9 /www/mod_php5/scripts | |
parent | I meant to say, "Update to version 0.8.8". (diff) |
Upgrade to mod_ssl 2.2.3.
Notes
Notes:
svn path=/head/; revision=16856
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 1ec3520db0c5..0ffc796e97e1 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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" |