Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2019 00:30:46 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489236 - head/devel/arcanist
Message-ID:  <201901040030.x040Ukuv006228@repo.freebsd.org>

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



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