diff options
author | dirk <dirk@FreeBSD.org> | 1999-02-05 21:38:49 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-02-05 21:38:49 +0800 |
commit | 2499350520742ea71c957b6a6813127e919d943b (patch) | |
tree | bb84d07764c9abe46bf49b9c3ec846214dd6752f /www/mod_php3 | |
parent | 24a31b3ed1b563ecb85c022f0f9c609875ab605b (diff) | |
download | freebsd-ports-gnome-2499350520742ea71c957b6a6813127e919d943b.tar.gz freebsd-ports-gnome-2499350520742ea71c957b6a6813127e919d943b.tar.zst freebsd-ports-gnome-2499350520742ea71c957b6a6813127e919d943b.zip |
Upgrade to mod_ssl-2.2.1.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 7f3121612c19..f061644bf2c2 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.2.0-1.3.4.tar.gz) = d8dcf725a5058ddb1b3780103b8251a3 +MD5 (mod_ssl-2.2.1-1.3.4.tar.gz) = c5bbb786e11e85ee52ce751411f715c6 diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 39c2410e44b6..d4c2649841b8 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -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.2.0 +VERSION_MODSSL= 2.2.1 RESTRICTED= "Contains cryptography" |