svn commit: r422652 - in head: archivers/php56-bz2 archivers/php56-phar archivers/php56-zip archivers/php56-zlib converters/php56-iconv converters/php56-mbstring converters/php56-recode databases/p...

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Sep 23 08:26:52 UTC 2016


Author: tz
Date: Fri Sep 23 08:26:44 2016
New Revision: 422652
URL: https://svnweb.freebsd.org/changeset/ports/422652

Log:
  lang/php56: Update from 5.6.25 to 5.6.26
  
  Security:    CVE-2016-7416
  Security:    CVE-2016-7412
  Security:    CVE-2016-7414
  Security:    CVE-2016-7417
  Security:    CVE-2016-7411
  Security:    CVE-2016-7413
  Security:    CVE-2016-7418
  
  MFH:         2016Q3
  Approved by: swills (mentor)

Modified:
  head/archivers/php56-bz2/Makefile
  head/archivers/php56-phar/Makefile
  head/archivers/php56-zip/Makefile
  head/archivers/php56-zlib/Makefile
  head/converters/php56-iconv/Makefile
  head/converters/php56-mbstring/Makefile
  head/converters/php56-recode/Makefile
  head/databases/php56-dba/Makefile
  head/databases/php56-interbase/Makefile
  head/databases/php56-mssql/Makefile
  head/databases/php56-mysql/Makefile
  head/databases/php56-mysqli/Makefile
  head/databases/php56-odbc/Makefile
  head/databases/php56-pdo/Makefile
  head/databases/php56-pdo_dblib/Makefile
  head/databases/php56-pdo_firebird/Makefile
  head/databases/php56-pdo_mysql/Makefile
  head/databases/php56-pdo_odbc/Makefile
  head/databases/php56-pdo_pgsql/Makefile
  head/databases/php56-pdo_sqlite/Makefile
  head/databases/php56-pgsql/Makefile
  head/databases/php56-sqlite3/Makefile
  head/databases/php56-sybase_ct/Makefile
  head/devel/php56-gettext/Makefile
  head/devel/php56-json/Makefile
  head/devel/php56-pcntl/Makefile
  head/devel/php56-readline/Makefile
  head/devel/php56-shmop/Makefile
  head/devel/php56-sysvmsg/Makefile
  head/devel/php56-sysvsem/Makefile
  head/devel/php56-sysvshm/Makefile
  head/devel/php56-tokenizer/Makefile
  head/ftp/php56-curl/Makefile
  head/ftp/php56-ftp/Makefile
  head/graphics/php56-exif/Makefile
  head/graphics/php56-gd/Makefile
  head/lang/php56/Makefile
  head/lang/php56/distinfo
  head/mail/php56-imap/Makefile
  head/math/php56-bcmath/Makefile
  head/math/php56-gmp/Makefile
  head/misc/php56-calendar/Makefile
  head/net-mgmt/php56-snmp/Makefile
  head/net/php56-ldap/Makefile
  head/net/php56-soap/Makefile
  head/net/php56-sockets/Makefile
  head/net/php56-xmlrpc/Makefile
  head/security/php56-filter/Makefile
  head/security/php56-hash/Makefile
  head/security/php56-mcrypt/Makefile
  head/security/php56-openssl/Makefile
  head/sysutils/php56-fileinfo/Makefile
  head/sysutils/php56-posix/Makefile
  head/textproc/php56-ctype/Makefile
  head/textproc/php56-dom/Makefile
  head/textproc/php56-pspell/Makefile
  head/textproc/php56-simplexml/Makefile
  head/textproc/php56-wddx/Makefile
  head/textproc/php56-xml/Makefile
  head/textproc/php56-xmlreader/Makefile
  head/textproc/php56-xmlwriter/Makefile
  head/textproc/php56-xsl/Makefile
  head/www/php56-opcache/Makefile
  head/www/php56-session/Makefile
  head/www/php56-tidy/Makefile

