Date: Thu, 23 Feb 2017 13:38:03 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434665 - head/lang/php70 Message-ID: <201702231338.v1NDc3IQ077798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Feb 23 13:38:03 2017 New Revision: 434665 URL: https://svnweb.freebsd.org/changeset/ports/434665 Log: Update PHP 7 from 7.0.15 to 7.0.16 Changelog: http://www.php.net/ChangeLog-7.php#7.0.16 PR: 217109 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Modified: head/lang/php70/Makefile head/lang/php70/distinfo head/lang/php70/pkg-plist Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Thu Feb 23 13:02:31 2017 (r434664) +++ head/lang/php70/Makefile Thu Feb 23 13:38:03 2017 (r434665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.15 +PORTVERSION= 7.0.16 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php70/distinfo ============================================================================== --- head/lang/php70/distinfo Thu Feb 23 13:02:31 2017 (r434664) +++ head/lang/php70/distinfo Thu Feb 23 13:38:03 2017 (r434665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484838674 -SHA256 (php-7.0.15.tar.xz) = 300364d57fc4a6176ff7d52d390ee870ab6e30df121026649f8e7e0b9657fe93 -SIZE (php-7.0.15.tar.xz) = 12575116 +TIMESTAMP = 1487141848 +SHA256 (php-7.0.16.tar.xz) = 244ac39bc657448962860aa7a590e4417f68513ad5e86ee2727b1328b0537309 +SIZE (php-7.0.16.tar.xz) = 12587920 Modified: head/lang/php70/pkg-plist ============================================================================== --- head/lang/php70/pkg-plist Thu Feb 23 13:02:31 2017 (r434664) +++ head/lang/php70/pkg-plist Thu Feb 23 13:38:03 2017 (r434665) @@ -231,6 +231,7 @@ include/php/main/win95nt.h %%EMBED%%lib/libphp7.so lib/php/build/Makefile.global lib/php/build/acinclude.m4 +lib/php/build/ax_check_compile_flag.m4 lib/php/build/config.guess lib/php/build/config.sub lib/php/build/libtool.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702231338.v1NDc3IQ077798>