From owner-svn-ports-all@freebsd.org Thu May 19 17:55:07 2016 Return-Path: Delivered-To: svn-ports-all@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 1E3C2B42223; Thu, 19 May 2016 17:55:07 +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 CAEF3116F; Thu, 19 May 2016 17:55:06 +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 u4JHt6jV050297; Thu, 19 May 2016 17:55:06 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4JHt5Ii050294; Thu, 19 May 2016 17:55:05 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201605191755.u4JHt5Ii050294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 19 May 2016 17:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415514 - head/net-mgmt/icinga2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 17:55:07 -0000 Author: lme Date: Thu May 19 17:55:05 2016 New Revision: 415514 URL: https://svnweb.freebsd.org/changeset/ports/415514 Log: - Update to 2.4.10 - Switch to USES= mysql Modified: head/net-mgmt/icinga2/Makefile head/net-mgmt/icinga2/distinfo head/net-mgmt/icinga2/pkg-plist Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Thu May 19 17:45:03 2016 (r415513) +++ head/net-mgmt/icinga2/Makefile Thu May 19 17:55:05 2016 (r415514) @@ -2,7 +2,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.4.7 +DISTVERSION= 2.4.10 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org @@ -69,7 +69,7 @@ PLIST_SUB= ICINGA2USER=${ICINGA2USER} \ # Config files with references to "Linux" LINUX_CONFIG= groups.conf services.conf hosts.conf -MYSQL_USE= mysql=yes +MYSQL_USES= mysql PGSQL_USES= pgsql OPTIONS_SUB= yes Modified: head/net-mgmt/icinga2/distinfo ============================================================================== --- head/net-mgmt/icinga2/distinfo Thu May 19 17:45:03 2016 (r415513) +++ head/net-mgmt/icinga2/distinfo Thu May 19 17:55:05 2016 (r415514) @@ -1,2 +1,3 @@ -SHA256 (icinga-icinga2-v2.4.7_GH0.tar.gz) = db00c3bf1be5b18a477953f39df467039521d4f00826951d5c6de43cef96acd9 -SIZE (icinga-icinga2-v2.4.7_GH0.tar.gz) = 1763118 +TIMESTAMP = 1463677720 +SHA256 (icinga-icinga2-v2.4.10_GH0.tar.gz) = c2963430503c382cc4d5083b05731c0b965b5ffa960e900c0827b83789f0425e +SIZE (icinga-icinga2-v2.4.10_GH0.tar.gz) = 1768052 Modified: head/net-mgmt/icinga2/pkg-plist ============================================================================== --- head/net-mgmt/icinga2/pkg-plist Thu May 19 17:45:03 2016 (r415513) +++ head/net-mgmt/icinga2/pkg-plist Thu May 19 17:55:05 2016 (r415514) @@ -112,8 +112,9 @@ sbin/icinga2 %%DATADIR%%/include/plugins %%DATADIR%%/include/plugins-contrib %%DATADIR%%/include/plugins-contrib.d/databases.conf -%%DATADIR%%/include/plugins-contrib.d/ipmi.conf %%DATADIR%%/include/plugins-contrib.d/hardware.conf +%%DATADIR%%/include/plugins-contrib.d/icingacli.conf +%%DATADIR%%/include/plugins-contrib.d/ipmi.conf %%DATADIR%%/include/plugins-contrib.d/network-components.conf %%DATADIR%%/include/plugins-contrib.d/operating-system.conf %%DATADIR%%/include/plugins-contrib.d/virtualization.conf