Date: Fri, 9 Dec 2016 13:40:36 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r428205 - branches/2016Q4/lang/php70 Message-ID: <201612091340.uB9DeacJ079595@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Dec 9 13:40:36 2016 New Revision: 428205 URL: https://svnweb.freebsd.org/changeset/ports/428205 Log: MFH: r427496 r428078 r428120 lang/php70: enabled DTRACE option by default where possible Approved by: tz (maintainer) lang/php70: DTRACE option is not valid on DragonFly Note that following the OPTIONS_EXCLUDE+= line appears to redundant and could be removed, and the OPTIONS_EXCLUDE_FreeBSD_9 line should be "=" operator, not "+=", from what I can tell. Approved by: DF support blanket Update PHP 7 from 7.0.13 to 7.0.14 Changelog: http://www.php.net/ChangeLog-7.php#7.0.14 Approved by: mentors (implicit) Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/lang/php70/Makefile branches/2016Q4/lang/php70/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/lang/php70/Makefile ============================================================================== --- branches/2016Q4/lang/php70/Makefile Fri Dec 9 13:32:15 2016 (r428204) +++ branches/2016Q4/lang/php70/Makefile Fri Dec 9 13:40:36 2016 (r428205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.13 +PORTVERSION= 7.0.14 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -37,12 +37,16 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 LINKTHR ZTS -OPTIONS_DEFAULT=CLI CGI FPM LINKTHR +OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM OPTIONS_SUB= yes +OPTIONS_EXCLUDE_DragonFly= DTRACE +OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE +OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} + CLI_DESC= Build CLI version CGI_DESC= Build CGI version FPM_DESC= Build FPM version Modified: branches/2016Q4/lang/php70/distinfo ============================================================================== --- branches/2016Q4/lang/php70/distinfo Fri Dec 9 13:32:15 2016 (r428204) +++ branches/2016Q4/lang/php70/distinfo Fri Dec 9 13:40:36 2016 (r428205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479305486 -SHA256 (php-7.0.13.tar.xz) = 357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf -SIZE (php-7.0.13.tar.xz) = 12528816 +TIMESTAMP = 1481099651 +SHA256 (php-7.0.14.tar.xz) = 0f1dff6392a1cc2ed126b9695f580a2ed77eb09d2c23b41cabfb41e6f27a8c89 +SIZE (php-7.0.14.tar.xz) = 12534712
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612091340.uB9DeacJ079595>