diff options
author | dirk <dirk@FreeBSD.org> | 1998-12-26 08:08:10 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1998-12-26 08:08:10 +0800 |
commit | b363ef5d134b8a6a5c5fe0a6b9f80994fcca57e0 (patch) | |
tree | c292f4e3b3ee911f68779db31d4b873c9df292b0 /www/mod_php3 | |
parent | 648d7585f9100b2e28dc7cd4e7e606bb2c9264b3 (diff) | |
download | freebsd-ports-gnome-b363ef5d134b8a6a5c5fe0a6b9f80994fcca57e0.tar.gz freebsd-ports-gnome-b363ef5d134b8a6a5c5fe0a6b9f80994fcca57e0.tar.zst freebsd-ports-gnome-b363ef5d134b8a6a5c5fe0a6b9f80994fcca57e0.zip |
Upgrade to PHP 3.0.6 and mod_ssl 2.1.4
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 4 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 46ebd302bbed..004b270ec30b 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.58 1998/12/02 20:32:02 billf Exp $ +# $Id: Makefile,v 1.61 1998/12/23 00:44:49 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -21,7 +21,7 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= dirk@FreeBSD.ORG VERSION_APACHE= 1.3.3 -VERSION_PHP3= 3.0.5 +VERSION_PHP3= 3.0.6 # # Set APACHE_PERF_TUNING env. variable to YES to get maximum performance diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index ad5089dc145a..72189a2d4216 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.3.tar.gz) = bb6f14bbb369097a55969482d395d1ae -MD5 (php-3.0.5.tar.gz) = f5d78d425bfe642a25871ff3e375fec2 -MD5 (mod_ssl-2.1.3-1.3.3.tar.gz) = 76bd1f0d5f5c9623a71fea336312a753 +MD5 (php-3.0.6.tar.gz) = 96515bee666334462ce3c8562334ab8c +MD5 (mod_ssl-2.1.4-1.3.3.tar.gz) = 4aaf17054905ebf77280a6fdf06da903 diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 5db50034679a..506e13e37465 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -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.3 +VERSION_MODSSL= 2.1.4 RESTRICTED= "Contains cryptography" |