diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-06 11:02:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-06 11:02:22 +0000 |
commit | 577ae820c66332fb1a961b0d636a25391fc0e295 (patch) | |
tree | 3517c01cd1ec43f487bbfa3e90311de4687bbed3 /www/mod_php4/Makefile | |
parent | e00a9aa5819a41341824588c78bd0bc78302ef13 (diff) | |
download | FreeBSD-ports-577ae820c66332fb1a961b0d636a25391fc0e295.zip FreeBSD-ports-577ae820c66332fb1a961b0d636a25391fc0e295.tar.gz |
Add a little more description what "php3" is.
Upgrade apache13-php3 to use apache-1.3.3, php-3.0.5 and mod_ssl-2.0.14
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 7165066..6cbacb3 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apache HTTPD / php3 -# Version required: 1.3.1 / 3.0.3 +# Version required: 1.3* / 3.0* # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ +# $Id: Makefile,v 1.56 1998/09/30 18:16:06 andreas Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -15,8 +15,8 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= Dirk Froemberg <ibex@physik.TU-Berlin.DE> -VERSION_APACHE= 1.3.2 -VERSION_PHP3= 3.0.4 +VERSION_APACHE= 1.3.3 +VERSION_PHP3= 3.0.5 IS_INTERACTIVE= yes NO_PACKAGE= Support for different databases |