mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
net-mgmt/icingaweb2-module-reporting: Update to 0.9.2
This commit is contained in:
parent
3ba993d793
commit
bd26fd710b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519928
@ -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@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user