svn commit: r353454 - head/devel/arcanist

Baptiste Daroussin bapt at FreeBSD.org
Fri May 9 12:49:47 UTC 2014


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


More information about the svn-ports-all mailing list