Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2017 11:09:27 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r446520 - branches/2017Q3/devel/arcanist
Message-ID:  <201707241109.v6OB9RTc049481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Mon Jul 24 11:09:27 2017
New Revision: 446520
URL: https://svnweb.freebsd.org/changeset/ports/446520

Log:
  MFH: r446298
  
  Add required php-hash to the dependencies
  
  PR:		220886
  Submitted by:	lwhsu
  Approved by:	grembo
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2017Q3/devel/arcanist/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/arcanist/Makefile
==============================================================================
--- branches/2017Q3/devel/arcanist/Makefile	Mon Jul 24 11:04:30 2017	(r446519)
+++ branches/2017Q3/devel/arcanist/Makefile	Mon Jul 24 11:09:27 2017	(r446520)
@@ -2,6 +2,7 @@
 
 PORTNAME=	arcanist
 PORTVERSION=	20170630
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	php-
 
@@ -16,7 +17,7 @@ CONFLICTS=	arc-*
 PHP_DESTDIR=	lib/php/arcanist
 RUN_DEPENDS=	php-libphutil>0:devel/libphutil
 USES=		php
-USE_PHP=	curl dom json simplexml
+USE_PHP=	curl dom hash json simplexml
 USE_GITHUB=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes



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