Modified: head/archivers/php56-bz2/Makefile
==============================================================================
--- head/archivers/php56-bz2/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/archivers/php56-bz2/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	archivers
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/archivers/php56-phar/Makefile
==============================================================================
--- head/archivers/php56-phar/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/archivers/php56-phar/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	archivers
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/archivers/php56-zip/Makefile
==============================================================================
--- head/archivers/php56-zip/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/archivers/php56-zip/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	archivers
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/archivers/php56-zlib/Makefile
==============================================================================
--- head/archivers/php56-zlib/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/archivers/php56-zlib/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	archivers
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/converters/php56-iconv/Makefile
==============================================================================
--- head/converters/php56-iconv/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/converters/php56-iconv/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/converters/php56-mbstring/Makefile
==============================================================================
--- head/converters/php56-mbstring/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/converters/php56-mbstring/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/converters/php56-recode/Makefile
==============================================================================
--- head/converters/php56-recode/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/converters/php56-recode/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-dba/Makefile
==============================================================================
--- head/databases/php56-dba/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-dba/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-interbase/Makefile
==============================================================================
--- head/databases/php56-interbase/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-interbase/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-mssql/Makefile
==============================================================================
--- head/databases/php56-mssql/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-mssql/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-mysql/Makefile
==============================================================================
--- head/databases/php56-mysql/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-mysql/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-mysqli/Makefile
==============================================================================
--- head/databases/php56-mysqli/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-mysqli/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-odbc/Makefile
==============================================================================
--- head/databases/php56-odbc/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-odbc/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-pdo/Makefile
==============================================================================
--- head/databases/php56-pdo/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-pdo/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-pdo_dblib/Makefile
==============================================================================
--- head/databases/php56-pdo_dblib/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-pdo_dblib/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-pdo_firebird/Makefile
==============================================================================
--- head/databases/php56-pdo_firebird/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-pdo_firebird/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-pdo_mysql/Makefile
==============================================================================
--- head/databases/php56-pdo_mysql/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-pdo_mysql/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-pdo_odbc/Makefile
==============================================================================
--- head/databases/php56-pdo_odbc/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-pdo_odbc/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-pdo_pgsql/Makefile
==============================================================================
--- head/databases/php56-pdo_pgsql/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-pdo_pgsql/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-pdo_sqlite/Makefile
==============================================================================
--- head/databases/php56-pdo_sqlite/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-pdo_sqlite/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-pgsql/Makefile
==============================================================================
--- head/databases/php56-pgsql/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-pgsql/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-sqlite3/Makefile
==============================================================================
--- head/databases/php56-sqlite3/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-sqlite3/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/databases/php56-sybase_ct/Makefile
==============================================================================
--- head/databases/php56-sybase_ct/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/databases/php56-sybase_ct/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-gettext/Makefile
==============================================================================
--- head/devel/php56-gettext/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-gettext/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-json/Makefile
==============================================================================
--- head/devel/php56-json/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-json/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-pcntl/Makefile
==============================================================================
--- head/devel/php56-pcntl/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-pcntl/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-readline/Makefile
==============================================================================
--- head/devel/php56-readline/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-readline/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-shmop/Makefile
==============================================================================
--- head/devel/php56-shmop/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-shmop/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-sysvmsg/Makefile
==============================================================================
--- head/devel/php56-sysvmsg/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-sysvmsg/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-sysvsem/Makefile
==============================================================================
--- head/devel/php56-sysvsem/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-sysvsem/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-sysvshm/Makefile
==============================================================================
--- head/devel/php56-sysvshm/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-sysvshm/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/devel/php56-tokenizer/Makefile
==============================================================================
--- head/devel/php56-tokenizer/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/devel/php56-tokenizer/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/ftp/php56-curl/Makefile
==============================================================================
--- head/ftp/php56-curl/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/ftp/php56-curl/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	ftp
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/ftp/php56-ftp/Makefile
==============================================================================
--- head/ftp/php56-ftp/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/ftp/php56-ftp/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	ftp
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/graphics/php56-exif/Makefile
==============================================================================
--- head/graphics/php56-exif/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/graphics/php56-exif/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	graphics
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/graphics/php56-gd/Makefile
==============================================================================
--- head/graphics/php56-gd/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/graphics/php56-gd/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	graphics
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/lang/php56/Makefile
==============================================================================
--- head/lang/php56/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/lang/php56/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	php56
-PORTVERSION=	5.6.25
-PORTREVISION?=	1
+PORTVERSION=	5.6.26
+PORTREVISION?=	0	
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}

