aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2011-03-18 17:23:19 +0800
committerale <ale@FreeBSD.org>2011-03-18 17:23:19 +0800
commit48e4931bc370c0593b3930e11bc0ef9ba83a3b16 (patch)
treef55f59ee4497abaa76ea7a377b3142d173b01162 /lang/php5/Makefile
parentfed8ca4c547844216344f5ab2321f4b88bca1f9c (diff)
downloadfreebsd-ports-gnome-48e4931bc370c0593b3930e11bc0ef9ba83a3b16.tar.gz
freebsd-ports-gnome-48e4931bc370c0593b3930e11bc0ef9ba83a3b16.tar.zst
freebsd-ports-gnome-48e4931bc370c0593b3930e11bc0ef9ba83a3b16.zip
Update to 5.3.6 release.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index c34b2f5fb55b..aa3deddfc2e3 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= php5
-PORTVERSION= 5.3.5
+PORTVERSION= 5.3.6
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
@@ -58,9 +58,11 @@ MAN1= php-config.1 phpize.1
PATCH_DIST_STRIP= -p1
+PATCH_SITES+= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= ale
+
.if !defined(WITHOUT_SUHOSIN)
-#PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.10.patch.gz:suhosin
-PATCHFILES+= suhosin-patch-5.3.4-0.9.10.patch.gz:suhosin
+PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.10.patch.gz
PATCH_SITES+= http://download.suhosin.org/:suhosin
PLIST_SUB+= SUHOSIN=""
.else
@@ -68,8 +70,7 @@ PLIST_SUB+= SUHOSIN="@comment "
.endif
.if defined(WITH_MAILHEAD)
-#PATCHFILES+= php-${PORTVERSION}-mail-header.patch:mail
-PATCHFILES+= php-5.3.4-mail-header.patch:mail
+PATCHFILES+= php-${PORTVERSION}-mail-header.patch
PATCH_SITES+= http://choon.net/opensource/php/:mail
.endif