diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-27 22:24:36 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-27 22:24:36 +0000 |
commit | 3abc102a3b05ef3bd0ff28477fb6524dcc6ad061 (patch) | |
tree | 4543004f82bc59fcd2083f4215d5fee89d9ba573 /www/mod_php3 | |
parent | Fix typo related to gtk. (diff) |
Upgrade to mod_ssl 2.2.0.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 6971e1d17414..7f3121612c19 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.4.tar.gz) = eab1d93bc17e7d9fcf87dc9fa744a9d3 MD5 (php-3.0.6.tar.gz) = 96515bee666334462ce3c8562334ab8c -MD5 (mod_ssl-2.1.8-1.3.4.tar.gz) = b000d50c714661e7b0c3ae9d319861b4 +MD5 (mod_ssl-2.2.0-1.3.4.tar.gz) = d8dcf725a5058ddb1b3780103b8251a3 diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index bfbee385200a..39c2410e44b6 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -6,7 +6,7 @@ fi /usr/bin/dialog --title "configuration options" --clear \ --checklist "\n\ -Please select desired options:" -1 -1 10 \ +Please select desired options:" -1 -1 11 \ tuning "Apache: performance tuning" OFF \ modssl "Apache: SSL support" OFF \ GD "PHP3: GD library support" ON \ @@ -103,7 +103,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.1.8 +VERSION_MODSSL= 2.2.0 RESTRICTED= "Contains cryptography" |