diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-25 16:52:23 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-25 16:52:23 +0000 |
commit | 45c9eb9cdf706de460d0c1498e2a134c67b9422c (patch) | |
tree | d420f9eb8bd5a2410d52740923ef3bdca520051a /www/mod_php5/Makefile | |
parent | Modified URL (diff) |
Upgrade to PHP-4.0b3, finally.
At the moment only zlib, mysql and gd support is tested.
Notes
Notes:
svn path=/head/; revision=25066
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 34850b1be334..a35df05b79c3 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -40,9 +40,6 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz -PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -PATCHFILES= php4_snmp.c.diff - MAINTAINER= dirk@FreeBSD.org BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!" @@ -52,7 +49,7 @@ Y2K= http://www.php.net/y2k.php3 PHP_DISTDIR= version4/downloads VERSION_APACHE= 1.3.11 -VERSION_PHP= 4.0b2 +VERSION_PHP= 4.0b3 NO_LATEST_LINK= yes USE_PERL5= yes |