diff options
author | dirk <dirk@FreeBSD.org> | 1999-06-02 07:19:44 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-06-02 07:19:44 +0000 |
commit | 2bb3ee63af5446f0e9edbbd6301d21b5e1717479 (patch) | |
tree | 3b3b6fe2178c3c645c02f046719b1fc7811e1dc6 /www/mod_php3 | |
parent | 1fb9d31c1665f4a16698319cb2736b4eaa9ce9dc (diff) | |
download | FreeBSD-ports-2bb3ee63af5446f0e9edbbd6301d21b5e1717479.zip FreeBSD-ports-2bb3ee63af5446f0e9edbbd6301d21b5e1717479.tar.gz |
Upgrade to mod_ssl 2.3.1.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php3/pkg-descr | 2 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 5901010..98876bf 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 MD5 (php-3.0.8.tar.gz) = bcce7d4b7cc1f6535cab03f401dc11de -MD5 (mod_ssl-2.2.8-1.3.6.tar.gz) = 0aaf0ff78d38cc53ad10fe73cc42a0f5 +MD5 (mod_ssl-2.3.1-1.3.6.tar.gz) = e82a532308eaff55d68925c5bd0efdf6 diff --git a/www/mod_php3/pkg-descr b/www/mod_php3/pkg-descr index 82146a2..80ee014 100644 --- a/www/mod_php3/pkg-descr +++ b/www/mod_php3/pkg-descr @@ -16,5 +16,5 @@ Documentation Apache: http://www.apache.org/ PHP3: http://www.php.net/ -mod_ssl: http://www.engelschall.com/sw/mod_ssl/ +mod_ssl: http://www.modssl.org/ OpenSSL: http://www.openssl.org/ diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 873fc99..eccbac5 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -109,7 +109,7 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.2.8 +VERSION_MODSSL= 2.3.1 RESTRICTED= "Contains cryptography" |