From owner-svn-ports-branches@freebsd.org Mon Jul 24 11:09:29 2017 Return-Path: Delivered-To: svn-ports-branches@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 3850DC7AFAD; Mon, 24 Jul 2017 11:09:29 +0000 (UTC) (envelope-from lwhsu@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 02422644C2; Mon, 24 Jul 2017 11:09:28 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6OB9Rr8049482; Mon, 24 Jul 2017 11:09:27 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6OB9RTc049481; Mon, 24 Jul 2017 11:09:27 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201707241109.v6OB9RTc049481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 24 Jul 2017 11:09:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r446520 - branches/2017Q3/devel/arcanist X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2017Q3/devel/arcanist X-SVN-Commit-Revision: 446520 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 11:09:29 -0000 Author: lwhsu Date: Mon Jul 24 11:09:27 2017 New Revision: 446520 URL: https://svnweb.freebsd.org/changeset/ports/446520 Log: MFH: r446298 Add required php-hash to the dependencies PR: 220886 Submitted by: lwhsu Approved by: grembo Approved by: ports-secteam (miwi) Modified: branches/2017Q3/devel/arcanist/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/devel/arcanist/Makefile ============================================================================== --- branches/2017Q3/devel/arcanist/Makefile Mon Jul 24 11:04:30 2017 (r446519) +++ branches/2017Q3/devel/arcanist/Makefile Mon Jul 24 11:09:27 2017 (r446520) @@ -2,6 +2,7 @@ PORTNAME= arcanist PORTVERSION= 20170630 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php- @@ -16,7 +17,7 @@ CONFLICTS= arc-* PHP_DESTDIR= lib/php/arcanist RUN_DEPENDS= php-libphutil>0:devel/libphutil USES= php -USE_PHP= curl dom json simplexml +USE_PHP= curl dom hash json simplexml USE_GITHUB= yes NO_BUILD= yes NO_ARCH= yes