Skip to content

Commit

Permalink
net-mgmt/icingaweb2-module-cube: Update to 1.2.2
Browse files Browse the repository at this point in the history
Sponsored by:	Netzkommune GmbH
  • Loading branch information
joneum committed Jan 25, 2023
1 parent e097349 commit 4ae3618
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
4 changes: 2 additions & 2 deletions net-mgmt/icingaweb2-module-cube/Makefile
@@ -1,6 +1,6 @@
PORTNAME= icingaweb2-module-cube
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.1
DISTVERSION= 1.2.2
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

Expand All @@ -11,7 +11,7 @@ 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
Expand Down
6 changes: 3 additions & 3 deletions 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
41 changes: 23 additions & 18 deletions 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

0 comments on commit 4ae3618

Please sign in to comment.