diff options
author | Alex Dupre <ale@FreeBSD.org> | 2018-12-10 14:19:22 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2018-12-10 14:19:22 +0000 |
commit | 99edfcb677a79e87bd6fb57d5dec32472fad5154 (patch) | |
tree | e9abfc756e75c49ca4e8c8c897b183c23d246f00 /lang | |
parent | 311c59e65a123c7d7d132c25d5d18e32dc9404ac (diff) |
Update to 5.6.39 release [1].
- clean up CONFLICTS [2]
- don't link with libpkg [3]
- fix recode ordering issue [4]
PR: 233847 [1], 226534 [2], 230980 [3], 211794 [4]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> [1],
brnrd [2], amdmi3 [3], jaretbartsch@yahoo.ca [4]
Notes
Notes:
svn path=/head/; revision=487169
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php56/Makefile | 6 | ||||
-rw-r--r-- | lang/php56/Makefile.ext | 1 | ||||
-rw-r--r-- | lang/php56/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 10948923e6af..a2e51e89ba40 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.38 +PORTVERSION= 5.6.39 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -32,7 +32,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ --with-pcre-regex=${LOCALBASE} \ --with-zlib-dir=/usr \ --program-prefix="" -USES+= autoreconf:build +USES+= autoreconf:build gnome USE_GNOME= libxml2 # PR230207 Allow relocations against read-only segments (override lld default) @@ -55,7 +55,7 @@ MAILHEAD_DESC= Enable mail header patch LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php55-5* php70-* php71-* php72-* php73-* +CONFLICTS= php70-* php71-* php72-* php73-* DESTDIRNAME= INSTALL_ROOT diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 1490ede652c8..8b92e380b4b4 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -316,6 +316,7 @@ USES+= readline LIB_DEPENDS+= librecode.so:converters/recode CONFIGURE_ARGS+=--with-recode=${LOCALBASE} +MPHP_MOD_PRIO= 18 .endif .if ${PHP_MODNAME} == "session" diff --git a/lang/php56/distinfo b/lang/php56/distinfo index 8f129e812e8e..2b1a234a3b58 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1537790285 -SHA256 (php-5.6.38.tar.xz) = c2fac47dc6316bd230f0ea91d8a5498af122fb6a3eb43f796c9ea5f59b04aa1e -SIZE (php-5.6.38.tar.xz) = 12467408 +TIMESTAMP = 1544448187 +SHA256 (php-5.6.39.tar.xz) = 8147576001a832ff3d03cb2980caa2d6b584a10624f87ac459fcd3948c6e4a10 +SIZE (php-5.6.39.tar.xz) = 12467096 SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed SIZE (php-5.5.x-mail-header.patch) = 4426 |