svn commit: r459079 - in branches/2018Q1: archivers/php71-phar lang/php71 www/php71-opcache www/php71-opcache/files

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Jan 15 16:48:41 UTC 2018


Author: tz
Date: Mon Jan 15 16:48:39 2018
New Revision: 459079
URL: https://svnweb.freebsd.org/changeset/ports/459079

Log:
  MFH: r458658
  
  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
  
  Approved by: ports-secteam (swills)

Deleted:
  branches/2018Q1/www/php71-opcache/files/patch-Optimizer_zend__inference.c
Modified:
  branches/2018Q1/archivers/php71-phar/Makefile
  branches/2018Q1/lang/php71/Makefile
  branches/2018Q1/lang/php71/distinfo
  branches/2018Q1/www/php71-opcache/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/archivers/php71-phar/Makefile
==============================================================================
--- branches/2018Q1/archivers/php71-phar/Makefile	Mon Jan 15 16:34:36 2018	(r459078)
+++ branches/2018Q1/archivers/php71-phar/Makefile	Mon Jan 15 16:48:39 2018	(r459079)
@@ -2,7 +2,6 @@
 
 CATEGORIES=	archivers
 
-PORTREVISION=	2
 MASTERDIR=	${.CURDIR}/../../lang/php71
 
 PKGNAMESUFFIX=	-phar

Modified: branches/2018Q1/lang/php71/Makefile
==============================================================================
--- branches/2018Q1/lang/php71/Makefile	Mon Jan 15 16:34:36 2018	(r459078)
+++ branches/2018Q1/lang/php71/Makefile	Mon Jan 15 16:48:39 2018	(r459079)
@@ -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: branches/2018Q1/lang/php71/distinfo
==============================================================================
--- branches/2018Q1/lang/php71/distinfo	Mon Jan 15 16:34:36 2018	(r459078)
+++ branches/2018Q1/lang/php71/distinfo	Mon Jan 15 16:48:39 2018	(r459079)
@@ -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: branches/2018Q1/www/php71-opcache/Makefile
==============================================================================
--- branches/2018Q1/www/php71-opcache/Makefile	Mon Jan 15 16:34:36 2018	(r459078)
+++ branches/2018Q1/www/php71-opcache/Makefile	Mon Jan 15 16:48:39 2018	(r459079)
@@ -4,7 +4,6 @@ CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php71
 
-PORTREVISION=	2
 PKGNAMESUFFIX=	-opcache
 
 USES=	php:zend


More information about the svn-ports-branches mailing list