Index: head/devel/arcanist/Makefile =================================================================== --- head/devel/arcanist/Makefile (revision 392124) +++ head/devel/arcanist/Makefile (revision 392125) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= arcanist PORTVERSION= 20150626 +PORTREVISION= 1 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_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 Index: head/devel/arcanist/files/patch-src-workflow-ArcanistVersionWorkflow.php =================================================================== --- head/devel/arcanist/files/patch-src-workflow-ArcanistVersionWorkflow.php (nonexistent) +++ head/devel/arcanist/files/patch-src-workflow-ArcanistVersionWorkflow.php (revision 392125) @@ -0,0 +1,16 @@ +--- src/workflow/ArcanistVersionWorkflow.php.orig 2015-07-14 00:07:20.409019999 +0200 ++++ src/workflow/ArcanistVersionWorkflow.php 2015-07-14 00:27:09.586063998 +0200 +@@ -27,6 +27,13 @@ + public function run() { + $console = PhutilConsole::getConsole(); + ++ $versions = array(); ++ exec("pkg query '%n %v (%o)' php5-arcanist php5-libphutil", $versions); ++ foreach ($versions as $pkg) { ++ $console->writeOut($pkg."\n"); ++ } ++ return; ++ + if (!Filesystem::binaryExists('git')) { + throw new ArcanistUsageException( + pht( Property changes on: head/devel/arcanist/files/patch-src-workflow-ArcanistVersionWorkflow.php ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property