Date: Wed, 15 Mar 2023 07:01:15 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42b92f2955a3 - main - net-mgmt/zabbix6-frontend: Add php-filter runtime dependency Message-ID: <202303150701.32F71FJI002443@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303150701.32F71FJI002443>