Date: Fri, 9 May 2014 23:05:30 +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: r353535 - head/devel/arcanist Message-ID: <201405092305.s49N5UQ8029684@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 9 23:05:30 2014 New Revision: 353535 URL: http://svnweb.freebsd.org/changeset/ports/353535 QAT: https://qat.redports.org/buildarchive/r353535/ Log: Add bash runtime dependency (until I turn the arc command into proper /bin/sh) Modified: head/devel/arcanist/Makefile Modified: head/devel/arcanist/Makefile ============================================================================== --- head/devel/arcanist/Makefile Fri May 9 22:35:50 2014 (r353534) +++ head/devel/arcanist/Makefile Fri May 9 23:05:30 2014 (r353535) @@ -2,7 +2,7 @@ PORTNAME= arcanist PORTVERSION= 20140508 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -12,7 +12,8 @@ COMMENT= Command line interface for Phab LICENSE= APACHE20 PHP_DESTDIR= lib/php/arcanist -RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil +RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil \ + bash:${PORTSDIR}/shells/bash USE_PHP= curl json simplexml USE_GITHUB= yes NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405092305.s49N5UQ8029684>