diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-03 03:23:55 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-03 03:23:55 +0800 |
commit | 317a6839e9983445c1ea9498a9143fcf87781607 (patch) | |
tree | 23d0a689b5148e8b5763c3e007d804fab1ab0c0b /www/mod_php4 | |
parent | 5f047fc43c8fa8729869c0d3d461d6ec11945360 (diff) | |
download | freebsd-ports-gnome-317a6839e9983445c1ea9498a9143fcf87781607.tar.gz freebsd-ports-gnome-317a6839e9983445c1ea9498a9143fcf87781607.tar.zst freebsd-ports-gnome-317a6839e9983445c1ea9498a9143fcf87781607.zip |
- Upgrade to mod_ssl-2.1.5
- add another ${PREFIX} in configure.php script
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo index 72189a2d4216..c9c9f7e60569 100644 --- a/www/mod_php4/distinfo +++ b/www/mod_php4/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.3.tar.gz) = bb6f14bbb369097a55969482d395d1ae MD5 (php-3.0.6.tar.gz) = 96515bee666334462ce3c8562334ab8c -MD5 (mod_ssl-2.1.4-1.3.3.tar.gz) = 4aaf17054905ebf77280a6fdf06da903 +MD5 (mod_ssl-2.1.5-1.3.3.tar.gz) = 806f466447a7b6bbc0b3a350213d58b3 diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 506e13e37465..570d9b7a6582 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -46,7 +46,7 @@ while [ "$1" ]; do ;; \"GD\") echo "BUILD_DEPENDS+= \${PREFIX}/lib/libgd.a:\${PORTSDIR}/graphics/gd" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - echo "PHP3_CONF_ARGS+= --with-gd" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc + echo "PHP3_CONF_ARGS+= --with-gd=\${PREFIX}" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc GD=1 ;; \"FreeType\") @@ -98,7 +98,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay -VERSION_MODSSL= 2.1.4 +VERSION_MODSSL= 2.1.5 RESTRICTED= "Contains cryptography" |