diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-04-16 07:44:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-04-16 07:44:34 +0000 |
commit | 02020776c8aeba9b80382f3e2ba426bb7f20da4e (patch) | |
tree | 9df7b007e01147f2cc38bc16a823cb875efd5912 /lang/php4/Makefile | |
parent | Use a copy of libpng shipped with rrdtool. This fixes build with ancient (diff) |
Update to 4.3.6 release.
- Fix build curl dependency
- Fix (hopefully) the core dump on apache restart
- Fix DaylightSavingTime issue
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r-- | lang/php4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 06f4a9cf35b1..4a47600a5c5f 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -20,8 +20,7 @@ # PORTNAME= php4 -PORTVERSION= 4.3.5 -PORTREVISION= 7 +PORTVERSION= 4.3.6 CATEGORIES?= lang devel www MASTER_SITES= http://www.php.net/distributions/:release \ http://it.php.net/distributions/:release \ |