diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-26 00:08:10 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-26 00:08:10 +0000 |
commit | ee2eebaf97ded051d22146ed77a60c406b7e20d5 (patch) | |
tree | 3a075269770e66554d31103960584db9ab5d9e5e /www/mod_php4/Makefile | |
parent | 62bf46c59ed2c7376b2ee0ed1d122f8fe46c0b64 (diff) | |
download | ports-ee2eebaf97ded051d22146ed77a60c406b7e20d5.tar.gz ports-ee2eebaf97ded051d22146ed77a60c406b7e20d5.zip |
Upgrade to PHP 3.0.6 and mod_ssl 2.1.4
Notes
Notes:
svn path=/head/; revision=15614
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 46ebd302bbed..004b270ec30b 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/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 |