svn commit: r397206 - head/devel/arcanist

Michael Gmelin grembo at FreeBSD.org
Thu Sep 17 23:37:58 UTC 2015


Author: grembo
Date: Thu Sep 17 23:37:57 2015
New Revision: 397206
URL: https://svnweb.freebsd.org/changeset/ports/397206

Log:
  Add dependency to php5-dom required by arcanist's linter module for cppcheck
  
  PR:		203174
  Approved by:	mentors (implicit)

Modified:
  head/devel/arcanist/Makefile

Modified: head/devel/arcanist/Makefile
==============================================================================
--- head/devel/arcanist/Makefile	Thu Sep 17 23:29:27 2015	(r397205)
+++ head/devel/arcanist/Makefile	Thu Sep 17 23:37:57 2015	(r397206)
@@ -2,7 +2,7 @@
 
 PORTNAME=	arcanist
 PORTVERSION=	20150626
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 PKGNAMEPREFIX=	php5-
 
@@ -16,7 +16,7 @@ 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


More information about the svn-ports-all mailing list