git: 522473fb3b0a - main - net-mgmt/icingaweb2-module-graphite: Update to 1.2.2

From: Jochen Neumeister <joneum_at_FreeBSD.org>
Date: Wed, 25 Jan 2023 20:24:36 UTC
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=522473fb3b0ac351b588b2fecc951157824a8328

commit 522473fb3b0ac351b588b2fecc951157824a8328
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2023-01-25 20:23:31 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2023-01-25 20:23:31 +0000

    net-mgmt/icingaweb2-module-graphite: Update to 1.2.2
    
    Sponsored by: Netzkommune GmbH
---
 net-mgmt/icingaweb2-module-graphite/Makefile  |  8 +++---
 net-mgmt/icingaweb2-module-graphite/distinfo  |  6 ++--
 net-mgmt/icingaweb2-module-graphite/pkg-plist | 40 +++++++++++++++++++++++----
 3 files changed, 42 insertions(+), 12 deletions(-)

diff --git a/net-mgmt/icingaweb2-module-graphite/Makefile b/net-mgmt/icingaweb2-module-graphite/Makefile
index 503fe0982d09..6890e962f55f 100644
--- a/net-mgmt/icingaweb2-module-graphite/Makefile
+++ b/net-mgmt/icingaweb2-module-graphite/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	icingaweb2-module-graphite
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1.0
-PORTREVISION=	3
+DISTVERSION=	1.2.2
+PORTREVISION=	0
 CATEGORIES=	net-mgmt www
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
@@ -10,9 +10,9 @@ COMMENT=	Graphite integration into Icinga Web 2
 WWW=		https://github.com/Icinga/icingaweb2-module-graphite
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	icingaweb2${PHP_PKGNAMESUFFIX}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR}
+RUN_DEPENDS=	icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.3:net-mgmt/icingaweb2@${PHP_FLAVOR}
 
 USES=		php:web,flavors
 
diff --git a/net-mgmt/icingaweb2-module-graphite/distinfo b/net-mgmt/icingaweb2-module-graphite/distinfo
index a652869102bd..7f7873b6579d 100644
--- a/net-mgmt/icingaweb2-module-graphite/distinfo
+++ b/net-mgmt/icingaweb2-module-graphite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533890738
-SHA256 (icinga-icingaweb2-module-graphite-v1.1.0_GH0.tar.gz) = 0ad0da5703c68f3cd8000a0b6cdb7358d531f700ca0e2fbf22b32cef64f3443d
-SIZE (icinga-icingaweb2-module-graphite-v1.1.0_GH0.tar.gz) = 331879
+TIMESTAMP = 1674678003
+SHA256 (icinga-icingaweb2-module-graphite-v1.2.2_GH0.tar.gz) = 627a6875b0a1ac141578fb7948efa5a09f114700246941d0a340a471cb420adb
+SIZE (icinga-icingaweb2-module-graphite-v1.2.2_GH0.tar.gz) = 342705
diff --git a/net-mgmt/icingaweb2-module-graphite/pkg-plist b/net-mgmt/icingaweb2-module-graphite/pkg-plist
index 24f116473f5e..300f2e2ebc9c 100644
--- a/net-mgmt/icingaweb2-module-graphite/pkg-plist
+++ b/net-mgmt/icingaweb2-module-graphite/pkg-plist
@@ -1,18 +1,17 @@
-%%WWWDIR%%/.github/ISSUE_TEMPLATE.md
-%%WWWDIR%%/.gitignore
 %%WWWDIR%%/CHANGELOG.md
-%%WWWDIR%%/COPYING
+%%WWWDIR%%/LICENSE
 %%WWWDIR%%/README.md
 %%WWWDIR%%/application/clicommands/Icinga2Command.php
 %%WWWDIR%%/application/controllers/ConfigController.php
 %%WWWDIR%%/application/controllers/GraphController.php
-%%WWWDIR%%/application/controllers/GraphDummyController.php
+%%WWWDIR%%/application/controllers/HostsController.php
 %%WWWDIR%%/application/controllers/ListController.php
+%%WWWDIR%%/application/controllers/MonitoringGraphController.php
+%%WWWDIR%%/application/controllers/ServicesController.php
 %%WWWDIR%%/application/forms/Config/AdvancedForm.php
 %%WWWDIR%%/application/forms/Config/BackendForm.php
 %%WWWDIR%%/application/forms/TimeRangePicker/CommonForm.php
 %%WWWDIR%%/application/forms/TimeRangePicker/CustomForm.php
-%%WWWDIR%%/application/forms/TimeRangePicker/TimeRangePickerTrait.php
 %%WWWDIR%%/application/views/scripts/config/advanced.phtml
 %%WWWDIR%%/application/views/scripts/config/backend.phtml
 %%WWWDIR%%/application/views/scripts/list/hosts.phtml
@@ -22,9 +21,11 @@
 %%WWWDIR%%/configuration.php
 %%WWWDIR%%/doc/01-About.md
 %%WWWDIR%%/doc/02-Installation.md
+%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md
 %%WWWDIR%%/doc/03-Configuration.md
 %%WWWDIR%%/doc/04-Templates.md
 %%WWWDIR%%/doc/05-Troubleshooting.md
