Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2016 15:43:47 +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: r422569 - in head: archivers/php70-bz2 archivers/php70-phar archivers/php70-zip archivers/php70-zlib converters/php70-iconv converters/php70-mbstring converters/php70-recode databases/p...
Message-ID:  <201609211543.u8LFhlJb021416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Sep 21 15:43:47 2016
New Revision: 422569
URL: https://svnweb.freebsd.org/changeset/ports/422569

Log:
  lang/php70: Update from 7.0.10 to 7.0.11
  
  Security:    CVE-2016-7416
  Security:    CVE-2016-7412
  Security:    CVE-2016-7414
  Security:    CVE-2016-7417
  Security:    CVE-2016-7413
  Security:    CVE-2016-7418
  
  MFH:         2016Q3
  Approved by: pi (mentor)

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

Modified: head/archivers/php70-bz2/Makefile
==============================================================================
--- head/archivers/php70-bz2/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/archivers/php70-bz2/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	archivers
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/archivers/php70-phar/Makefile
==============================================================================
--- head/archivers/php70-phar/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/archivers/php70-phar/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	archivers
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/archivers/php70-zip/Makefile
==============================================================================
--- head/archivers/php70-zip/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/archivers/php70-zip/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	archivers
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/archivers/php70-zlib/Makefile
==============================================================================
--- head/archivers/php70-zlib/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/archivers/php70-zlib/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	archivers
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/converters/php70-iconv/Makefile
==============================================================================
--- head/converters/php70-iconv/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/converters/php70-iconv/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/converters/php70-mbstring/Makefile
==============================================================================
--- head/converters/php70-mbstring/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/converters/php70-mbstring/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/converters/php70-recode/Makefile
==============================================================================
--- head/converters/php70-recode/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/converters/php70-recode/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	converters
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-dba/Makefile
==============================================================================
--- head/databases/php70-dba/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-dba/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-interbase/Makefile
==============================================================================
--- head/databases/php70-interbase/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-interbase/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-mysqli/Makefile
==============================================================================
--- head/databases/php70-mysqli/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-mysqli/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-odbc/Makefile
==============================================================================
--- head/databases/php70-odbc/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-odbc/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-pdo/Makefile
==============================================================================
--- head/databases/php70-pdo/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-pdo/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-pdo_dblib/Makefile
==============================================================================
--- head/databases/php70-pdo_dblib/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-pdo_dblib/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-pdo_firebird/Makefile
==============================================================================
--- head/databases/php70-pdo_firebird/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-pdo_firebird/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-pdo_mysql/Makefile
==============================================================================
--- head/databases/php70-pdo_mysql/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-pdo_mysql/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-pdo_odbc/Makefile
==============================================================================
--- head/databases/php70-pdo_odbc/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-pdo_odbc/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-pdo_pgsql/Makefile
==============================================================================
--- head/databases/php70-pdo_pgsql/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-pdo_pgsql/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-pdo_sqlite/Makefile
==============================================================================
--- head/databases/php70-pdo_sqlite/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-pdo_sqlite/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-pgsql/Makefile
==============================================================================
--- head/databases/php70-pgsql/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-pgsql/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/databases/php70-sqlite3/Makefile
==============================================================================
--- head/databases/php70-sqlite3/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/databases/php70-sqlite3/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-gettext/Makefile
==============================================================================
--- head/devel/php70-gettext/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-gettext/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-intl/Makefile
==============================================================================
--- head/devel/php70-intl/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-intl/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	3
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-json/Makefile
==============================================================================
--- head/devel/php70-json/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-json/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-pcntl/Makefile
==============================================================================
--- head/devel/php70-pcntl/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-pcntl/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-readline/Makefile
==============================================================================
--- head/devel/php70-readline/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-readline/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-shmop/Makefile
==============================================================================
--- head/devel/php70-shmop/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-shmop/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-sysvmsg/Makefile
==============================================================================
--- head/devel/php70-sysvmsg/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-sysvmsg/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-sysvsem/Makefile
==============================================================================
--- head/devel/php70-sysvsem/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-sysvsem/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-sysvshm/Makefile
==============================================================================
--- head/devel/php70-sysvshm/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-sysvshm/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/devel/php70-tokenizer/Makefile
==============================================================================
--- head/devel/php70-tokenizer/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/devel/php70-tokenizer/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/ftp/php70-curl/Makefile
==============================================================================
--- head/ftp/php70-curl/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/ftp/php70-curl/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	ftp
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/ftp/php70-ftp/Makefile
==============================================================================
--- head/ftp/php70-ftp/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/ftp/php70-ftp/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	ftp
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/graphics/php70-exif/Makefile
==============================================================================
--- head/graphics/php70-exif/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/graphics/php70-exif/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	graphics
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/graphics/php70-gd/Makefile
==============================================================================
--- head/graphics/php70-gd/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/graphics/php70-gd/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	graphics
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/lang/php70/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	php70
-PORTVERSION=	7.0.10
-PORTREVISION?=	1
+PORTVERSION=	7.0.11
+PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}

