From d25ea0446c7fba7bd8ec2d560dd262ae92b64a2f Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 6 Jul 2016 20:04:00 +0000 Subject: Fix the opcache ports, the fact that they are zend extensions was ignored. MFH: 2016Q3 Sponsored by: Absolight --- lang/php55/Makefile | 2 +- lang/php56/Makefile | 2 +- lang/php70/Makefile | 2 +- www/php55-opcache/Makefile | 1 + www/php56-opcache/Makefile | 1 + www/php70-opcache/Makefile | 1 + 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 # $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 # $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 # $FreeBSD$ +PORTREVISION= 2 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php70 -- cgit v1.2.3