Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2016 20:04:00 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418143 - in head: lang/php55 lang/php56 lang/php70 www/php55-opcache www/php56-opcache www/php70-opcache
Message-ID:  <201607062004.u66K40PW071393@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	2
 CATEGORIES=	www
 
 MASTERDIR=	${.CURDIR}/../../lang/php70



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607062004.u66K40PW071393>