diff options
author | Florian Smeets <flo@FreeBSD.org> | 2014-08-18 21:19:56 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2014-08-18 21:19:56 +0000 |
commit | e52a3e8972eacaa0289bddd431d41eb6ccc5e423 (patch) | |
tree | 5f67d828f87d6f4dc42d093e0080ce39654337ec /lang/php53/Makefile | |
parent | df03bac70c937b76d122d1567a27e2a663b586ac (diff) | |
download | ports-e52a3e8972eacaa0289bddd431d41eb6ccc5e423.tar.gz ports-e52a3e8972eacaa0289bddd431d41eb6ccc5e423.zip |
Notes
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index e782ed165a76..ab6d32bf6d8f 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php53 -PORTVERSION= 5.3.28 -PORTREVISION?= 3 +PORTVERSION= 5.3.29 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -64,7 +64,7 @@ PATCH_SITES+= ${MASTER_SITE_LOCAL} \ PATCH_SITE_SUBDIR= flo .if ${PORT_OPTIONS:MSUHOSIN} -PATCHFILES+= suhosin-patch-5.3.x-0.9.10.4.patch.gz +PATCHFILES+= suhosin-patch-5.3.x-0.9.10.5.patch.gz PLIST_SUB+= SUHOSIN="" .else PLIST_SUB+= SUHOSIN="@comment " |