Date: Fri, 9 May 2014 12:49:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353454 - head/devel/arcanist Message-ID: <201405091249.s49Cnl4R042342@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 9 12:49:46 2014 New Revision: 353454 URL: http://svnweb.freebsd.org/changeset/ports/353454 QAT: https://qat.redports.org/buildarchive/r353454/ Log: Add dependency on php simplexml module which is needed to work properly with svn Modified: head/devel/arcanist/Makefile Modified: head/devel/arcanist/Makefile ============================================================================== --- head/devel/arcanist/Makefile Fri May 9 12:35:32 2014 (r353453) +++ head/devel/arcanist/Makefile Fri May 9 12:49:46 2014 (r353454) @@ -2,6 +2,7 @@ PORTNAME= arcanist PORTVERSION= 20140508 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -12,7 +13,7 @@ LICENSE= APACHE20 PHP_DESTDIR= lib/php/arcanist RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil -USE_PHP= curl json +USE_PHP= curl json simplexml USE_GITHUB= yes NO_BUILD= yes GH_ACCOUNT= facebook
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405091249.s49Cnl4R042342>