diff options
author | mat <mat@FreeBSD.org> | 2016-07-06 20:06:21 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-06 20:06:21 +0000 |
commit | 1e38cfcfc7a1acd53fad5127961889315c833515 (patch) | |
tree | 85d9b722855a5af6a5801f6ac10a6d2a7a31436c | |
parent | 58aec67d953a7a581a81b198ac93ea325797a330 (diff) | |
download | FreeBSD-ports-1e38cfcfc7a1acd53fad5127961889315c833515.zip FreeBSD-ports-1e38cfcfc7a1acd53fad5127961889315c833515.tar.gz |
MFH: r418143
Fix the opcache ports, the fact that they are zend extensions was ignored.
Sponsored by: Absolight
-rw-r--r-- | lang/php55/Makefile | 2 | ||||
-rw-r--r-- | lang/php56/Makefile | 2 | ||||
-rw-r--r-- | lang/php70/Makefile | 2 | ||||
-rw-r--r-- | www/php55-opcache/Makefile | 1 | ||||
-rw-r--r-- | www/php56-opcache/Makefile | 1 | ||||
-rw-r--r-- | www/php70-opcache/Makefile | 1 |
6 files changed, 6 insertions, 3 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 301a790..4000fee 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 b2de323..93c93c9 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 6434fb4..dd224ba 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 1dc5c1f..753ea6e 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 2c4265a..99b55c2 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 db9930b..f3b439b 100644 --- a/www/php70-opcache/Makefile +++ b/www/php70-opcache/Makefile @@ -1,6 +1,7 @@ # Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php70 |