Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 23:37:57 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397206 - head/devel/arcanist
Message-ID:  <201509172337.t8HNbvl0062336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509172337.t8HNbvl0062336>