From owner-svn-ports-all@freebsd.org Wed Jul 6 20:04:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8313B75E13; Wed, 6 Jul 2016 20:04:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F83B1E03; Wed, 6 Jul 2016 20:04:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u66K40dr071399; Wed, 6 Jul 2016 20:04:00 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u66K40PW071393; Wed, 6 Jul 2016 20:04:00 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201607062004.u66K40PW071393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 6 Jul 2016 20:04:00 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 20:04:02 -0000 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 # $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 # $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 # $FreeBSD$ +PORTREVISION= 2 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php70