git: d17835ba7adc - main - net-mgmt/zabbix64-frontend: Fix RUNTIME dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Mar 2023 17:07:51 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d17835ba7adcab68a26cffbd49b0b1c2a3ea0a77
commit d17835ba7adcab68a26cffbd49b0b1c2a3ea0a77
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-14 17:05:07 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-14 17:06:54 +0000
net-mgmt/zabbix64-frontend: Fix RUNTIME dependency
Add missing php filter module
PR: 270211
Reported by: thorsteinn@isnic.is
---
net-mgmt/zabbix64-frontend/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-mgmt/zabbix64-frontend/Makefile b/net-mgmt/zabbix64-frontend/Makefile
index 9f0d00ea34a9..eb6daec72aca 100644
--- a/net-mgmt/zabbix64-frontend/Makefile
+++ b/net-mgmt/zabbix64-frontend/Makefile
@@ -1,11 +1,11 @@
PORTNAME= zabbix64
-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=