aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-06 20:04:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-06 20:04:00 +0000
commitd25ea0446c7fba7bd8ec2d560dd262ae92b64a2f (patch)
tree18f3ccfe4f5dcef19a428c25f8e637b25538cbd5
parentb5529b7d3dc52598b80b3b0aaa4a6e690c1df107 (diff)
downloadports-d25ea0446c7fba7bd8ec2d560dd262ae92b64a2f.tar.gz
ports-d25ea0446c7fba7bd8ec2d560dd262ae92b64a2f.zip
Notes
-rw-r--r--lang/php55/Makefile2
-rw-r--r--lang/php56/Makefile2
-rw-r--r--lang/php70/Makefile2
-rw-r--r--www/php55-opcache/Makefile1
-rw-r--r--www/php56-opcache/Makefile1
-rw-r--r--www/php70-opcache/Makefile1
6 files changed, 6 insertions, 3 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile
index 301a790d6d1e..4000feecd63b 100644
--- a/lang/php55/Makefile
+++ b/lang/php55/Makefile
@@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301
-USES= tar:bzip2 cpe
+USES+= tar:bzip2 cpe
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
diff --git a/lang/php56/Makefile b/lang/php56/Makefile
index b2de323ab4d7..93c93c93fde8 100644
--- a/lang/php56/Makefile
+++ b/lang/php56/Makefile
@@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language
LICENSE= PHP301
-USES= tar:bzip2 cpe
+USES+= tar:bzip2 cpe
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index a6b2d46ef17a..5dcd655ac98e 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -15,7 +15,7 @@ LICENSE= PHP301
BROKEN_powerpc64= Does not build
-USES= tar:bzip2 cpe
+USES+= tar:bzip2 cpe
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
diff --git a/www/php55-opcache/Makefile b/www/php55-opcache/Makefile
index 1dc5c1f620be..753ea6ed9d4c 100644
--- a/www/php55-opcache/Makefile
+++ b/www/php55-opcache/Makefile
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/www/php56-opcache/Makefile b/www/php56-opcache/Makefile
index 2c4265adab60..99b55c2bf18c 100644
--- a/www/php56-opcache/Makefile
+++ b/www/php56-opcache/Makefile
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/www/php70-opcache/Makefile b/www/php70-opcache/Makefile
index db9930ba6e63..d72107618e45 100644
--- a/www/php70-opcache/Makefile
+++ b/www/php70-opcache/Makefile
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 2
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php70