Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2023 06:38:53 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: 253c4024990c - main - net-mgmt/zabbix64-frontend: Fix plist
Message-ID:  <202306020638.3526crAL003766@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306020638.3526crAL003766>