Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2019 00:40:09 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r489237 - branches/2019Q1/devel/arcanist
Message-ID:  <201901040040.x040e9nt009386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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