diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-13 17:31:16 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-13 17:31:16 +0000 |
commit | c23150d20f28e2c8dbd3f07433674d92cb9cfee4 (patch) | |
tree | b71486f09f6909c7bd4000da06ec45a22b76a3c1 /www/mod_php4/scripts | |
parent | upgrade base version of smtpfeed to 0.91. (diff) |
Upgrade to Apache 1.3.4 and mod_ssl 2.1.7.
Diffstat (limited to 'www/mod_php4/scripts')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index ae64efca8b32..df97a974aefe 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -80,7 +80,7 @@ while [ "$1" ]; do ;; \"modssl\") cat << EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc -PKGNAME= apache-php\${VERSION_PHP3}-\${VERSION_APACHE}+mod_ssl-\${VERSION_MODSSL} +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.nvg.ntnu.no/pub/unix/mod_ssl/ \\ @@ -98,7 +98,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.1.6 +VERSION_MODSSL= 2.1.7 RESTRICTED= "Contains cryptography" |