diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-01-09 08:47:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-01-09 08:47:47 +0000 |
commit | 47dd0dde42c4e8ccddd8a01ccb6a5eb863767043 (patch) | |
tree | 056743ff4be4c9a600d9f232508e4f557d750d22 /lang/php5 | |
parent | 956807065a8e10642393f9b58330c5c732c3a9c9 (diff) | |
download | ports-47dd0dde42c4e8ccddd8a01ccb6a5eb863767043.tar.gz ports-47dd0dde42c4e8ccddd8a01ccb6a5eb863767043.zip |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 8 | ||||
-rw-r--r-- | lang/php5/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 9278c9c87ea2..c34b2f5fb55b 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php5 -PORTVERSION= 5.3.4 +PORTVERSION= 5.3.5 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} @@ -59,7 +59,8 @@ MAN1= php-config.1 phpize.1 PATCH_DIST_STRIP= -p1 .if !defined(WITHOUT_SUHOSIN) -PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.10.patch.gz:suhosin +#PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.10.patch.gz:suhosin +PATCHFILES+= suhosin-patch-5.3.4-0.9.10.patch.gz:suhosin PATCH_SITES+= http://download.suhosin.org/:suhosin PLIST_SUB+= SUHOSIN="" .else @@ -67,7 +68,8 @@ PLIST_SUB+= SUHOSIN="@comment " .endif .if defined(WITH_MAILHEAD) -PATCHFILES+= php-${PORTVERSION}-mail-header.patch:mail +#PATCHFILES+= php-${PORTVERSION}-mail-header.patch:mail +PATCHFILES+= php-5.3.4-mail-header.patch:mail PATCH_SITES+= http://choon.net/opensource/php/:mail .endif diff --git a/lang/php5/distinfo b/lang/php5/distinfo index cd6ba674f6fc..c4143acca935 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,5 +1,5 @@ -SHA256 (php-5.3.4.tar.bz2) = a832831185b1652d1adf7ff92864b2a65153853ee5999dafcd6c1ee657f4218d -SIZE (php-5.3.4.tar.bz2) = 10804376 +SHA256 (php-5.3.5.tar.bz2) = a25ddae6a59d7345bcbb69ef2517784f56c2069af663ae4611e580cbdec77e22 +SIZE (php-5.3.5.tar.bz2) = 10806092 SHA256 (suhosin-patch-5.3.4-0.9.10.patch.gz) = 6c920803f6a9f43881c7d8a938716cb572c2f43181fe5cd71f7bfb486825fddf SIZE (suhosin-patch-5.3.4-0.9.10.patch.gz) = 41092 SHA256 (php-5.3.4-mail-header.patch) = b360a9719151d43a34e46ac8e0c7631fef7f24647d22b186ddc89bf050beaa02 |