Date: Mon, 10 Dec 2018 15:27:27 +0100 From: Torsten Zuehlsdorff <freebsd@toco-domains.de> To: Alex Dupre <ale@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r487169 - in head: lang/php56 mail/php56-imap mail/php56-imap/files net-mgmt/php56-snmp/files security/php56-openssl Message-ID: <0e34a2be-11db-6153-e695-a9bf9ff396ba@toco-domains.de> In-Reply-To: <201812101419.wBAEJMvb048060@repo.freebsd.org> References: <201812101419.wBAEJMvb048060@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@hostpoint.ch> [1], > brnrd [2], amdmi3 [3], jaretbartsch@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0e34a2be-11db-6153-e695-a9bf9ff396ba>