From owner-svn-ports-all@freebsd.org Tue Aug 30 12:55:28 2016 Return-Path: Delivered-To: svn-ports-all@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 BCF29BC786F; Tue, 30 Aug 2016 12:55:28 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5784F6B2; Tue, 30 Aug 2016 12:55:28 +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 u7UCtRkk071787; Tue, 30 Aug 2016 12:55:27 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UCtK3s071722; Tue, 30 Aug 2016 12:55:20 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201608301255.u7UCtK3s071722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 30 Aug 2016 12:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421112 - 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 12:55:28 -0000 Author: tz Date: Tue Aug 30 12:55:20 2016 New Revision: 421112 URL: https://svnweb.freebsd.org/changeset/ports/421112 Log: lang/php56: Update from 5.6.24 to 5.6.25 PR: 212183 Submitted by: Kurt Jaeger Approved by: pi (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 Tue Aug 30 12:44:27 2016 (r421111) +++ head/archivers/php56-bz2/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/archivers/php56-phar/Makefile ============================================================================== --- head/archivers/php56-phar/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/archivers/php56-phar/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/archivers/php56-zip/Makefile ============================================================================== --- head/archivers/php56-zip/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/archivers/php56-zip/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/archivers/php56-zlib/Makefile ============================================================================== --- head/archivers/php56-zlib/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/archivers/php56-zlib/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/converters/php56-iconv/Makefile ============================================================================== --- head/converters/php56-iconv/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/converters/php56-iconv/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/converters/php56-mbstring/Makefile ============================================================================== --- head/converters/php56-mbstring/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/converters/php56-mbstring/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/converters/php56-recode/Makefile ============================================================================== --- head/converters/php56-recode/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/converters/php56-recode/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= converters MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-dba/Makefile ============================================================================== --- head/databases/php56-dba/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-dba/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-interbase/Makefile ============================================================================== --- head/databases/php56-interbase/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-interbase/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-mssql/Makefile ============================================================================== --- head/databases/php56-mssql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-mssql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-mysql/Makefile ============================================================================== --- head/databases/php56-mysql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-mysql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-mysqli/Makefile ============================================================================== --- head/databases/php56-mysqli/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-mysqli/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-odbc/Makefile ============================================================================== --- head/databases/php56-odbc/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-odbc/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo/Makefile ============================================================================== --- head/databases/php56-pdo/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_dblib/Makefile ============================================================================== --- head/databases/php56-pdo_dblib/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_dblib/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_firebird/Makefile ============================================================================== --- head/databases/php56-pdo_firebird/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_firebird/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_mysql/Makefile ============================================================================== --- head/databases/php56-pdo_mysql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_mysql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_odbc/Makefile ============================================================================== --- head/databases/php56-pdo_odbc/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_odbc/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_pgsql/Makefile ============================================================================== --- head/databases/php56-pdo_pgsql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_pgsql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pdo_sqlite/Makefile ============================================================================== --- head/databases/php56-pdo_sqlite/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pdo_sqlite/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-pgsql/Makefile ============================================================================== --- head/databases/php56-pgsql/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-pgsql/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-sqlite3/Makefile ============================================================================== --- head/databases/php56-sqlite3/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-sqlite3/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/databases/php56-sybase_ct/Makefile ============================================================================== --- head/databases/php56-sybase_ct/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/databases/php56-sybase_ct/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-gettext/Makefile ============================================================================== --- head/devel/php56-gettext/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-gettext/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-json/Makefile ============================================================================== --- head/devel/php56-json/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-json/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-pcntl/Makefile ============================================================================== --- head/devel/php56-pcntl/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-pcntl/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-readline/Makefile ============================================================================== --- head/devel/php56-readline/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-readline/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-shmop/Makefile ============================================================================== --- head/devel/php56-shmop/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-shmop/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-sysvmsg/Makefile ============================================================================== --- head/devel/php56-sysvmsg/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-sysvmsg/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-sysvsem/Makefile ============================================================================== --- head/devel/php56-sysvsem/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-sysvsem/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-sysvshm/Makefile ============================================================================== --- head/devel/php56-sysvshm/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-sysvshm/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/devel/php56-tokenizer/Makefile ============================================================================== --- head/devel/php56-tokenizer/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/devel/php56-tokenizer/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/ftp/php56-curl/Makefile ============================================================================== --- head/ftp/php56-curl/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/ftp/php56-curl/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/ftp/php56-ftp/Makefile ============================================================================== --- head/ftp/php56-ftp/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/ftp/php56-ftp/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/graphics/php56-exif/Makefile ============================================================================== --- head/graphics/php56-exif/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/graphics/php56-exif/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/graphics/php56-gd/Makefile ============================================================================== --- head/graphics/php56-gd/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/graphics/php56-gd/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/lang/php56/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.24 -PORTREVISION?= 1 +PORTVERSION= 5.6.25 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Tue Aug 30 12:44:27 2016 (r421111) +++ head/lang/php56/distinfo Tue Aug 30 12:55:20 2016 (r421112) @@ -1,5 +1,5 @@ -TIMESTAMP = 1470647542 -SHA256 (php-5.6.24.tar.xz) = ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b -SIZE (php-5.6.24.tar.xz) = 12394980 +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 Modified: head/mail/php56-imap/Makefile ============================================================================== --- head/mail/php56-imap/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/mail/php56-imap/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= mail MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/math/php56-bcmath/Makefile ============================================================================== --- head/math/php56-bcmath/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/math/php56-bcmath/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/math/php56-gmp/Makefile ============================================================================== --- head/math/php56-gmp/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/math/php56-gmp/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/misc/php56-calendar/Makefile ============================================================================== --- head/misc/php56-calendar/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/misc/php56-calendar/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= misc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net-mgmt/php56-snmp/Makefile ============================================================================== --- head/net-mgmt/php56-snmp/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net-mgmt/php56-snmp/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net-mgmt MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net/php56-ldap/Makefile ============================================================================== --- head/net/php56-ldap/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net/php56-ldap/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net/php56-soap/Makefile ============================================================================== --- head/net/php56-soap/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net/php56-soap/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net/php56-sockets/Makefile ============================================================================== --- head/net/php56-sockets/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net/php56-sockets/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/net/php56-xmlrpc/Makefile ============================================================================== --- head/net/php56-xmlrpc/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/net/php56-xmlrpc/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/security/php56-filter/Makefile ============================================================================== --- head/security/php56-filter/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/security/php56-filter/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/security/php56-hash/Makefile ============================================================================== --- head/security/php56-hash/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/security/php56-hash/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/security/php56-mcrypt/Makefile ============================================================================== --- head/security/php56-mcrypt/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/security/php56-mcrypt/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/security/php56-openssl/Makefile ============================================================================== --- head/security/php56-openssl/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/security/php56-openssl/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/sysutils/php56-fileinfo/Makefile ============================================================================== --- head/sysutils/php56-fileinfo/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/sysutils/php56-fileinfo/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= sysutils MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/sysutils/php56-posix/Makefile ============================================================================== --- head/sysutils/php56-posix/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/sysutils/php56-posix/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= sysutils MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-ctype/Makefile ============================================================================== --- head/textproc/php56-ctype/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-ctype/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-dom/Makefile ============================================================================== --- head/textproc/php56-dom/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-dom/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-pspell/Makefile ============================================================================== --- head/textproc/php56-pspell/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-pspell/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-simplexml/Makefile ============================================================================== --- head/textproc/php56-simplexml/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-simplexml/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-wddx/Makefile ============================================================================== --- head/textproc/php56-wddx/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-wddx/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-xml/Makefile ============================================================================== --- head/textproc/php56-xml/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-xml/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-xmlreader/Makefile ============================================================================== --- head/textproc/php56-xmlreader/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-xmlreader/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-xmlwriter/Makefile ============================================================================== --- head/textproc/php56-xmlwriter/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-xmlwriter/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/textproc/php56-xsl/Makefile ============================================================================== --- head/textproc/php56-xsl/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/textproc/php56-xsl/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/www/php56-opcache/Makefile ============================================================================== --- head/www/php56-opcache/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/www/php56-opcache/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Martin Matuska # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/www/php56-session/Makefile ============================================================================== --- head/www/php56-session/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/www/php56-session/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php56 Modified: head/www/php56-tidy/Makefile ============================================================================== --- head/www/php56-tidy/Makefile Tue Aug 30 12:44:27 2016 (r421111) +++ head/www/php56-tidy/Makefile Tue Aug 30 12:55:20 2016 (r421112) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php56