Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2019 19:04:01 +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: r513256 - in head/net-mgmt: zabbix4-frontend zabbix42-frontend
Message-ID:  <201909291904.x8TJ41YV064569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sun Sep 29 19:04:00 2019
New Revision: 513256
URL: https://svnweb.freebsd.org/changeset/ports/513256

Log:
  net-mgmt/zabbix[4|42]-frontend: Add missing PHP fileinfo extension
  
  This requirement was introduced on Zabbix 4.0.12 and 4.2.6 and it's still
  not documented upstream.
  
  PR:		240482
  Submitted by:	Aleksandr Ignatyev <alex@i.org.ua>
  Approved by:	maintainer timeout (pg@pakhom.spb.ru, > 2 weeks)

Modified:
  head/net-mgmt/zabbix4-frontend/Makefile
  head/net-mgmt/zabbix42-frontend/Makefile

Modified: head/net-mgmt/zabbix4-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix4-frontend/Makefile	Sun Sep 29 19:00:08 2019	(r513255)
+++ head/net-mgmt/zabbix4-frontend/Makefile	Sun Sep 29 19:04:00 2019	(r513256)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zabbix4
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-frontend
 
@@ -12,7 +13,7 @@ NO_ARCH=	yes
 PATCHDIR=
 PLIST=		${PKGDIR}/pkg-plist.frontend
 
-USE_PHP=	bcmath ctype dom filter gd gettext json ldap mbstring pcre \
+USE_PHP=	bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \
 		session simplexml snmp sockets xml xmlreader xmlwriter
 USES+=		php:web
 

Modified: head/net-mgmt/zabbix42-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix42-frontend/Makefile	Sun Sep 29 19:00:08 2019	(r513255)
+++ head/net-mgmt/zabbix42-frontend/Makefile	Sun Sep 29 19:04:00 2019	(r513256)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zabbix42
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-frontend
 
@@ -12,7 +13,7 @@ NO_ARCH=	yes
 PATCHDIR=
 PLIST=		${PKGDIR}/pkg-plist.frontend
 
-USE_PHP=	bcmath ctype dom filter gd gettext json ldap mbstring pcre \
+USE_PHP=	bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \
 		session simplexml snmp sockets xml xmlreader xmlwriter
 USES+=		php:web
 



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