git: 253c4024990c - main - net-mgmt/zabbix64-frontend: Fix plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 06:38:53 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=253c4024990c511e2665df8bd79db2e769fabab2 commit 253c4024990c511e2665df8bd79db2e769fabab2 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-06-02 06:37:32 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-06-02 06:37:32 +0000 net-mgmt/zabbix64-frontend: Fix plist Add one missing entry to plist for frontend. PR: 271773 --- net-mgmt/zabbix64-frontend/Makefile | 2 +- net-mgmt/zabbix64-server/pkg-plist.frontend | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/zabbix64-frontend/Makefile b/net-mgmt/zabbix64-frontend/Makefile index 8b0962c3cd77..29068d93176d 100644 --- a/net-mgmt/zabbix64-frontend/Makefile +++ b/net-mgmt/zabbix64-frontend/Makefile @@ -1,5 +1,5 @@ PORTNAME= zabbix64 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX} diff --git a/net-mgmt/zabbix64-server/pkg-plist.frontend b/net-mgmt/zabbix64-server/pkg-plist.frontend index f0fd3d60570f..3e837f72bf21 100644 --- a/net-mgmt/zabbix64-server/pkg-plist.frontend +++ b/net-mgmt/zabbix64-server/pkg-plist.frontend @@ -838,6 +838,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/CHtmlPage.php %%WWWDIR%%/include/classes/html/CHtmlPageHeader.php %%WWWDIR%%/include/classes/html/CIFrame.php