Modified: head/lang/php70/distinfo
==============================================================================
--- head/lang/php70/distinfo	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/lang/php70/distinfo	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471602535
-SHA256 (php-7.0.10.tar.xz) = 348476ff7ba8d95a1e28e1059430c10470c5f8110f6d9133d30153dda4cdf56a
-SIZE (php-7.0.10.tar.xz) = 12474728
+TIMESTAMP = 1474368102
+SHA256 (php-7.0.11.tar.xz) = d4cccea8da1d27c11b89386f8b8e95692ad3356610d571253d00ca67d524c735
+SIZE (php-7.0.11.tar.xz) = 12258500

Modified: head/mail/php70-imap/Makefile
==============================================================================
--- head/mail/php70-imap/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/mail/php70-imap/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	mail
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/math/php70-bcmath/Makefile
==============================================================================
--- head/math/php70-bcmath/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/math/php70-bcmath/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	math
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/math/php70-gmp/Makefile
==============================================================================
--- head/math/php70-gmp/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/math/php70-gmp/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	math
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/misc/php70-calendar/Makefile
==============================================================================
--- head/misc/php70-calendar/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/misc/php70-calendar/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	misc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/net-mgmt/php70-snmp/Makefile
==============================================================================
--- head/net-mgmt/php70-snmp/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/net-mgmt/php70-snmp/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/net/php70-ldap/Makefile
==============================================================================
--- head/net/php70-ldap/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/net/php70-ldap/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/net/php70-soap/Makefile
==============================================================================
--- head/net/php70-soap/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/net/php70-soap/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	2
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/net/php70-sockets/Makefile
==============================================================================
--- head/net/php70-sockets/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/net/php70-sockets/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/net/php70-xmlrpc/Makefile
==============================================================================
--- head/net/php70-xmlrpc/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/net/php70-xmlrpc/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/security/php70-filter/Makefile
==============================================================================
--- head/security/php70-filter/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/security/php70-filter/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/security/php70-hash/Makefile
==============================================================================
--- head/security/php70-hash/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/security/php70-hash/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/security/php70-mcrypt/Makefile
==============================================================================
--- head/security/php70-mcrypt/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/security/php70-mcrypt/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/security/php70-openssl/Makefile
==============================================================================
--- head/security/php70-openssl/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/security/php70-openssl/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/sysutils/php70-fileinfo/Makefile
==============================================================================
--- head/sysutils/php70-fileinfo/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/sysutils/php70-fileinfo/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/sysutils/php70-posix/Makefile
==============================================================================
--- head/sysutils/php70-posix/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/sysutils/php70-posix/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-ctype/Makefile
==============================================================================
--- head/textproc/php70-ctype/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-ctype/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-dom/Makefile
==============================================================================
--- head/textproc/php70-dom/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-dom/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-pspell/Makefile
==============================================================================
--- head/textproc/php70-pspell/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-pspell/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	2
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-simplexml/Makefile
==============================================================================
--- head/textproc/php70-simplexml/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-simplexml/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-wddx/Makefile
==============================================================================
--- head/textproc/php70-wddx/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-wddx/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-xml/Makefile
==============================================================================
--- head/textproc/php70-xml/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-xml/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-xmlreader/Makefile
==============================================================================
--- head/textproc/php70-xmlreader/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-xmlreader/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-xmlwriter/Makefile
==============================================================================
--- head/textproc/php70-xmlwriter/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-xmlwriter/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/textproc/php70-xsl/Makefile
==============================================================================
--- head/textproc/php70-xsl/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/textproc/php70-xsl/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	textproc
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/www/php70-opcache/Makefile
==============================================================================
--- head/www/php70-opcache/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/www/php70-opcache/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Martin Matuska <mm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	3
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/www/php70-session/Makefile
==============================================================================
--- head/www/php70-session/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/www/php70-session/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	2
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php70

Modified: head/www/php70-tidy/Makefile
==============================================================================
--- head/www/php70-tidy/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
+++ head/www/php70-tidy/Makefile	Wed Sep 21 15:43:47 2016	(r422569)
@@ -1,7 +1,6 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php70



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609211543.u8LFhlJb021416>