svn commit: r446298 - head/devel/arcanist

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Jul 20 22:44:03 UTC 2017


Author: lwhsu
Date: Thu Jul 20 22:44:02 2017
New Revision: 446298
URL: https://svnweb.freebsd.org/changeset/ports/446298

Log:
  Add required php-hash to the dependencies
  
  PR:		220886
  Submitted by:	lwhsu
  Approved by:	grembo
  MFH:		2017Q3

Modified:
  head/devel/arcanist/Makefile

Modified: head/devel/arcanist/Makefile
==============================================================================
--- head/devel/arcanist/Makefile	Thu Jul 20 22:18:31 2017	(r446297)
+++ head/devel/arcanist/Makefile	Thu Jul 20 22:44:02 2017	(r446298)
@@ -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