diff --git a/net-mgmt/icingaweb2-module-cube/Makefile b/net-mgmt/icingaweb2-module-cube/Makefile index bd011c3ffc36..e3245356e19e 100644 --- a/net-mgmt/icingaweb2-module-cube/Makefile +++ b/net-mgmt/icingaweb2-module-cube/Makefile @@ -1,31 +1,30 @@ PORTNAME= icingaweb2-module-cube DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.1.1 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= lme@FreeBSD.org COMMENT= Drill-down view for Icinga web 2 based on custom variables LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.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 3f0138fe8930..393d7a0574a4 100644 --- a/net-mgmt/icingaweb2-module-cube/distinfo +++ b/net-mgmt/icingaweb2-module-cube/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1564577954 -SHA256 (icinga-icingaweb2-module-cube-v1.1.0_GH0.tar.gz) = 73e63fe3549bf17872672be059cd687aa6fd0c6c3b05c9bf7886f5f565024472 -SIZE (icinga-icingaweb2-module-cube-v1.1.0_GH0.tar.gz) = 263153 +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 diff --git a/net-mgmt/icingaweb2-module-cube/pkg-plist b/net-mgmt/icingaweb2-module-cube/pkg-plist index 6688330e423c..5f4bc7ee277a 100644 --- a/net-mgmt/icingaweb2-module-cube/pkg-plist +++ b/net-mgmt/icingaweb2-module-cube/pkg-plist @@ -1,46 +1,48 @@ %%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/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/Dimension.php %%WWWDIR%%/library/Cube/Hook/ActionsHook.php %%WWWDIR%%/library/Cube/Ido/CustomVarDimension.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/ProvidedHook/Cube/MonitoringActions.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