Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2024 20:50:07 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: bb59fa7102b4 - main - net-mgmt/zabbix64-frontend: Fix pkg-plist and thus build
Message-ID:  <202407232050.46NKo7j6074578@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=bb59fa7102b46e3845a33f302227ca36d79156d5

commit bb59fa7102b46e3845a33f302227ca36d79156d5
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-07-23 20:48:54 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-07-23 20:48:54 +0000

    net-mgmt/zabbix64-frontend: Fix pkg-plist and thus build
    
    Fix pkg-plist for frontend.
    
    Reported by:    Christian Ullrich <chris@chrullrich.net>
    PR:             280417
---
 net-mgmt/zabbix64-server/pkg-plist.frontend | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/net-mgmt/zabbix64-server/pkg-plist.frontend b/net-mgmt/zabbix64-server/pkg-plist.frontend
index d0a5cedbacd4..29cb01b5563d 100644
--- a/net-mgmt/zabbix64-server/pkg-plist.frontend
+++ b/net-mgmt/zabbix64-server/pkg-plist.frontend
@@ -591,8 +591,8 @@
 %%WWWDIR%%/assets/styles/dark-theme.css
 %%WWWDIR%%/assets/styles/hc-dark.css
 %%WWWDIR%%/assets/styles/hc-light.css
-%%WWWDIR%%/assets/styles/vendors/Leaflet/Leaflet/LICENSE
-%%WWWDIR%%/assets/styles/vendors/Leaflet/Leaflet/leaflet.css
+%%WWWDIR%%/assets/styles/vendors/Leaflet/LICENSE
+%%WWWDIR%%/assets/styles/vendors/Leaflet/leaflet.css
 %%WWWDIR%%/audio/alarm_average.mp3
 %%WWWDIR%%/audio/alarm_disaster.mp3
 %%WWWDIR%%/audio/alarm_high.mp3
@@ -1333,11 +1333,14 @@
 %%WWWDIR%%/js/textareaflexible.js
 %%WWWDIR%%/js/vector/class.svg.canvas.js
 %%WWWDIR%%/js/vector/class.svg.map.js
-%%WWWDIR%%/js/vendors/Leaflet/Leaflet.markercluster/leaflet.markercluster.js
-%%WWWDIR%%/js/vendors/Leaflet/Leaflet/LICENSE
-%%WWWDIR%%/js/vendors/Leaflet/Leaflet/leaflet.js
-%%WWWDIR%%/js/vendors/jquery-ui.js
-%%WWWDIR%%/js/vendors/jquery.js
+%%WWWDIR%%/js/vendors/jQuery/LICENSE
+%%WWWDIR%%/js/vendors/jQuery/jquery.js
+%%WWWDIR%%/js/vendors/jQueryUI/LICENSE
+%%WWWDIR%%/js/vendors/jQueryUI/jquery-ui.js
+%%WWWDIR%%/js/vendors/Leaflet.markercluster/LICENSE
+%%WWWDIR%%/js/vendors/Leaflet.markercluster/leaflet.markercluster.js
+%%WWWDIR%%/js/vendors/Leaflet/LICENSE
+%%WWWDIR%%/js/vendors/Leaflet/leaflet.js
 %%WWWDIR%%/jsLoader.php
 %%WWWDIR%%/jsrpc.php
 %%WWWDIR%%/local/.htaccess



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