diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-10-31 11:16:57 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-10-31 11:16:57 +0000 |
commit | 913aeb5980d41ce6064b4852f38fef91089e4714 (patch) | |
tree | d2557188b83d0abf7dff12dd4070f7306f8a8f76 /lang/php53/Makefile | |
parent | 940a168e02e8c61e49120e98697663bfe97a3542 (diff) | |
download | ports-913aeb5980d41ce6064b4852f38fef91089e4714.tar.gz ports-913aeb5980d41ce6064b4852f38fef91089e4714.zip |
Notes
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index a25c23bcc470..46cd963a16e0 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: php5 -# Date created: Tue Feb 18 11:17:13 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# +# Created by: Alex Dupre <sysadmin@alexdupre.com> # $FreeBSD$ -# PORTNAME= php53 -PORTVERSION= 5.3.17 +PORTVERSION= 5.3.18 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} @@ -63,7 +59,7 @@ MAN1= php-config.1 phpize.1 PATCH_DIST_STRIP= -p1 PATCH_SITES+= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= ale +PATCH_SITE_SUBDIR= flo .if ${PORT_OPTIONS:MSUHOSIN} PATCHFILES+= suhosin-patch-5.3.x-0.9.10.patch.gz |