svn commit: r418143 - in head: lang/php55 lang/php56 lang/php70 www/php55-opcache www/php56-opcache www/php70-opcache
Mathieu Arnold
mat at FreeBSD.org
Wed Jul 6 20:04:02 UTC 2016
Author: mat
Date: Wed Jul 6 20:04:00 2016
New Revision: 418143
URL: https://svnweb.freebsd.org/changeset/ports/418143
Log:
Fix the opcache ports, the fact that they are zend extensions was ignored.
MFH: 2016Q3
Sponsored by: Absolight
Modified:
head/lang/php55/Makefile (contents, props changed)
head/lang/php56/Makefile (contents, props changed)
head/lang/php70/Makefile (contents, props changed)
head/www/php55-opcache/Makefile (contents, props changed)
head/www/php56-opcache/Makefile (contents, props changed)
head/www/php70-opcache/Makefile (contents, props changed)
Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile Wed Jul 6 18:07:55 2016 (r418142)
+++ head/lang/php55/Makefile Wed Jul 6 20:04:00 2016 (r418143)
@@ -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)
Modified: head/lang/php56/Makefile
==============================================================================
--- head/lang/php56/Makefile Wed Jul 6 18:07:55 2016 (r418142)
+++ head/lang/php56/Makefile Wed Jul 6 20:04:00 2016 (r418143)
@@ -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)
Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile Wed Jul 6 18:07:55 2016 (r418142)
+++ head/lang/php70/Makefile Wed Jul 6 20:04:00 2016 (r418143)
@@ -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)
Modified: head/www/php55-opcache/Makefile
==============================================================================
--- head/www/php55-opcache/Makefile Wed Jul 6 18:07:55 2016 (r418142)
+++ head/www/php55-opcache/Makefile Wed Jul 6 20:04:00 2016 (r418143)
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm at FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php55
Modified: head/www/php56-opcache/Makefile
==============================================================================
--- head/www/php56-opcache/Makefile Wed Jul 6 18:07:55 2016 (r418142)
+++ head/www/php56-opcache/Makefile Wed Jul 6 20:04:00 2016 (r418143)
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm at FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php56
Modified: head/www/php70-opcache/Makefile
==============================================================================
--- head/www/php70-opcache/Makefile Wed Jul 6 18:07:55 2016 (r418142)
+++ head/www/php70-opcache/Makefile Wed Jul 6 20:04:00 2016 (r418143)
@@ -1,6 +1,7 @@
# Created by: Martin Matuska <mm at FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 2
CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php70
More information about the svn-ports-all
mailing list