diff --git a/net-mgmt/icingaweb2-module-reporting/Makefile b/net-mgmt/icingaweb2-module-reporting/Makefile index b300be8ad6c2..1e10dfd52e48 100644 --- a/net-mgmt/icingaweb2-module-reporting/Makefile +++ b/net-mgmt/icingaweb2-module-reporting/Makefile @@ -1,40 +1,40 @@ PORTNAME= icingaweb2-module-reporting DISTVERSIONPREFIX= v -DISTVERSION= 1.0.5 +DISTVERSION= 1.1.0 PORTREVISION= 0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= flo@FreeBSD.org COMMENT= Reporting module for Icinga Web 2 WWW= https://github.com/Icinga/icingaweb2-module-reporting LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \ icingaweb2-module-reactbundle${PHP_PKGNAMESUFFIX}>=0.9.0:net-mgmt/icingaweb2-module-reactbundle@${PHP_FLAVOR} \ icinga-php-library${PHP_PKGNAMESUFFIX}>=0.13.1:net-mgmt/icinga-php-library@${PHP_FLAVOR} USES= php:web,flavors IGNORE_WITH_PHP= 86 USE_GITHUB= yes GH_ACCOUNT= icinga OPTIONS_DEFINE= PDF PDF_DESC= Use Chromium to export PDFs OPTIONS_DEFAULT= PDF PDF_RUN_DEPENDS= icingaweb2-module-pdfexport${PHP_PKGNAMESUFFIX}>=0.9:net-mgmt/icingaweb2-module-pdfexport@${PHP_FLAVOR} NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include diff --git a/net-mgmt/icingaweb2-module-reporting/distinfo b/net-mgmt/icingaweb2-module-reporting/distinfo index a6cadfe535ba..d5ae34c37555 100644 --- a/net-mgmt/icingaweb2-module-reporting/distinfo +++ b/net-mgmt/icingaweb2-module-reporting/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747555637 -SHA256 (icinga-icingaweb2-module-reporting-v1.0.5_GH0.tar.gz) = eefe386443f48686f2669ab995d7ffaf2acca3f3bc979c647f8233d7a39b1205 -SIZE (icinga-icingaweb2-module-reporting-v1.0.5_GH0.tar.gz) = 46053 +TIMESTAMP = 1784463274 +SHA256 (icinga-icingaweb2-module-reporting-v1.1.0_GH0.tar.gz) = 2318e67be3d4eeb809387be273fc89b4befa867f85ef2b5416d3f2b718ab7b9e +SIZE (icinga-icingaweb2-module-reporting-v1.1.0_GH0.tar.gz) = 51509 diff --git a/net-mgmt/icingaweb2-module-reporting/pkg-plist b/net-mgmt/icingaweb2-module-reporting/pkg-plist index 5eac2e5827fe..505fac1ef838 100644 --- a/net-mgmt/icingaweb2-module-reporting/pkg-plist +++ b/net-mgmt/icingaweb2-module-reporting/pkg-plist @@ -1,82 +1,81 @@ %%WWWDIR%%/.mailmap %%WWWDIR%%/AUTHORS -%%WWWDIR%%/LICENSE +%%WWWDIR%%/LICENSE.md %%WWWDIR%%/README.md %%WWWDIR%%/application/clicommands/DownloadCommand.php %%WWWDIR%%/application/clicommands/ListCommand.php %%WWWDIR%%/application/clicommands/ScheduleCommand.php %%WWWDIR%%/application/controllers/ConfigController.php %%WWWDIR%%/application/controllers/ReportController.php %%WWWDIR%%/application/controllers/ReportsController.php %%WWWDIR%%/application/controllers/TemplateController.php %%WWWDIR%%/application/controllers/TemplatesController.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%%/config/systemd/icinga-reporting.service %%WWWDIR%%/configuration.php %%WWWDIR%%/doc/02-Installation.md %%WWWDIR%%/doc/03-Configuration.md %%WWWDIR%%/doc/80-Upgrading.md %%WWWDIR%%/library/Reporting/Actions/SendMail.php %%WWWDIR%%/library/Reporting/Cli/Command.php %%WWWDIR%%/library/Reporting/Common/Macros.php %%WWWDIR%%/library/Reporting/Database.php %%WWWDIR%%/library/Reporting/Dimensions.php %%WWWDIR%%/library/Reporting/Hook/ActionHook.php %%WWWDIR%%/library/Reporting/Hook/ReportHook.php %%WWWDIR%%/library/Reporting/Mail.php %%WWWDIR%%/library/Reporting/Model/Config.php %%WWWDIR%%/library/Reporting/Model/Report.php %%WWWDIR%%/library/Reporting/Model/Reportlet.php %%WWWDIR%%/library/Reporting/Model/Schedule.php %%WWWDIR%%/library/Reporting/Model/Schema.php %%WWWDIR%%/library/Reporting/Model/Template.php %%WWWDIR%%/library/Reporting/Model/Timeframe.php %%WWWDIR%%/library/Reporting/ProvidedActions.php %%WWWDIR%%/library/Reporting/ProvidedHook/DbMigration.php %%WWWDIR%%/library/Reporting/ProvidedReports.php %%WWWDIR%%/library/Reporting/Report.php %%WWWDIR%%/library/Reporting/ReportData.php %%WWWDIR%%/library/Reporting/ReportRow.php %%WWWDIR%%/library/Reporting/Reportlet.php %%WWWDIR%%/library/Reporting/Reports/SystemReport.php %%WWWDIR%%/library/Reporting/RetryConnection.php %%WWWDIR%%/library/Reporting/Schedule.php %%WWWDIR%%/library/Reporting/Str.php %%WWWDIR%%/library/Reporting/Timeframe.php %%WWWDIR%%/library/Reporting/Timerange.php %%WWWDIR%%/library/Reporting/Values.php %%WWWDIR%%/library/Reporting/Web/Controller.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/TemplateForm.php %%WWWDIR%%/library/Reporting/Web/Forms/TimeframeForm.php %%WWWDIR%%/library/Reporting/Web/ReportsTimeframesAndTemplatesTabs.php %%WWWDIR%%/library/Reporting/Web/Widget/CompatDropdown.php %%WWWDIR%%/library/Reporting/Web/Widget/CoverPage.php %%WWWDIR%%/library/Reporting/Web/Widget/HeaderOrFooter.php %%WWWDIR%%/library/Reporting/Web/Widget/Template.php %%WWWDIR%%/module.info -%%WWWDIR%%/phpcs.xml %%WWWDIR%%/phpstan-baseline.neon %%WWWDIR%%/phpstan.neon %%WWWDIR%%/public/css/module.less %%WWWDIR%%/public/css/system-report.css %%WWWDIR%%/public/img/select-icon-2x.png %%WWWDIR%%/public/img/select-icon.png %%WWWDIR%%/public/img/textarea-corner-2x.png %%WWWDIR%%/public/img/textarea-corner.png %%WWWDIR%%/run.php %%WWWDIR%%/schema/mysql-upgrades/0.10.0.sql -%%WWWDIR%%/schema/mysql-upgrades/1.0.3.sql %%WWWDIR%%/schema/mysql-upgrades/0.9.1.sql %%WWWDIR%%/schema/mysql-upgrades/1.0.0.sql -%%WWWDIR%%/schema/pgsql-upgrades/1.0.3.sql +%%WWWDIR%%/schema/mysql-upgrades/1.0.3.sql %%WWWDIR%%/schema/mysql.schema.sql %%WWWDIR%%/schema/pgsql-upgrades/1.0.0.sql +%%WWWDIR%%/schema/pgsql-upgrades/1.0.3.sql %%WWWDIR%%/schema/pgsql.schema.sql