diff --git a/net-mgmt/icingaweb2-module-cube/Makefile b/net-mgmt/icingaweb2-module-cube/Makefile index f1e0d137facc..2875d090a447 100644 --- a/net-mgmt/icingaweb2-module-cube/Makefile +++ b/net-mgmt/icingaweb2-module-cube/Makefile @@ -1,31 +1,31 @@ PORTNAME= icingaweb2-module-cube DISTVERSIONPREFIX= v -DISTVERSION= 1.1.1 +DISTVERSION= 1.2.2 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= joneum@FreeBSD.org COMMENT= Drill-down view for Icinga web 2 based on custom variables WWW= https://github.com/Icinga/icingaweb2-module-cube LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.3:net-mgmt/icingaweb2@${PHP_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= icinga NO_BUILD= yes NO_ARCH= yes USES= php:web,flavors 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-cube/distinfo b/net-mgmt/icingaweb2-module-cube/distinfo index 393d7a0574a4..3964a625b4b0 100644 --- a/net-mgmt/icingaweb2-module-cube/distinfo +++ b/net-mgmt/icingaweb2-module-cube/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619908911 -SHA256 (icinga-icingaweb2-module-cube-v1.1.1_GH0.tar.gz) = daf979cfba009ce992cd4828e4a0007c021197052e79c6ef230b230aae452297 -SIZE (icinga-icingaweb2-module-cube-v1.1.1_GH0.tar.gz) = 290034 +TIMESTAMP = 1674676916 +SHA256 (icinga-icingaweb2-module-cube-v1.2.2_GH0.tar.gz) = b4ee3dc87dd2709cd2d3c786dfa9c032d9a275c36752c99bce92d3962042650f +SIZE (icinga-icingaweb2-module-cube-v1.2.2_GH0.tar.gz) = 216108 diff --git a/net-mgmt/icingaweb2-module-cube/pkg-plist b/net-mgmt/icingaweb2-module-cube/pkg-plist index 5f4bc7ee277a..2180260b7892 100644 --- a/net-mgmt/icingaweb2-module-cube/pkg-plist +++ b/net-mgmt/icingaweb2-module-cube/pkg-plist @@ -1,48 +1,53 @@ -%%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%%/application/controllers/HostsController.php %%WWWDIR%%/application/controllers/IndexController.php %%WWWDIR%%/application/controllers/ServicesController.php %%WWWDIR%%/application/forms/DimensionsForm.php -%%WWWDIR%%/application/views/helpers/FormSimpleNote.php %%WWWDIR%%/application/views/scripts/cube-details.phtml %%WWWDIR%%/application/views/scripts/cube-index.phtml %%WWWDIR%%/configuration.php +%%WWWDIR%%/doc/01-About.md +%%WWWDIR%%/doc/02-Installation.md +%%WWWDIR%%/doc/02-Installation.md.d/01-Amazon-Linux.md +%%WWWDIR%%/doc/02-Installation.md.d/02-CentOS.md +%%WWWDIR%%/doc/02-Installation.md.d/03-Debian.md +%%WWWDIR%%/doc/02-Installation.md.d/04-RHEL.md +%%WWWDIR%%/doc/02-Installation.md.d/05-SLES.md +%%WWWDIR%%/doc/02-Installation.md.d/06-Ubuntu.md +%%WWWDIR%%/doc/02-Installation.md.d/07-From-Source.md %%WWWDIR%%/doc/img/cube_action-links.png -%%WWWDIR%%/doc/img/cube_configuration.png %%WWWDIR%%/doc/img/cube_director.png %%WWWDIR%%/doc/img/cube_move-up.png %%WWWDIR%%/doc/img/cube_simple.png %%WWWDIR%%/doc/img/cube_slice.png %%WWWDIR%%/library/Cube/Cube.php %%WWWDIR%%/library/Cube/CubeRenderer.php -%%WWWDIR%%/library/Cube/DbCube.php +%%WWWDIR%%/library/Cube/CubeRenderer/HostStatusCubeRenderer.php +%%WWWDIR%%/library/Cube/CubeRenderer/ServiceStatusCubeRenderer.php %%WWWDIR%%/library/Cube/Dimension.php +%%WWWDIR%%/library/Cube/DimensionParams.php %%WWWDIR%%/library/Cube/Hook/ActionsHook.php +%%WWWDIR%%/library/Cube/Hook/IcingaDbActionsHook.php +%%WWWDIR%%/library/Cube/IcingaDb/CustomVariableDimension.php +%%WWWDIR%%/library/Cube/IcingaDb/IcingaDbCube.php +%%WWWDIR%%/library/Cube/IcingaDb/IcingaDbHostStatusCube.php +%%WWWDIR%%/library/Cube/IcingaDb/IcingaDbServiceStatusCube.php %%WWWDIR%%/library/Cube/Ido/CustomVarDimension.php +%%WWWDIR%%/library/Cube/Ido/DataView/Hoststatus.php +%%WWWDIR%%/library/Cube/Ido/DbCube.php %%WWWDIR%%/library/Cube/Ido/IdoCube.php %%WWWDIR%%/library/Cube/Ido/IdoHostStatusCube.php -%%WWWDIR%%/library/Cube/Ido/IdoHostStatusCubeRenderer.php %%WWWDIR%%/library/Cube/Ido/IdoServiceStatusCube.php -%%WWWDIR%%/library/Cube/Ido/IdoStatusCubeRenderer.php +%%WWWDIR%%/library/Cube/Ido/Query/HoststatusQuery.php +%%WWWDIR%%/library/Cube/Ido/ZfSelectWrapper.php +%%WWWDIR%%/library/Cube/ProvidedHook/Cube/IcingaDbActions.php %%WWWDIR%%/library/Cube/ProvidedHook/Cube/MonitoringActions.php +%%WWWDIR%%/library/Cube/ProvidedHook/Icingadb/IcingadbSupport.php %%WWWDIR%%/library/Cube/Web/ActionLink.php %%WWWDIR%%/library/Cube/Web/ActionLinks.php %%WWWDIR%%/library/Cube/Web/Controller.php -%%WWWDIR%%/library/Cube/Web/Form/CsrfToken.php -%%WWWDIR%%/library/Cube/Web/Form/Element/FormElement.php -%%WWWDIR%%/library/Cube/Web/Form/Element/SimpleNote.php -%%WWWDIR%%/library/Cube/Web/Form/FormLoader.php -%%WWWDIR%%/library/Cube/Web/Form/QuickBaseForm.php -%%WWWDIR%%/library/Cube/Web/Form/QuickForm.php -%%WWWDIR%%/library/Cube/Web/IconHelper.php %%WWWDIR%%/library/Cube/Web/IdoController.php -%%WWWDIR%%/library/Cube/ZfSelectWrapper.php %%WWWDIR%%/module.info %%WWWDIR%%/public/css/module.less %%WWWDIR%%/run.php