diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-12-16 14:23:21 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-12-16 14:23:21 +0000 |
commit | 91f2627c5d99905e4d31616fd8784e88249de49c (patch) | |
tree | 0436fd6b5a91773ef9f596331b041c5a7908b7a5 /lang/php53 | |
parent | 6dd1695c4071409051aa02f2d665254496c6548b (diff) |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 6 | ||||
-rw-r--r-- | lang/php53/distinfo | 4 | ||||
-rw-r--r-- | lang/php53/files/patch-scripts::Makefile.frag | 9 | ||||
-rw-r--r-- | lang/php53/pkg-plist | 1 |
4 files changed, 11 insertions, 9 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index e0963c5001fc..38408a147188 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: diff --git a/lang/php53/distinfo b/lang/php53/distinfo index 72641fbb1bd2..b7d5539c76c7 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,2 +1,2 @@ -MD5 (php-5.0.2.tar.bz2) = 579f82f3d6a61b669183b2ebce357a1e -SIZE (php-5.0.2.tar.bz2) = 4577974 +MD5 (php-5.0.3.tar.bz2) = fd26455febdddee0977ce226b9108d9c +SIZE (php-5.0.3.tar.bz2) = 4607759 diff --git a/lang/php53/files/patch-scripts::Makefile.frag b/lang/php53/files/patch-scripts::Makefile.frag index 7fe44b1b1b7d..ea577f11204c 100644 --- a/lang/php53/files/patch-scripts::Makefile.frag +++ b/lang/php53/files/patch-scripts::Makefile.frag @@ -1,7 +1,10 @@ ---- scripts/Makefile.frag.orig Mon Jul 12 19:30:23 2004 -+++ scripts/Makefile.frag Mon Jul 12 19:30:48 2004 -@@ -31,11 +31,7 @@ +--- scripts/Makefile.frag.orig Tue Nov 23 14:06:16 2004 ++++ scripts/Makefile.frag Thu Dec 16 13:00:26 2004 +@@ -30,14 +30,9 @@ + main/ \ + main/streams/ \ regex/ \ +- ext/iconv/ \ ext/libxml/ \ ext/standard/ \ - ext/session/ \ diff --git a/lang/php53/pkg-plist b/lang/php53/pkg-plist index 7b97bd15ffb4..4431cf9db72e 100644 --- a/lang/php53/pkg-plist +++ b/lang/php53/pkg-plist @@ -62,6 +62,7 @@ include/php/Zend/zend_reflection_api.h include/php/Zend/zend_stack.h include/php/Zend/zend_static_allocator.h include/php/Zend/zend_stream.h +include/php/Zend/zend_strtod.h include/php/Zend/zend_ts_hash.h include/php/Zend/zend_types.h include/php/Zend/zend_variables.h |