From owner-svn-ports-all@freebsd.org Mon Dec 10 14:27:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D99971327CA5; Mon, 10 Dec 2018 14:27:30 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A05EB7B4BA; Mon, 10 Dec 2018 14:27:29 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [192.168.1.4] (x4e308956.dyn.telefonica.de [78.48.137.86]) by toco-domains.de (Postfix) with ESMTPA id 39CF513512E8; Mon, 10 Dec 2018 15:27:28 +0100 (CET) Subject: Re: svn commit: r487169 - in head: lang/php56 mail/php56-imap mail/php56-imap/files net-mgmt/php56-snmp/files security/php56-openssl To: Alex Dupre , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201812101419.wBAEJMvb048060@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <0e34a2be-11db-6153-e695-a9bf9ff396ba@toco-domains.de> Date: Mon, 10 Dec 2018 15:27:27 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.3.2 MIME-Version: 1.0 In-Reply-To: <201812101419.wBAEJMvb048060@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: A05EB7B4BA X-Spamd-Result: default: False [-4.48 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[toco-domains.de]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; IP_SCORE(-1.19)[ipnet: 2a01:4f8::/29(-3.45), asn: 24940(-2.51), country: DE(-0.01)]; MX_GOOD(-0.01)[cached: mail.toco-domains.de]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2018 14:27:31 -0000 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 [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