From owner-svn-ports-head@freebsd.org Wed Jan 10 16:07:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6D30E64B58; Wed, 10 Jan 2018 16:07:03 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFBB17C174; Wed, 10 Jan 2018 16:07:03 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA12D27C3A; Wed, 10 Jan 2018 16:07:02 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0AG72hi086423; Wed, 10 Jan 2018 16:07:02 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0AG72Oh086417; Wed, 10 Jan 2018 16:07:02 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201801101607.w0AG72Oh086417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 10 Jan 2018 16:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458658 - in head: archivers/php71-phar lang/php71 www/php71-opcache www/php71-opcache/files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: archivers/php71-phar lang/php71 www/php71-opcache www/php71-opcache/files X-SVN-Commit-Revision: 458658 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2018 16:07:03 -0000 Author: tz Date: Wed Jan 10 16:07:02 2018 New Revision: 458658 URL: https://svnweb.freebsd.org/changeset/ports/458658 Log: Update PHP 7.1 from 7.1.12 to 7.1.13 Changelog: http://www.php.net/ChangeLog-7.php#7.1.13 PR: 224955 MFH: 2018Q1 Deleted: head/www/php71-opcache/files/patch-Optimizer_zend__inference.c Modified: head/archivers/php71-phar/Makefile head/lang/php71/Makefile head/lang/php71/distinfo head/www/php71-opcache/Makefile Modified: head/archivers/php71-phar/Makefile ============================================================================== --- head/archivers/php71-phar/Makefile Wed Jan 10 16:03:51 2018 (r458657) +++ head/archivers/php71-phar/Makefile Wed Jan 10 16:07:02 2018 (r458658) @@ -2,7 +2,6 @@ CATEGORIES= archivers -PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -phar Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Wed Jan 10 16:03:51 2018 (r458657) +++ head/lang/php71/Makefile Wed Jan 10 16:07:02 2018 (r458658) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.12 -PORTREVISION?= 2 +PORTVERSION= 7.1.13 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php71/distinfo ============================================================================== --- head/lang/php71/distinfo Wed Jan 10 16:03:51 2018 (r458657) +++ head/lang/php71/distinfo Wed Jan 10 16:07:02 2018 (r458658) @@ -1,5 +1,5 @@ -TIMESTAMP = 1511442089 -SHA256 (php-7.1.12.tar.xz) = a0118850774571b1f2d4e30b4fe7a4b958ca66f07d07d65ebdc789c54ba6eeb3 -SIZE (php-7.1.12.tar.xz) = 12194772 +TIMESTAMP = 1515408503 +SHA256 (php-7.1.13.tar.xz) = 1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10 +SIZE (php-7.1.13.tar.xz) = 12194780 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504 Modified: head/www/php71-opcache/Makefile ============================================================================== --- head/www/php71-opcache/Makefile Wed Jan 10 16:03:51 2018 (r458657) +++ head/www/php71-opcache/Makefile Wed Jan 10 16:07:02 2018 (r458658) @@ -4,7 +4,6 @@ CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php71 -PORTREVISION= 2 PKGNAMESUFFIX= -opcache USES= php:zend