svn commit: r485651 - head/net-mgmt/zabbix4-frontend

Danilo G. Baio dbaio at FreeBSD.org
Fri Nov 23 12:33:19 UTC 2018


Author: dbaio
Date: Fri Nov 23 12:33:18 2018
New Revision: 485651
URL: https://svnweb.freebsd.org/changeset/ports/485651

Log:
  net-mgmt/zabbix4-frontend: Add missing PHP filter extension
  
  This requirement was introduced just on Zabbix 4 and it's still
  not documented upstream.
  
  PR:		233005
  Submitted by:	Pakhom Golynga <pg at pakhom.spb.ru> (maintainer)
  Reported by:	Joseph Mulloy <freebsd-bugs at joe.mulloy.me>

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

Modified: head/net-mgmt/zabbix4-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix4-frontend/Makefile	Fri Nov 23 10:52:22 2018	(r485650)
+++ head/net-mgmt/zabbix4-frontend/Makefile	Fri Nov 23 12:33:18 2018	(r485651)
@@ -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 gd gettext json ldap mbstring pcre \
+USE_PHP=	bcmath ctype dom filter gd gettext json ldap mbstring pcre \
 		session simplexml snmp sockets xml xmlreader xmlwriter
 USES+=		php:web
 


More information about the svn-ports-all mailing list