Index: head/devel/arcanist/Makefile =================================================================== --- head/devel/arcanist/Makefile (revision 397205) +++ head/devel/arcanist/Makefile (revision 397206) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= arcanist PORTVERSION= 20150626 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= php5- MAINTAINER= grembo@FreeBSD.org COMMENT= Command line interface for Phabricator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= arc-* PHP_DESTDIR= lib/php/arcanist RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil -USE_PHP= curl json simplexml +USE_PHP= curl dom json simplexml USE_GITHUB= yes NO_BUILD= yes GH_ACCOUNT= phacility GH_TAGNAME= 29839e8 do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} ${LN} -sf ${PREFIX}/${PHP_DESTDIR}/scripts/arcanist.php ${STAGEDIR}${PREFIX}/bin/arc .include