svn commit: r446520 - branches/2017Q3/devel/arcanist

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Jul 24 11:09:29 UTC 2017


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


More information about the svn-ports-all mailing list