svn commit: r489237 - branches/2019Q1/devel/arcanist

Michael Gmelin grembo at FreeBSD.org
Fri Jan 4 00:40:10 UTC 2019


Author: grembo
Date: Fri Jan  4 00:40:09 2019
New Revision: 489237
URL: https://svnweb.freebsd.org/changeset/ports/489237

Log:
  MFH: r489236
  
  Depend on php-zlib (required for binary patches now)
  
  Reported by:	arrowd
  
  Approved by:	portmgr (runtime dependency fix blanket)

Modified:
  branches/2019Q1/devel/arcanist/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/devel/arcanist/Makefile
==============================================================================
--- branches/2019Q1/devel/arcanist/Makefile	Fri Jan  4 00:30:45 2019	(r489236)
+++ branches/2019Q1/devel/arcanist/Makefile	Fri Jan  4 00:40:09 2019	(r489237)
@@ -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-all mailing list