svn commit: r513256 - in head/net-mgmt: zabbix4-frontend zabbix42-frontend

Danilo G. Baio dbaio at FreeBSD.org
Sun Sep 29 19:04:01 UTC 2019


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 at i.org.ua>
  Approved by:	maintainer timeout (pg at 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
 


More information about the svn-ports-head mailing list