svn commit: r487169 - in head: lang/php56 mail/php56-imap mail/php56-imap/files net-mgmt/php56-snmp/files security/php56-openssl

Torsten Zuehlsdorff freebsd at toco-domains.de
Mon Dec 10 14:27:31 UTC 2018



On 10.12.18 15:19, Alex Dupre wrote:
> Author: ale
> Date: Mon Dec 10 14:19:22 2018
> New Revision: 487169
> URL: https://svnweb.freebsd.org/changeset/ports/487169
> 
> Log:
>    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 at hostpoint.ch> [1],
>    		brnrd [2], amdmi3 [3], jaretbartsch at yahoo.ca [4]
> 
> Added:
>    head/net-mgmt/php56-snmp/files/
>    head/net-mgmt/php56-snmp/files/patch-config.m4   (contents, props changed)
> Deleted:
>    head/mail/php56-imap/files/patch-php__imap.c
>    head/mail/php56-imap/files/patch-php__imap.h
> Modified:
>    head/lang/php56/Makefile
>    head/lang/php56/Makefile.ext
>    head/lang/php56/distinfo
>    head/mail/php56-imap/Makefile
>    head/security/php56-openssl/Makefile
> 
> Modified: head/lang/php56/Makefile
> ==============================================================================
> --- head/lang/php56/Makefile	Mon Dec 10 14:13:53 2018	(r487168)
> +++ head/lang/php56/Makefile	Mon Dec 10 14:19:22 2018	(r487169)
> @@ -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-*

php70-* was already removed from the ports-tree. No need to have it in 
the CONFLICTS anymore.

Greetings,
Torsten


More information about the svn-ports-all mailing list