+%%WWWDIR%%/doc/06-Development.md
 %%WWWDIR%%/doc/img/service-detail-view.png
 %%WWWDIR%%/doc/img/service-list.png
 %%WWWDIR%%/library/Graphite/Graphing/Chart.php
@@ -34,9 +35,15 @@
 %%WWWDIR%%/library/Graphite/Graphing/MetricsQuery.php
 %%WWWDIR%%/library/Graphite/Graphing/Template.php
 %%WWWDIR%%/library/Graphite/Graphing/Templates.php
+%%WWWDIR%%/library/Graphite/ProvidedHook/Icingadb/HostDetailExtension.php
+%%WWWDIR%%/library/Graphite/ProvidedHook/Icingadb/IcingadbSupport.php
+%%WWWDIR%%/library/Graphite/ProvidedHook/Icingadb/ServiceDetailExtension.php
 %%WWWDIR%%/library/Graphite/ProvidedHook/Monitoring/DetailviewExtension.php
+%%WWWDIR%%/library/Graphite/Util/IcingadbUtils.php
 %%WWWDIR%%/library/Graphite/Util/InternalProcessTracker.php
 %%WWWDIR%%/library/Graphite/Util/MacroTemplate.php
+%%WWWDIR%%/library/Graphite/Util/TimeRangePickerTools.php
+%%WWWDIR%%/library/Graphite/Web/Controller/IcingadbGraphiteController.php
 %%WWWDIR%%/library/Graphite/Web/Controller/MonitoringAwareController.php
 %%WWWDIR%%/library/Graphite/Web/Controller/TimeRangePickerTrait.php
 %%WWWDIR%%/library/Graphite/Web/FakeSchemeRequest.php
@@ -44,9 +51,14 @@
 %%WWWDIR%%/library/Graphite/Web/Form/Validator/CustomErrorMessagesValidator.php
 %%WWWDIR%%/library/Graphite/Web/Form/Validator/HttpUserValidator.php
 %%WWWDIR%%/library/Graphite/Web/Form/Validator/MacroTemplateValidator.php
+%%WWWDIR%%/library/Graphite/Web/Widget/GraphImage.php
 %%WWWDIR%%/library/Graphite/Web/Widget/Graphs.php
 %%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Host.php
+%%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbHost.php
+%%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Icingadb/IcingadbService.php
 %%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Service.php
+%%WWWDIR%%/library/Graphite/Web/Widget/IcingadbGraphs.php
+%%WWWDIR%%/library/Graphite/Web/Widget/InlineGraphImage.php
 %%WWWDIR%%/library/vendor/Psr/Http/Message/MessageInterface.php
 %%WWWDIR%%/library/vendor/Psr/Http/Message/RequestInterface.php
 %%WWWDIR%%/library/vendor/Psr/Http/Message/ResponseInterface.php
@@ -71,25 +83,43 @@
 %%WWWDIR%%/public/css/module.less
 %%WWWDIR%%/public/js/module.js
 %%WWWDIR%%/run.php
+%%WWWDIR%%/templates/cpu_windows_powershell_framework.ini
 %%WWWDIR%%/templates/default.ini
 %%WWWDIR%%/templates/disk.ini
+%%WWWDIR%%/templates/disk_windows_powershell_framework.ini
+%%WWWDIR%%/templates/ethMon.ini
 %%WWWDIR%%/templates/file_age.ini
 %%WWWDIR%%/templates/fping.ini
+%%WWWDIR%%/templates/graphite-template  memory-linux-local.ini
 %%WWWDIR%%/templates/hostalive.ini
 %%WWWDIR%%/templates/icinga.ini
+%%WWWDIR%%/templates/icmp-hosts.ini
 %%WWWDIR%%/templates/icmp.ini
 %%WWWDIR%%/templates/interfacetable.ini
 %%WWWDIR%%/templates/load.ini
 %%WWWDIR%%/templates/mailq.ini
 %%WWWDIR%%/templates/memory.ini
+%%WWWDIR%%/templates/memory_windows_powershell_framework.ini
+%%WWWDIR%%/templates/multi.ini
 %%WWWDIR%%/templates/mysql.ini
 %%WWWDIR%%/templates/mysql_health.ini
+%%WWWDIR%%/templates/netapp_cdot_aggregates.ini
+%%WWWDIR%%/templates/netapp_cdot_volumes.ini
 %%WWWDIR%%/templates/network.ini
 %%WWWDIR%%/templates/ntp.ini
+%%WWWDIR%%/templates/nwc-interface-usage.ini
+%%WWWDIR%%/templates/nwc-load.ini
 %%WWWDIR%%/templates/ping.ini
 %%WWWDIR%%/templates/procs.ini
+%%WWWDIR%%/templates/response-size-hosts.ini
 %%WWWDIR%%/templates/response-size.ini
+%%WWWDIR%%/templates/response-time-hosts.ini
 %%WWWDIR%%/templates/response-time.ini
+%%WWWDIR%%/templates/snmp-int.ini
+%%WWWDIR%%/templates/snmp-load-netsl.ini
+%%WWWDIR%%/templates/snmp-load-stand.ini
+%%WWWDIR%%/templates/snmp-memory.ini
+%%WWWDIR%%/templates/snmp-storage.ini
 %%WWWDIR%%/templates/swap.ini
 %%WWWDIR%%/templates/update.ini
 %%WWWDIR%%/templates/uptime.ini