svn commit: r418144 - in branches/2016Q3: 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:06:23 UTC 2016


Author: mat
Date: Wed Jul  6 20:06:21 2016
New Revision: 418144
URL: https://svnweb.freebsd.org/changeset/ports/418144

Log:
  MFH: r418143
  
  Fix the opcache ports, the fact that they are zend extensions was ignored.
  
  Sponsored by:	Absolight

Modified:
  branches/2016Q3/lang/php55/Makefile
  branches/2016Q3/lang/php56/Makefile
  branches/2016Q3/lang/php70/Makefile
  branches/2016Q3/www/php55-opcache/Makefile
  branches/2016Q3/www/php56-opcache/Makefile
  branches/2016Q3/www/php70-opcache/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/lang/php55/Makefile
==============================================================================
--- branches/2016Q3/lang/php55/Makefile	Wed Jul  6 20:04:00 2016	(r418143)
+++ branches/2016Q3/lang/php55/Makefile	Wed Jul  6 20:06:21 2016	(r418144)
@@ -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: branches/2016Q3/lang/php56/Makefile
==============================================================================
--- branches/2016Q3/lang/php56/Makefile	Wed Jul  6 20:04:00 2016	(r418143)
+++ branches/2016Q3/lang/php56/Makefile	Wed Jul  6 20:06:21 2016	(r418144)
@@ -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: branches/2016Q3/lang/php70/Makefile
==============================================================================
--- branches/2016Q3/lang/php70/Makefile	Wed Jul  6 20:04:00 2016	(r418143)
+++ branches/2016Q3/lang/php70/Makefile	Wed Jul  6 20:06:21 2016	(r418144)
@@ -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: branches/2016Q3/www/php55-opcache/Makefile
==============================================================================
--- branches/2016Q3/www/php55-opcache/Makefile	Wed Jul  6 20:04:00 2016	(r418143)
+++ branches/2016Q3/www/php55-opcache/Makefile	Wed Jul  6 20:06:21 2016	(r418144)
@@ -1,6 +1,7 @@
 # Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php55

Modified: branches/2016Q3/www/php56-opcache/Makefile
==============================================================================
--- branches/2016Q3/www/php56-opcache/Makefile	Wed Jul  6 20:04:00 2016	(r418143)
+++ branches/2016Q3/www/php56-opcache/Makefile	Wed Jul  6 20:06:21 2016	(r418144)
@@ -1,6 +1,7 @@
 # Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php56

Modified: branches/2016Q3/www/php70-opcache/Makefile
==============================================================================
--- branches/2016Q3/www/php70-opcache/Makefile	Wed Jul  6 20:04:00 2016	(r418143)
+++ branches/2016Q3/www/php70-opcache/Makefile	Wed Jul  6 20:06:21 2016	(r418144)
@@ -1,6 +1,7 @@
 # Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php70


More information about the svn-ports-all mailing list