Date: Wed, 6 Jul 2016 20:06:22 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r418144 - in branches/2016Q3: lang/php55 lang/php56 lang/php70 www/php55-opcache www/php56-opcache www/php70-opcache Message-ID: <201607062006.u66K6MCd071809@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php70
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607062006.u66K6MCd071809>