Modified: head/lang/php56/distinfo
==============================================================================
--- head/lang/php56/distinfo	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/lang/php56/distinfo	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1472238006
-SHA256 (php-5.6.25.tar.xz) = 7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644
-SIZE (php-5.6.25.tar.xz) = 12406072
-SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed
-SIZE (php-5.5.x-mail-header.patch) = 4426
+TIMESTAMP = 1474538003
+SHA256 (php-5.6.26.tar.xz) = 203a854f0f243cb2810d1c832bc871ff133eccdf1ff69d32846f93bc1bef58a8
+SIZE (php-5.6.26.tar.xz) = 12412992

Modified: head/mail/php56-imap/Makefile
==============================================================================
--- head/mail/php56-imap/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/mail/php56-imap/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	mail
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/math/php56-bcmath/Makefile
==============================================================================
--- head/math/php56-bcmath/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/math/php56-bcmath/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	math
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/math/php56-gmp/Makefile
==============================================================================
--- head/math/php56-gmp/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/math/php56-gmp/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	math
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/misc/php56-calendar/Makefile
==============================================================================
--- head/misc/php56-calendar/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/misc/php56-calendar/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	misc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/net-mgmt/php56-snmp/Makefile
==============================================================================
--- head/net-mgmt/php56-snmp/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/net-mgmt/php56-snmp/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	net-mgmt
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/net/php56-ldap/Makefile
==============================================================================
--- head/net/php56-ldap/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/net/php56-ldap/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/net/php56-soap/Makefile
==============================================================================
--- head/net/php56-soap/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/net/php56-soap/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/net/php56-sockets/Makefile
==============================================================================
--- head/net/php56-sockets/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/net/php56-sockets/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/net/php56-xmlrpc/Makefile
==============================================================================
--- head/net/php56-xmlrpc/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/net/php56-xmlrpc/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/security/php56-filter/Makefile
==============================================================================
--- head/security/php56-filter/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/security/php56-filter/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/security/php56-hash/Makefile
==============================================================================
--- head/security/php56-hash/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/security/php56-hash/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/security/php56-mcrypt/Makefile
==============================================================================
--- head/security/php56-mcrypt/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/security/php56-mcrypt/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/security/php56-openssl/Makefile
==============================================================================
--- head/security/php56-openssl/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/security/php56-openssl/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/sysutils/php56-fileinfo/Makefile
==============================================================================
--- head/sysutils/php56-fileinfo/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/sysutils/php56-fileinfo/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	sysutils
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/sysutils/php56-posix/Makefile
==============================================================================
--- head/sysutils/php56-posix/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/sysutils/php56-posix/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	sysutils
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-ctype/Makefile
==============================================================================
--- head/textproc/php56-ctype/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-ctype/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-dom/Makefile
==============================================================================
--- head/textproc/php56-dom/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-dom/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-pspell/Makefile
==============================================================================
--- head/textproc/php56-pspell/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-pspell/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-simplexml/Makefile
==============================================================================
--- head/textproc/php56-simplexml/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-simplexml/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-wddx/Makefile
==============================================================================
--- head/textproc/php56-wddx/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-wddx/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-xml/Makefile
==============================================================================
--- head/textproc/php56-xml/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-xml/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-xmlreader/Makefile
==============================================================================
--- head/textproc/php56-xmlreader/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-xmlreader/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-xmlwriter/Makefile
==============================================================================
--- head/textproc/php56-xmlwriter/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-xmlwriter/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/textproc/php56-xsl/Makefile
==============================================================================
--- head/textproc/php56-xsl/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/textproc/php56-xsl/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/www/php56-opcache/Makefile
==============================================================================
--- head/www/php56-opcache/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/www/php56-opcache/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/www/php56-session/Makefile
==============================================================================
--- head/www/php56-session/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/www/php56-session/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: head/www/php56-tidy/Makefile
==============================================================================
--- head/www/php56-tidy/Makefile	Fri Sep 23 08:17:04 2016	(r422651)
+++ head/www/php56-tidy/Makefile	Fri Sep 23 08:26:44 2016	(r422652)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php56


More information about the svn-ports-head mailing list