Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 01:34:26 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538070 - head/net-mgmt/zabbix5-frontend
Message-ID:  <202006060134.0561YQxJ059254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jun  6 01:34:26 2020
New Revision: 538070
URL: https://svnweb.freebsd.org/changeset/ports/538070

Log:
  net-mgmt/zabbix5-frontend: Add missing PHP hash extension
  
  This requirement was introduced on Zabbix 5 and it's still
  not documented upstream.
  
  Approved by:	portmgr blanket (runtime fix)

Modified:
  head/net-mgmt/zabbix5-frontend/Makefile

Modified: head/net-mgmt/zabbix5-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix5-frontend/Makefile	Sat Jun  6 01:32:10 2020	(r538069)
+++ head/net-mgmt/zabbix5-frontend/Makefile	Sat Jun  6 01:34:26 2020	(r538070)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zabbix5
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-frontend
 
@@ -12,8 +13,8 @@ NO_ARCH=	yes
 PATCHDIR=
 PLIST=		${PKGDIR}/pkg-plist.frontend
 
-USE_PHP=	bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \
-		session simplexml snmp sockets xml xmlreader xmlwriter
+USE_PHP=	bcmath ctype dom fileinfo filter gd gettext hash json ldap mbstring \
+		pcre session simplexml snmp sockets xml xmlreader xmlwriter
 USES+=		php:web
 
 OPTIONS_DEFINE=		MYSQLI PGSQL ORACLE



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