aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-04-30 23:06:53 +0800
committerale <ale@FreeBSD.org>2012-04-30 23:06:53 +0800
commita6e87db0a8bb2de5ec407b85c09eca6e30a17217 (patch)
treef5f454943f83424f97eafda25145b9352a46309b /lang/php5/Makefile
parent4da29201bcf807385c4049f59d7fc4047d1919e5 (diff)
downloadfreebsd-ports-gnome-a6e87db0a8bb2de5ec407b85c09eca6e30a17217.tar.gz
freebsd-ports-gnome-a6e87db0a8bb2de5ec407b85c09eca6e30a17217.tar.zst
freebsd-ports-gnome-a6e87db0a8bb2de5ec407b85c09eca6e30a17217.zip
Update to 5.3.11 release.
Note: this port will be updated to 5.4.x as soon as suhosin will be released, while php 5.3.x branch will continue to exist in lang/php53.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 39404b778c5f..d9e6d60e60e2 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= php5
-PORTVERSION= 5.3.10
-PORTREVISION?= 1
+PORTVERSION= 5.3.11
+PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
@@ -63,7 +63,7 @@ PATCH_SITES+= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= ale
.if !defined(WITHOUT_SUHOSIN)
-PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.10.patch.gz
+PATCHFILES+= suhosin-patch-5.3.x-0.9.10.patch.gz
PATCH_SITES+= http://download.suhosin.org/:suhosin
PLIST_SUB+= SUHOSIN=""
.else
@@ -71,7 +71,7 @@ PLIST_SUB+= SUHOSIN="@comment "
.endif
.if defined(WITH_MAILHEAD)
-PATCHFILES+= php-${PORTVERSION}-mail-header.patch
+PATCHFILES+= php-5.3.x-mail-header.patch:mail
PATCH_SITES+= http://choon.net/opensource/php/:mail
.endif