diff --git a/net-mgmt/icingaweb2-module-cube/Makefile b/net-mgmt/icingaweb2-module-cube/Makefile index 358567550f9a..f7f52ae71969 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.3.0 +DISTVERSION= 1.3.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.11.3:net-mgmt/icingaweb2@${PHP_FLAVOR} +RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.12.1: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 35e2911da472..fc42de2aef98 100644 --- a/net-mgmt/icingaweb2-module-cube/distinfo +++ b/net-mgmt/icingaweb2-module-cube/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685864156 -SHA256 (icinga-icingaweb2-module-cube-v1.3.0_GH0.tar.gz) = 6cdc3a9e91af3900d23d78980fdb853d97fce41c17e22790b9c0889cade098b5 -SIZE (icinga-icingaweb2-module-cube-v1.3.0_GH0.tar.gz) = 590072 +TIMESTAMP = 1708159724 +SHA256 (icinga-icingaweb2-module-cube-v1.3.2_GH0.tar.gz) = 1eb5b9927ea8daa48667ae6bb8f7304caa54a49191ed74656f70ed336967b4c8 +SIZE (icinga-icingaweb2-module-cube-v1.3.2_GH0.tar.gz) = 593171 diff --git a/net-mgmt/icingaweb2-module-cube/pkg-plist b/net-mgmt/icingaweb2-module-cube/pkg-plist index 235d413a0cb0..60f9afab5422 100644 --- a/net-mgmt/icingaweb2-module-cube/pkg-plist +++ b/net-mgmt/icingaweb2-module-cube/pkg-plist @@ -1,51 +1,53 @@ %%WWWDIR%%/.mailmap %%WWWDIR%%/AUTHORS %%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/application/controllers/HostsController.php %%WWWDIR%%/application/controllers/IdoHostsController.php %%WWWDIR%%/application/controllers/IdoServicesController.php %%WWWDIR%%/application/controllers/IndexController.php %%WWWDIR%%/application/controllers/ServicesController.php %%WWWDIR%%/application/forms/DimensionsForm.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/From-Source.md %%WWWDIR%%/doc/img/cube_action-links.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/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/IdoServiceStatusCube.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/IdoController.php %%WWWDIR%%/module.info +%%WWWDIR%%/phpstan-baseline.neon +%%WWWDIR%%/phpstan.neon %%WWWDIR%%/public/css/module.less %%WWWDIR%%/run.php