From owner-svn-ports-head@freebsd.org Fri Apr 20 14:56:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D36CFAA3D6; Fri, 20 Apr 2018 14:56:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12385685DD; Fri, 20 Apr 2018 14:56:22 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CF5819CCC; Fri, 20 Apr 2018 14:56:22 +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 w3KEuLQW071378; Fri, 20 Apr 2018 14:56:21 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3KEuLZb071375; Fri, 20 Apr 2018 14:56:21 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201804201456.w3KEuLZb071375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 20 Apr 2018 14:56:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467831 - in head/devel: arcanist libphutil phabricator X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/devel: arcanist libphutil phabricator X-SVN-Commit-Revision: 467831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2018 14:56:22 -0000 Author: mat Date: Fri Apr 20 14:56:21 2018 New Revision: 467831 URL: https://svnweb.freebsd.org/changeset/ports/467831 Log: flavorize arcanist, libphutil and phabricator. PR: 227321 Submitted by: mat Reviewed by: maintainer timeout Sponsored by: Absolight Modified: head/devel/arcanist/Makefile (contents, props changed) head/devel/libphutil/Makefile (contents, props changed) head/devel/phabricator/Makefile (contents, props changed) Modified: head/devel/arcanist/Makefile ============================================================================== --- head/devel/arcanist/Makefile Fri Apr 20 14:44:04 2018 (r467830) +++ head/devel/arcanist/Makefile Fri Apr 20 14:56:21 2018 (r467831) @@ -4,7 +4,7 @@ PORTNAME= arcanist PORTVERSION= 20170630 PORTREVISION= 1 CATEGORIES= devel -PKGNAMEPREFIX= php- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Command line interface for Phabricator @@ -12,12 +12,12 @@ COMMENT= Command line interface for Phabricator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= php-libphutil>0:devel/libphutil +RUN_DEPENDS= ${PHP_PKGNAMEPREFIX}libphutil>0:devel/libphutil@${PHP_FLAVOR} CONFLICTS= arc-* PHP_DESTDIR= lib/php/arcanist -USES= php python:2.7,env shebangfix +USES= php:flavors python:2.7,env shebangfix SHEBANG_FILES= scripts/breakout.py USE_PHP= curl dom hash json simplexml USE_GITHUB= yes Modified: head/devel/libphutil/Makefile ============================================================================== --- head/devel/libphutil/Makefile Fri Apr 20 14:44:04 2018 (r467830) +++ head/devel/libphutil/Makefile Fri Apr 20 14:56:21 2018 (r467831) @@ -3,7 +3,7 @@ PORTNAME= libphutil PORTVERSION= 20170630 CATEGORIES= devel -PKGNAMEPREFIX= php- +PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Collection of PHP utility classes @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE PHP_DESTDIR= lib/php/libphutil -USES= php +USES= php:flavors USE_PHP= xml USE_GITHUB= yes NO_BUILD= yes Modified: head/devel/phabricator/Makefile ============================================================================== --- head/devel/phabricator/Makefile Fri Apr 20 14:44:04 2018 (r467830) +++ head/devel/phabricator/Makefile Fri Apr 20 14:56:21 2018 (r467831) @@ -4,7 +4,7 @@ PORTNAME= phabricator PORTVERSION= 20170630 PORTREVISION= 1 CATEGORIES= devel -PKGNAMEPREFIX= php- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Open source, software engineering platform @@ -12,15 +12,15 @@ COMMENT= Open source, software engineering platform LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= php-libphutil>0:devel/libphutil \ - php-arcanist>0:devel/arcanist \ +RUN_DEPENDS= ${PHP_PKGNAMEPREFIX}libphutil>0:devel/libphutil@${PHP_FLAVOR} \ + arcanist${PHP_PKGNAMESUFFIX}>0:devel/arcanist@${PHP_FLAVOR} \ git:devel/git OPTIONS_DEFINE= GD OPCACHE OPTIONS_DEFAULT=OPCACHE OPCACHE_DESC?= Use OPcache to improve performance -USES= php shebangfix +USES= php:flavors shebangfix SHEBANG_FILES= externals/httpful/build \ externals/restful/build-phar \ scripts/almanac/*.php \