Date: Fri, 27 Jan 2023 07:17:00 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 99ab8aaf191d - main - net-mgmt/icingaweb2-module-idoreports: Update to 0.10.0 Message-ID: <202301270717.30R7H0Pb089710@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=99ab8aaf191d4973ab04bcbe14d845ba32fed96c commit 99ab8aaf191d4973ab04bcbe14d845ba32fed96c Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2023-01-27 07:15:56 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2023-01-27 07:16:53 +0000 net-mgmt/icingaweb2-module-idoreports: Update to 0.10.0 Sponsored by: Netzkommune GmbH --- net-mgmt/icingaweb2-module-idoreports/Makefile | 4 ++-- net-mgmt/icingaweb2-module-idoreports/distinfo | 6 ++--- net-mgmt/icingaweb2-module-idoreports/pkg-plist | 29 +++++++++++++++++++++++-- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/net-mgmt/icingaweb2-module-idoreports/Makefile b/net-mgmt/icingaweb2-module-idoreports/Makefile index bf2487d3ddde..73affb40a76a 100644 --- a/net-mgmt/icingaweb2-module-idoreports/Makefile +++ b/net-mgmt/icingaweb2-module-idoreports/Makefile @@ -1,7 +1,7 @@ PORTNAME= icingaweb2-module-idoreports DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 -PORTREVISION= 2 +DISTVERSION= 0.10.0 +PORTREVISION= 0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/net-mgmt/icingaweb2-module-idoreports/distinfo b/net-mgmt/icingaweb2-module-idoreports/distinfo index 2059d5251a12..a2d718cebd2b 100644 --- a/net-mgmt/icingaweb2-module-idoreports/distinfo +++ b/net-mgmt/icingaweb2-module-idoreports/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557838708 -SHA256 (icinga-icingaweb2-module-idoreports-v0.9.0_GH0.tar.gz) = 6f9786ea8ce621f9ddb75387f7b9c9a652dc6c63dadb26060c6eec1577280f25 -SIZE (icinga-icingaweb2-module-idoreports-v0.9.0_GH0.tar.gz) = 101439 +TIMESTAMP = 1674678332 +SHA256 (icinga-icingaweb2-module-idoreports-v0.10.0_GH0.tar.gz) = 5c1517c22c33f01f2095e61edfb19a6fcd043901c2963a9e21ed4f3869d5366b +SIZE (icinga-icingaweb2-module-idoreports-v0.10.0_GH0.tar.gz) = 108056 diff --git a/net-mgmt/icingaweb2-module-idoreports/pkg-plist b/net-mgmt/icingaweb2-module-idoreports/pkg-plist index 870da9162622..b9785a7dd703 100644 --- a/net-mgmt/icingaweb2-module-idoreports/pkg-plist +++ b/net-mgmt/icingaweb2-module-idoreports/pkg-plist @@ -1,4 +1,8 @@ +%%WWWDIR%%/.github/ISSUE_TEMPLATE/bug_report.md +%%WWWDIR%%/.github/ISSUE_TEMPLATE/feature_request.md +%%WWWDIR%%/.github/workflows/php.yml %%WWWDIR%%/.gitignore +%%WWWDIR%%/.phpcs.xml %%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/doc/02-Installation.md @@ -8,5 +12,26 @@ %%WWWDIR%%/library/Idoreports/ServiceSlaReport.php %%WWWDIR%%/module.info %%WWWDIR%%/run.php -%%WWWDIR%%/schema/get_sla_ok_percent.sql -%%WWWDIR%%/schema/slaperiods.sql +%%WWWDIR%%/schema/mysql/get_sla_ok_percent.sql +%%WWWDIR%%/schema/mysql/slaperiods.sql +%%WWWDIR%%/schema/postgresql/get_sla_ok_percent.sql +%%WWWDIR%%/schema/postgresql/slaperiods.sql +%%WWWDIR%%/schema/postgresql/t/00-create-db.sql +%%WWWDIR%%/schema/postgresql/t/01-install.t +%%WWWDIR%%/schema/postgresql/t/01-statehistory.sql +%%WWWDIR%%/schema/postgresql/t/02-icinga_objects.sql +%%WWWDIR%%/schema/postgresql/t/02-servicestatus.sql +%%WWWDIR%%/schema/postgresql/t/03-hoststatus.sql +%%WWWDIR%%/schema/postgresql/t/04-icinga_downtimehistory.sql +%%WWWDIR%%/schema/postgresql/t/04-icinga_outofsla_periods.sql +%%WWWDIR%%/schema/postgresql/t/05-fill-downtimes.sql +%%WWWDIR%%/schema/postgresql/t/05-fill-hoststatus.sql +%%WWWDIR%%/schema/postgresql/t/05-fill-icinga_objects.sql +%%WWWDIR%%/schema/postgresql/t/05-fill-servicestatus.sql +%%WWWDIR%%/schema/postgresql/t/05-fill-statehistory.sql +%%WWWDIR%%/schema/postgresql/t/06-get_sla_ok_percent.sql +%%WWWDIR%%/schema/postgresql/t/07-test-func.sql +%%WWWDIR%%/schema/postgresql/t/README.md +%%WWWDIR%%/schema/postgresql/t/get_sla_ok_percent.sql +%%WWWDIR%%/schema/postgresql/t/plain_sql_zum_debuggen.sql +%%WWWDIR%%/schema/postgresql/t/testme.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301270717.30R7H0Pb089710>