git: 42b92f2955a3 - main - net-mgmt/zabbix6-frontend: Add php-filter runtime dependency

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Wed, 15 Mar 2023 07:01:15 UTC
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42b92f2955a3175b8f7f6ad22b7f63112619db4c

commit 42b92f2955a3175b8f7f6ad22b7f63112619db4c
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-03-15 06:58:42 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-03-15 06:58:42 +0000

    net-mgmt/zabbix6-frontend: Add php-filter runtime dependency
    
    Re-add php-filter runtime dependency, similarly to zabbix64-frontend.
    
    PR:             270211
---
 net-mgmt/zabbix6-frontend/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mgmt/zabbix6-frontend/Makefile b/net-mgmt/zabbix6-frontend/Makefile
index cc142b88eebc..799b2340bceb 100644
--- a/net-mgmt/zabbix6-frontend/Makefile
+++ b/net-mgmt/zabbix6-frontend/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	zabbix6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 PKGNAMESUFFIX=	-frontend${PHP_PKGNAMESUFFIX}
 
 USES+=		php:web,flavors
-USE_PHP=	bcmath ctype gd gettext ldap mbstring session simplexml \
-		sockets xml xmlreader xmlwriter
+USE_PHP=	bcmath ctype filter gd gettext ldap mbstring session \
+		simplexml sockets xml xmlreader xmlwriter
 
 MASTERDIR=	${.CURDIR}/../${PORTNAME}-server
 PATCHDIR=