From owner-svn-ports-head@freebsd.org Fri Sep 29 11:28:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D31D0E2AE36; Fri, 29 Sep 2017 11:28:21 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9F8AE6334D; Fri, 29 Sep 2017 11:28:21 +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 v8TBSKha009956; Fri, 29 Sep 2017 11:28:20 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TBSKcx009953; Fri, 29 Sep 2017 11:28:20 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201709291128.v8TBSKcx009953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 29 Sep 2017 11:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450888 - 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: 450888 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.23 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: Fri, 29 Sep 2017 11:28:21 -0000 Author: lme Date: Fri Sep 29 11:28:20 2017 New Revision: 450888 URL: https://svnweb.freebsd.org/changeset/ports/450888 Log: net-mgmt/icingaweb2: Update to 2.4.2 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 Fri Sep 29 10:28:19 2017 (r450887) +++ head/net-mgmt/icingaweb2/Makefile Fri Sep 29 11:28:20 2017 (r450888) @@ -2,8 +2,7 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v -DISTVERSION= 2.4.1 -PORTREVISION= 1 +DISTVERSION= 2.4.2 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org Modified: head/net-mgmt/icingaweb2/distinfo ============================================================================== --- head/net-mgmt/icingaweb2/distinfo Fri Sep 29 10:28:19 2017 (r450887) +++ head/net-mgmt/icingaweb2/distinfo Fri Sep 29 11:28:20 2017 (r450888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485119945 -SHA256 (icinga-icingaweb2-v2.4.1_GH0.tar.gz) = 27150d96a2172d0fa0c77389970052a1bf7aa6553494e80837f6699e96e24bc6 -SIZE (icinga-icingaweb2-v2.4.1_GH0.tar.gz) = 7176640 +TIMESTAMP = 1506682569 +SHA256 (icinga-icingaweb2-v2.4.2_GH0.tar.gz) = 8ce42b4f0fb3ddd93c56d70c642512af13db1d5db2ad0227ec7567a4413daa94 +SIZE (icinga-icingaweb2-v2.4.2_GH0.tar.gz) = 7180122 Modified: head/net-mgmt/icingaweb2/pkg-plist ============================================================================== --- head/net-mgmt/icingaweb2/pkg-plist Fri Sep 29 10:28:19 2017 (r450887) +++ head/net-mgmt/icingaweb2/pkg-plist Fri Sep 29 11:28:20 2017 (r450888) @@ -327,6 +327,9 @@ %%WWWDIR%%/library/Icinga/Exception/Http/HttpNotFoundException.php %%WWWDIR%%/library/Icinga/Exception/IcingaException.php %%WWWDIR%%/library/Icinga/Exception/InvalidPropertyException.php +%%WWWDIR%%/library/Icinga/Exception/Json/JsonDecodeException.php +%%WWWDIR%%/library/Icinga/Exception/Json/JsonEncodeException.php +%%WWWDIR%%/library/Icinga/Exception/Json/JsonException.php %%WWWDIR%%/library/Icinga/Exception/MissingParameterException.php %%WWWDIR%%/library/Icinga/Exception/NotFoundError.php %%WWWDIR%%/library/Icinga/Exception/NotImplementedError.php @@ -386,6 +389,7 @@ %%WWWDIR%%/library/Icinga/Util/File.php %%WWWDIR%%/library/Icinga/Util/Format.php %%WWWDIR%%/library/Icinga/Util/GlobFilter.php +%%WWWDIR%%/library/Icinga/Util/Json.php %%WWWDIR%%/library/Icinga/Util/String.php %%WWWDIR%%/library/Icinga/Util/StringHelper.php %%WWWDIR%%/library/Icinga/Util/TimezoneDetect.php