Date: Fri, 2 Jun 2023 06:38:51 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: 3f673ced06d2 - main - net-mgmt/zabbix6-frontend: Fix plist Message-ID: <202306020638.3526cpq9003747@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=3f673ced06d252b4e396ae2b2d81a434ca3b2e71 commit 3f673ced06d252b4e396ae2b2d81a434ca3b2e71 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-06-02 06:36:32 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-06-02 06:36:32 +0000 net-mgmt/zabbix6-frontend: Fix plist Add one missing entry to plist for frontend. PR: 271763 --- net-mgmt/zabbix6-frontend/Makefile | 2 +- net-mgmt/zabbix6-server/pkg-plist.frontend | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/zabbix6-frontend/Makefile b/net-mgmt/zabbix6-frontend/Makefile index a88cb5080676..e0cb94824e4f 100644 --- a/net-mgmt/zabbix6-frontend/Makefile +++ b/net-mgmt/zabbix6-frontend/Makefile @@ -1,5 +1,5 @@ PORTNAME= zabbix6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX} diff --git a/net-mgmt/zabbix6-server/pkg-plist.frontend b/net-mgmt/zabbix6-server/pkg-plist.frontend index c113f2ad31fa..5b36eabed6bc 100644 --- a/net-mgmt/zabbix6-server/pkg-plist.frontend +++ b/net-mgmt/zabbix6-server/pkg-plist.frontend @@ -781,6 +781,7 @@ %%WWWDIR%%/include/classes/html/CFormList.php %%WWWDIR%%/include/classes/html/CHorList.php %%WWWDIR%%/include/classes/html/CHostAvailability.php +%%WWWDIR%%/include/classes/html/CHtmlEntity.php %%WWWDIR%%/include/classes/html/CIFrame.php %%WWWDIR%%/include/classes/html/CImageTextTable.php %%WWWDIR%%/include/classes/html/CImg.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306020638.3526cpq9003747>