svn commit: r519928 - head/net-mgmt/icingaweb2-module-reporting

Lars Engels lme at FreeBSD.org
Thu Dec 12 14:23:41 UTC 2019


Author: lme
Date: Thu Dec 12 14:23:40 2019
New Revision: 519928
URL: https://svnweb.freebsd.org/changeset/ports/519928

Log:
  net-mgmt/icingaweb2-module-reporting: Update to 0.9.2

Modified:
  head/net-mgmt/icingaweb2-module-reporting/Makefile
  head/net-mgmt/icingaweb2-module-reporting/distinfo
  head/net-mgmt/icingaweb2-module-reporting/pkg-plist

Modified: head/net-mgmt/icingaweb2-module-reporting/Makefile
==============================================================================
--- head/net-mgmt/icingaweb2-module-reporting/Makefile	Thu Dec 12 14:08:12 2019	(r519927)
+++ head/net-mgmt/icingaweb2-module-reporting/Makefile	Thu Dec 12 14:23:40 2019	(r519928)
@@ -2,8 +2,7 @@
 
 PORTNAME=	icingaweb2-module-reporting
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.0
-PORTREVISION=	1
+DISTVERSION=	0.9.2
 CATEGORIES=	net-mgmt www
 
 MAINTAINER=	lme at FreeBSD.org

Modified: head/net-mgmt/icingaweb2-module-reporting/distinfo
==============================================================================
--- head/net-mgmt/icingaweb2-module-reporting/distinfo	Thu Dec 12 14:08:12 2019	(r519927)
+++ head/net-mgmt/icingaweb2-module-reporting/distinfo	Thu Dec 12 14:23:40 2019	(r519928)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557838463
-SHA256 (icinga-icingaweb2-module-reporting-v0.9.0_GH0.tar.gz) = 99b5311d15528ab6b96ee3b22e5d1885a41c4cc0521406761fb4c3fbdd3d2fa5
-SIZE (icinga-icingaweb2-module-reporting-v0.9.0_GH0.tar.gz) = 128600
+TIMESTAMP = 1576158826
+SHA256 (icinga-icingaweb2-module-reporting-v0.9.2_GH0.tar.gz) = 5cd90bf9d3d003ca2217e98c28615d5657bf4ee86beebc313d2577d85c51ff49
+SIZE (icinga-icingaweb2-module-reporting-v0.9.2_GH0.tar.gz) = 137069

Modified: head/net-mgmt/icingaweb2-module-reporting/pkg-plist
==============================================================================
--- head/net-mgmt/icingaweb2-module-reporting/pkg-plist	Thu Dec 12 14:08:12 2019	(r519927)
+++ head/net-mgmt/icingaweb2-module-reporting/pkg-plist	Thu Dec 12 14:23:40 2019	(r519928)
@@ -7,18 +7,22 @@
 %%WWWDIR%%/application/controllers/ReportController.php.modal
 %%WWWDIR%%/application/controllers/ReportsController.php
 %%WWWDIR%%/application/controllers/TestController.php
+%%WWWDIR%%/application/controllers/TimeframeController.php
+%%WWWDIR%%/application/controllers/TimeframesController.php
+%%WWWDIR%%/application/forms/ConfigureMailForm.php
 %%WWWDIR%%/application/forms/SelectBackendForm.php
 %%WWWDIR%%/application/views/scripts/config/backend.phtml
+%%WWWDIR%%/application/views/scripts/config/mail.phtml
 %%WWWDIR%%/composer.json
 %%WWWDIR%%/composer.lock
 %%WWWDIR%%/config/systemd/icinga-reporting.service
 %%WWWDIR%%/configuration.php
 %%WWWDIR%%/doc/02-Installation.md
+%%WWWDIR%%/doc/80-Upgrading.md
 %%WWWDIR%%/library/Reporting/Actions/SendMail.php
 %%WWWDIR%%/library/Reporting/Cli/Command.php
 %%WWWDIR%%/library/Reporting/Database.php
 %%WWWDIR%%/library/Reporting/Dimensions.php
-%%WWWDIR%%/library/Reporting/DivDecorator.php
 %%WWWDIR%%/library/Reporting/Hook/ActionHook.php
 %%WWWDIR%%/library/Reporting/Hook/ReportHook.php
 %%WWWDIR%%/library/Reporting/Mail.php
@@ -37,9 +41,14 @@
 %%WWWDIR%%/library/Reporting/Timerange.php
 %%WWWDIR%%/library/Reporting/Values.php
 %%WWWDIR%%/library/Reporting/Web/Controller.php
+%%WWWDIR%%/library/Reporting/Web/DivDecorator.php
+%%WWWDIR%%/library/Reporting/Web/Flatpickr.php
+%%WWWDIR%%/library/Reporting/Web/Forms/DecoratedElement.php
 %%WWWDIR%%/library/Reporting/Web/Forms/ReportForm.php
 %%WWWDIR%%/library/Reporting/Web/Forms/ScheduleForm.php
 %%WWWDIR%%/library/Reporting/Web/Forms/SendForm.php
+%%WWWDIR%%/library/Reporting/Web/Forms/TimeframeForm.php
+%%WWWDIR%%/library/Reporting/Web/ReportsAndTimeframesTabs.php
 %%WWWDIR%%/library/vendor/ipl/web/src/Common/BaseTarget.php
 %%WWWDIR%%/library/vendor/ipl/web/src/Compat/CompatController.php
 %%WWWDIR%%/library/vendor/ipl/web/src/Compat/ViewRenderer.php
@@ -67,6 +76,7 @@
 %%WWWDIR%%/public/js/vendor/flatpickr.js
 %%WWWDIR%%/public/js/vendor/flatpickr.min.js
 %%WWWDIR%%/run.php
+%%WWWDIR%%/schema/mysql-migrations/v0.9.1.sql
 %%WWWDIR%%/schema/mysql.sql
 %%WWWDIR%%/vendor/autoload.php
 %%WWWDIR%%/vendor/composer/ClassLoader.php


More information about the svn-ports-all mailing list