mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Update to 5.2.8 release.
This commit is contained in:
parent
99e8724137
commit
f8e969af59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223988
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user