diff options
author | ale <ale@FreeBSD.org> | 2008-12-08 21:27:50 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-12-08 21:27:50 +0800 |
commit | c656403d66e70771ee8acaa3cf2593eb6e12fab7 (patch) | |
tree | ffb61e66f23eefdd7d3d556cfe5554675ba8b1e0 /lang | |
parent | 0ae1121c09d9d82a24355e85cbe478b049670c66 (diff) | |
download | freebsd-ports-gnome-c656403d66e70771ee8acaa3cf2593eb6e12fab7.tar.gz freebsd-ports-gnome-c656403d66e70771ee8acaa3cf2593eb6e12fab7.tar.zst freebsd-ports-gnome-c656403d66e70771ee8acaa3cf2593eb6e12fab7.zip |
Update to 5.2.8 release.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile | 12 | ||||
-rw-r--r-- | lang/php5/distinfo | 6 | ||||
-rw-r--r-- | lang/php5/pkg-plist | 7 | ||||
-rw-r--r-- | lang/php53/Makefile | 12 | ||||
-rw-r--r-- | lang/php53/distinfo | 6 | ||||
-rw-r--r-- | lang/php53/pkg-plist | 7 |
6 files changed, 32 insertions, 18 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index ab9ad5113f56..930ef84e5aa5 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php5 -PORTVERSION= 5.2.7 +PORTVERSION= 5.2.8 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} @@ -16,15 +16,14 @@ DISTNAME= php-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= PHP Scripting Language -IGNORE= should not be used, PHP 5.2.8 will be released soon - LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf:262 -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +# use bundled pcre while apache2 does the same +#LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre CONFIGURE_ARGS= \ --with-layout=GNU \ @@ -32,7 +31,7 @@ CONFIGURE_ARGS= \ --disable-all \ --enable-libxml \ --with-libxml-dir=${LOCALBASE} \ - --with-pcre-regex=${LOCALBASE} \ + --with-pcre-regex=yes \ --enable-reflection \ --program-prefix="" @@ -60,7 +59,8 @@ MAN1= php-config.1 phpize.1 PATCH_DIST_STRIP= -p1 .if !defined(WITHOUT_SUHOSIN) -PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.3.patch.gz:suhosin +#PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.3.patch.gz:suhosin +PATCHFILES+= suhosin-patch-5.2.7-0.9.6.3.patch.gz:suhosin PATCH_SITES+= http://download.suhosin.org/:suhosin PLIST_SUB+= SUHOSIN="" .else diff --git a/lang/php5/distinfo b/lang/php5/distinfo index f07d8a9d7734..a676a12c730b 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,6 +1,6 @@ -MD5 (php-5.2.7.tar.bz2) = 9ffc42edbb7faad965699666ddd559bc -SHA256 (php-5.2.7.tar.bz2) = 19389875a728b753480995a8a8a3f7debdd0f46c76bbd4f6fd716f4b881a5368 -SIZE (php-5.2.7.tar.bz2) = 9826432 +MD5 (php-5.2.8.tar.bz2) = 8760a833cf10433d3e72271ab0d0eccf +SHA256 (php-5.2.8.tar.bz2) = a70600e13410213a637f1c9825e9c0d45c64de8cefb1929f8f5aa761b20b2b67 +SIZE (php-5.2.8.tar.bz2) = 9827180 MD5 (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = d455c3dd5b652046dbac2951a58f64fa SHA256 (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = 85e6262f53014e393977d1efed2d3a7e686767a07f96b14b2c3f126f694aee46 SIZE (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = 23125 diff --git a/lang/php5/pkg-plist b/lang/php5/pkg-plist index 59cc8b83c2b2..57b49893758e 100644 --- a/lang/php5/pkg-plist +++ b/lang/php5/pkg-plist @@ -72,6 +72,12 @@ include/php/ext/date/lib/timelib_config.h include/php/ext/date/lib/timelib_structs.h include/php/ext/date/php_date.h include/php/ext/libxml/php_libxml.h +include/php/ext/pcre/pcrelib/config.h +include/php/ext/pcre/pcrelib/pcre.h +include/php/ext/pcre/pcrelib/pcre_internal.h +include/php/ext/pcre/pcrelib/pcreposix.h +include/php/ext/pcre/pcrelib/ucp.h +include/php/ext/pcre/pcrelib/ucptable.h include/php/ext/pcre/php_pcre.h include/php/ext/standard/base64.h include/php/ext/standard/basic_functions.h @@ -200,6 +206,7 @@ lib/php/build/shtool @dirrm include/php/ext/date/lib @dirrm include/php/ext/date @dirrm include/php/ext/libxml +@dirrm include/php/ext/pcre/pcrelib @dirrm include/php/ext/pcre @dirrm include/php/ext/standard @dirrmtry include/php/ext diff --git a/lang/php53/Makefile b/lang/php53/Makefile index ab9ad5113f56..930ef84e5aa5 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php5 -PORTVERSION= 5.2.7 +PORTVERSION= 5.2.8 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} @@ -16,15 +16,14 @@ DISTNAME= php-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= PHP Scripting Language -IGNORE= should not be used, PHP 5.2.8 will be released soon - LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf:262 -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +# use bundled pcre while apache2 does the same +#LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre CONFIGURE_ARGS= \ --with-layout=GNU \ @@ -32,7 +31,7 @@ CONFIGURE_ARGS= \ --disable-all \ --enable-libxml \ --with-libxml-dir=${LOCALBASE} \ - --with-pcre-regex=${LOCALBASE} \ + --with-pcre-regex=yes \ --enable-reflection \ --program-prefix="" @@ -60,7 +59,8 @@ MAN1= php-config.1 phpize.1 PATCH_DIST_STRIP= -p1 .if !defined(WITHOUT_SUHOSIN) -PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.3.patch.gz:suhosin +#PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.3.patch.gz:suhosin +PATCHFILES+= suhosin-patch-5.2.7-0.9.6.3.patch.gz:suhosin PATCH_SITES+= http://download.suhosin.org/:suhosin PLIST_SUB+= SUHOSIN="" .else diff --git a/lang/php53/distinfo b/lang/php53/distinfo index f07d8a9d7734..a676a12c730b 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,6 +1,6 @@ -MD5 (php-5.2.7.tar.bz2) = 9ffc42edbb7faad965699666ddd559bc -SHA256 (php-5.2.7.tar.bz2) = 19389875a728b753480995a8a8a3f7debdd0f46c76bbd4f6fd716f4b881a5368 -SIZE (php-5.2.7.tar.bz2) = 9826432 +MD5 (php-5.2.8.tar.bz2) = 8760a833cf10433d3e72271ab0d0eccf +SHA256 (php-5.2.8.tar.bz2) = a70600e13410213a637f1c9825e9c0d45c64de8cefb1929f8f5aa761b20b2b67 +SIZE (php-5.2.8.tar.bz2) = 9827180 MD5 (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = d455c3dd5b652046dbac2951a58f64fa SHA256 (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = 85e6262f53014e393977d1efed2d3a7e686767a07f96b14b2c3f126f694aee46 SIZE (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = 23125 diff --git a/lang/php53/pkg-plist b/lang/php53/pkg-plist index 59cc8b83c2b2..57b49893758e 100644 --- a/lang/php53/pkg-plist +++ b/lang/php53/pkg-plist @@ -72,6 +72,12 @@ include/php/ext/date/lib/timelib_config.h include/php/ext/date/lib/timelib_structs.h include/php/ext/date/php_date.h include/php/ext/libxml/php_libxml.h +include/php/ext/pcre/pcrelib/config.h +include/php/ext/pcre/pcrelib/pcre.h +include/php/ext/pcre/pcrelib/pcre_internal.h +include/php/ext/pcre/pcrelib/pcreposix.h +include/php/ext/pcre/pcrelib/ucp.h +include/php/ext/pcre/pcrelib/ucptable.h include/php/ext/pcre/php_pcre.h include/php/ext/standard/base64.h include/php/ext/standard/basic_functions.h @@ -200,6 +206,7 @@ lib/php/build/shtool @dirrm include/php/ext/date/lib @dirrm include/php/ext/date @dirrm include/php/ext/libxml +@dirrm include/php/ext/pcre/pcrelib @dirrm include/php/ext/pcre @dirrm include/php/ext/standard @dirrmtry include/php/ext |