From owner-svn-ports-head@freebsd.org Mon Apr 30 12:58:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A037FFA9F4A; Mon, 30 Apr 2018 12:58:04 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5535B772D9; Mon, 30 Apr 2018 12:58:04 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 502D813787; Mon, 30 Apr 2018 12:58:04 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3UCw4G1081435; Mon, 30 Apr 2018 12:58:04 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3UCw3S9081432; Mon, 30 Apr 2018 12:58:03 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201804301258.w3UCw3S9081432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Mon, 30 Apr 2018 12:58:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468694 - head/net-mgmt/icingaweb2 X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/net-mgmt/icingaweb2 X-SVN-Commit-Revision: 468694 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 12:58:04 -0000 Author: lme Date: Mon Apr 30 12:58:03 2018 New Revision: 468694 URL: https://svnweb.freebsd.org/changeset/ports/468694 Log: net-mgmt/icingaweb2 Update to 2.5.3 Modified: head/net-mgmt/icingaweb2/Makefile head/net-mgmt/icingaweb2/distinfo head/net-mgmt/icingaweb2/pkg-plist Modified: head/net-mgmt/icingaweb2/Makefile ============================================================================== --- head/net-mgmt/icingaweb2/Makefile Mon Apr 30 12:57:31 2018 (r468693) +++ head/net-mgmt/icingaweb2/Makefile Mon Apr 30 12:58:03 2018 (r468694) @@ -2,7 +2,7 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v -DISTVERSION= 2.5.1 +DISTVERSION= 2.5.3 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org Modified: head/net-mgmt/icingaweb2/distinfo ============================================================================== --- head/net-mgmt/icingaweb2/distinfo Mon Apr 30 12:57:31 2018 (r468693) +++ head/net-mgmt/icingaweb2/distinfo Mon Apr 30 12:58:03 2018 (r468694) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516695210 -SHA256 (icinga-icingaweb2-v2.5.1_GH0.tar.gz) = a419f0d94d7633cf49ce71a63536bc7f7b820eb08329d7c92411485cd520fa10 -SIZE (icinga-icingaweb2-v2.5.1_GH0.tar.gz) = 8133540 +TIMESTAMP = 1525092862 +SHA256 (icinga-icingaweb2-v2.5.3_GH0.tar.gz) = da9953045895ed26d002ce3d6115af9a5b8012cce9a2667a389c8b9d80cd6592 +SIZE (icinga-icingaweb2-v2.5.3_GH0.tar.gz) = 8124667 Modified: head/net-mgmt/icingaweb2/pkg-plist ============================================================================== --- head/net-mgmt/icingaweb2/pkg-plist Mon Apr 30 12:57:31 2018 (r468693) +++ head/net-mgmt/icingaweb2/pkg-plist Mon Apr 30 12:58:03 2018 (r468694) @@ -137,6 +137,7 @@ bin/icingacli %%WWWDIR%%/application/views/scripts/dashboard/new-dashlet.phtml %%WWWDIR%%/application/views/scripts/dashboard/remove-dashlet.phtml %%WWWDIR%%/application/views/scripts/dashboard/remove-pane.phtml +%%WWWDIR%%/application/views/scripts/dashboard/rename-pane.phtml %%WWWDIR%%/application/views/scripts/dashboard/settings.phtml %%WWWDIR%%/application/views/scripts/dashboard/update-dashlet.phtml %%WWWDIR%%/application/views/scripts/error/error.phtml @@ -211,6 +212,7 @@ bin/icingacli %%WWWDIR%%/library/Icinga/Application/Config.php %%WWWDIR%%/library/Icinga/Application/EmbeddedWeb.php %%WWWDIR%%/library/Icinga/Application/Hook.php +%%WWWDIR%%/library/Icinga/Application/Hook/AuthenticationHook.php %%WWWDIR%%/library/Icinga/Application/Hook/GrapherHook.php %%WWWDIR%%/library/Icinga/Application/Hook/Ticket/TicketPattern.php %%WWWDIR%%/library/Icinga/Application/Hook/TicketHook.php @@ -2073,6 +2075,7 @@ bin/icingacli %%WWWDIR%%/modules/monitoring/public/css/tables.less %%WWWDIR%%/modules/monitoring/public/js/module.js %%WWWDIR%%/modules/monitoring/test/php/application/views/helpers/MonitoringFlagsTest.php +%%WWWDIR%%/modules/monitoring/test/php/application/views/helpers/PluginOutputTest.php %%WWWDIR%%/modules/monitoring/test/php/library/Monitoring/Object/MacroTest.php %%WWWDIR%%/modules/monitoring/test/php/library/Monitoring/Plugin/PerfdataSetTest.php %%WWWDIR%%/modules/monitoring/test/php/library/Monitoring/Plugin/PerfdataTest.php @@ -2302,6 +2305,7 @@ bin/icingacli %%WWWDIR%%/public/js/icinga/behavior/detach.js %%WWWDIR%%/public/js/icinga/behavior/dropdown.js %%WWWDIR%%/public/js/icinga/behavior/expandable.js +%%WWWDIR%%/public/js/icinga/behavior/filtereditor.js %%WWWDIR%%/public/js/icinga/behavior/flyover.js %%WWWDIR%%/public/js/icinga/behavior/form.js %%WWWDIR%%/public/js/icinga/behavior/navigation.js