svn commit: r489236 - head/devel/arcanist

Michael Gmelin grembo at FreeBSD.org
Fri Jan 4 00:30:47 UTC 2019


Author: grembo
Date: Fri Jan  4 00:30:45 2019
New Revision: 489236
URL: https://svnweb.freebsd.org/changeset/ports/489236

Log:
  Depend on php-zlib (required for binary patches now)
  
  Reported by:	arrowd
  MFH:		2019Q1 (runtime dependency fix)

Modified:
  head/devel/arcanist/Makefile

Modified: head/devel/arcanist/Makefile
==============================================================================
--- head/devel/arcanist/Makefile	Fri Jan  4 00:02:36 2019	(r489235)
+++ head/devel/arcanist/Makefile	Fri Jan  4 00:30:45 2019	(r489236)
@@ -2,6 +2,7 @@
 
 PORTNAME=	arcanist
 PORTVERSION=	20181231
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
@@ -18,7 +19,7 @@ CONFLICTS=	arc-*
 PHP_DESTDIR=	lib/php/arcanist
 USES=		php:flavors python:2.7,env shebangfix
 SHEBANG_FILES=	scripts/breakout.py
-USE_PHP=	curl dom hash json simplexml
+USE_PHP=	curl dom hash json simplexml zlib
 USE_GITHUB=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-head mailing list