Date: Thu, 20 Jul 2017 22:44:02 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446298 - head/devel/arcanist Message-ID: <201707202244.v6KMi2Qm072406@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu Jul 20 22:44:02 2017 New Revision: 446298 URL: https://svnweb.freebsd.org/changeset/ports/446298 Log: Add required php-hash to the dependencies PR: 220886 Submitted by: lwhsu Approved by: grembo MFH: 2017Q3 Modified: head/devel/arcanist/Makefile Modified: head/devel/arcanist/Makefile ============================================================================== --- head/devel/arcanist/Makefile Thu Jul 20 22:18:31 2017 (r446297) +++ head/devel/arcanist/Makefile Thu Jul 20 22:44:02 2017 (r446298) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707202244.v6KMi2Qm072406>