Date: Fri, 23 Nov 2018 12:33:18 +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: r485651 - head/net-mgmt/zabbix4-frontend Message-ID: <201811231233.wANCXI8s003645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@pakhom.spb.ru> (maintainer) Reported by: Joseph Mulloy <freebsd-bugs@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811231233.wANCXI8s003645>