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,33 +1,33 @@ 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} MAINTAINER= joneum@FreeBSD.org COMMENT= Host and service availability reports for Icinga WWW= https://github.com/Icinga/icingaweb2-module-idoreports LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.6.0:net-mgmt/icingaweb2@${PHP_FLAVOR} \ icingaweb2-module-reporting${PHP_PKGNAMESUFFIX}>=0.9:net-mgmt/icingaweb2-module-reporting@${PHP_FLAVOR} USES= php:web,flavors USE_GITHUB= yes GH_ACCOUNT= icinga 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-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,12 +1,37 @@ +%%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 %%WWWDIR%%/doc/res/host-sla-report.png %%WWWDIR%%/library/Idoreports/HostSlaReport.php %%WWWDIR%%/library/Idoreports/IdoReport.php %%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