svn commit: r353535 - head/devel/arcanist

Baptiste Daroussin bapt at FreeBSD.org
Fri May 9 23:05:31 UTC 2014


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


More information about the svn-ports-head mailing list