diff options
author | ale <ale@FreeBSD.org> | 2004-12-16 22:23:21 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-12-16 22:23:21 +0800 |
commit | fc899247465b9f1700012428a5c63ddde2f83d52 (patch) | |
tree | 7331f71c41cb2c4d14d16829c46b65f7e1a49d5e /lang/php53/Makefile | |
parent | 3f7cca6ac667f794730e20d6149a0aa2c671fd6e (diff) | |
download | freebsd-ports-graphics-fc899247465b9f1700012428a5c63ddde2f83d52.tar.gz freebsd-ports-graphics-fc899247465b9f1700012428a5c63ddde2f83d52.tar.zst freebsd-ports-graphics-fc899247465b9f1700012428a5c63ddde2f83d52.zip |
Update to 5.0.3 release:
- Fix some serious security bugs
- Other minor enhancements (PRs fixes) will come later
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index e0963c5001f..38408a14718 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -6,8 +6,8 @@ # PORTNAME= php5 -PORTVERSION= 5.0.2 -PORTREVISION?= 1 +PORTVERSION= 5.0.3 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -168,8 +168,6 @@ PHP_PORT= ${.CURDIR:S|^${_PORTSDIR}||:S|^/||} post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* - @${REINPLACE_CMD} "s|<crypt.h>|<unistd.h>|g;s|HAVE_CRYPT_H|HAVE_UNISTD_H|g" \ - ${WRKSRC}/configure .if ${PHP_SAPI} == "full" pre-configure: |