From owner-svn-ports-all@freebsd.org Thu Mar 29 08:42:46 2018 Return-Path: Delivered-To: svn-ports-all@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 74677F5BEDC; Thu, 29 Mar 2018 08:42:46 +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 23FB4820D1; Thu, 29 Mar 2018 08:42:46 +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 04D361792C; Thu, 29 Mar 2018 08:42:46 +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 w2T8gjXW053422; Thu, 29 Mar 2018 08:42:45 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2T8gjui053417; Thu, 29 Mar 2018 08:42:45 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201803290842.w2T8gjui053417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 29 Mar 2018 08:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465871 - in head/net-mgmt/icinga2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: in head/net-mgmt/icinga2: . files X-SVN-Commit-Revision: 465871 X-SVN-Commit-Repository: ports 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.25 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, 29 Mar 2018 08:42:46 -0000 Author: lme Date: Thu Mar 29 08:42:45 2018 New Revision: 465871 URL: https://svnweb.freebsd.org/changeset/ports/465871 Log: net-mgmt/icinga2: Update to 2.8.2 Modified: head/net-mgmt/icinga2/Makefile head/net-mgmt/icinga2/distinfo head/net-mgmt/icinga2/files/patch-CMakeLists.txt head/net-mgmt/icinga2/files/patch-etc_CMakeLists.txt head/net-mgmt/icinga2/pkg-plist Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Thu Mar 29 08:33:25 2018 (r465870) +++ head/net-mgmt/icinga2/Makefile Thu Mar 29 08:42:45 2018 (r465871) @@ -2,7 +2,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.8.1 +DISTVERSION= 2.8.2 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org @@ -26,7 +26,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_GROUP= BACKEND OPTIONS_GROUP_BACKEND= MYSQL PGSQL OPTIONS_RADIO= PLUGINS Modified: head/net-mgmt/icinga2/distinfo ============================================================================== --- head/net-mgmt/icinga2/distinfo Thu Mar 29 08:33:25 2018 (r465870) +++ head/net-mgmt/icinga2/distinfo Thu Mar 29 08:42:45 2018 (r465871) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516362862 -SHA256 (icinga-icinga2-v2.8.1_GH0.tar.gz) = 83930bf95a5c6562cc31c37ddb01b361665497ef7001e9cc8763fd499a4d709d -SIZE (icinga-icinga2-v2.8.1_GH0.tar.gz) = 2501182 +TIMESTAMP = 1522240144 +SHA256 (icinga-icinga2-v2.8.2_GH0.tar.gz) = 508820905c86906117a616e90eb16b646007e178621b0df9f27fcaf1a491151c +SIZE (icinga-icinga2-v2.8.2_GH0.tar.gz) = 2507304 Modified: head/net-mgmt/icinga2/files/patch-CMakeLists.txt ============================================================================== --- head/net-mgmt/icinga2/files/patch-CMakeLists.txt Thu Mar 29 08:33:25 2018 (r465870) +++ head/net-mgmt/icinga2/files/patch-CMakeLists.txt Thu Mar 29 08:42:45 2018 (r465871) @@ -1,5 +1,5 @@ ---- CMakeLists.txt.orig 2017-03-29 09:55:49.000000000 +0200 -+++ CMakeLists.txt 2017-05-30 16:24:26.672731000 +0200 +--- CMakeLists.txt.orig 2018-03-22 10:26:19 UTC ++++ CMakeLists.txt @@ -28,8 +28,8 @@ if(NOT CMAKE_BUILD_TYPE) FORCE) endif() Modified: head/net-mgmt/icinga2/files/patch-etc_CMakeLists.txt ============================================================================== --- head/net-mgmt/icinga2/files/patch-etc_CMakeLists.txt Thu Mar 29 08:33:25 2018 (r465870) +++ head/net-mgmt/icinga2/files/patch-etc_CMakeLists.txt Thu Mar 29 08:42:45 2018 (r465871) @@ -1,11 +1,7 @@ ---- etc/CMakeLists.txt.orig 2017-11-16 10:44:26.000000000 +0100 -+++ etc/CMakeLists.txt 2017-11-20 17:15:33.564461000 +0100 -@@ -25,42 +25,42 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" - configure_file(logrotate.d/icinga2.cmake ${CMAKE_CURRENT_BINARY_DIR}/logrotate.d/icinga2 @ONLY) +--- etc/CMakeLists.txt.orig 2018-03-22 10:26:19 UTC ++++ etc/CMakeLists.txt +@@ -24,39 +24,39 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" endif() - --install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/icinga2/init.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) -+install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/icinga2/init.conf.sample ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) if(NOT WIN32) - install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/icinga2/constants.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2) Modified: head/net-mgmt/icinga2/pkg-plist ============================================================================== --- head/net-mgmt/icinga2/pkg-plist Thu Mar 29 08:33:25 2018 (r465870) +++ head/net-mgmt/icinga2/pkg-plist Thu Mar 29 08:42:45 2018 (r465871) @@ -32,45 +32,44 @@ etc/bash_completion.d/icinga2 %%ETCDIR%%/features-enabled/notification.conf @sample %%ETCDIR%%/constants.conf.sample @sample %%ETCDIR%%/icinga2.conf.sample -@sample %%ETCDIR%%/init.conf.sample @sample %%ETCDIR%%/scripts/mail-host-notification.sh.sample @sample %%ETCDIR%%/scripts/mail-service-notification.sh.sample @sample %%ETCDIR%%/zones.conf.sample %%ETCDIR%%/zones.d/README lib/icinga2/libbase.so -lib/icinga2/libbase.so.2.8.1 +lib/icinga2/libbase.so.2.8.2 lib/icinga2/libchecker.so -lib/icinga2/libchecker.so.2.8.1 +lib/icinga2/libchecker.so.2.8.2 lib/icinga2/libcli.so -lib/icinga2/libcli.so.2.8.1 +lib/icinga2/libcli.so.2.8.2 lib/icinga2/libcompat.so -lib/icinga2/libcompat.so.2.8.1 +lib/icinga2/libcompat.so.2.8.2 lib/icinga2/libconfig.so -lib/icinga2/libconfig.so.2.8.1 +lib/icinga2/libconfig.so.2.8.2 %%DBBACKEND%%lib/icinga2/libdb_ido.so -%%DBBACKEND%%lib/icinga2/libdb_ido.so.2.8.1 +%%DBBACKEND%%lib/icinga2/libdb_ido.so.2.8.2 %%MYSQL%%lib/icinga2/libdb_ido_mysql.so -%%MYSQL%%lib/icinga2/libdb_ido_mysql.so.2.8.1 +%%MYSQL%%lib/icinga2/libdb_ido_mysql.so.2.8.2 %%PGSQL%%lib/icinga2/libdb_ido_pgsql.so -%%PGSQL%%lib/icinga2/libdb_ido_pgsql.so.2.8.1 +%%PGSQL%%lib/icinga2/libdb_ido_pgsql.so.2.8.2 lib/icinga2/libexecvpe.so -lib/icinga2/libexecvpe.so.2.8.1 +lib/icinga2/libexecvpe.so.2.8.2 lib/icinga2/libicinga.so -lib/icinga2/libicinga.so.2.8.1 +lib/icinga2/libicinga.so.2.8.2 lib/icinga2/liblivestatus.so -lib/icinga2/liblivestatus.so.2.8.1 +lib/icinga2/liblivestatus.so.2.8.2 lib/icinga2/libmethods.so -lib/icinga2/libmethods.so.2.8.1 +lib/icinga2/libmethods.so.2.8.2 lib/icinga2/libmmatch.so -lib/icinga2/libmmatch.so.2.8.1 +lib/icinga2/libmmatch.so.2.8.2 lib/icinga2/libnotification.so -lib/icinga2/libnotification.so.2.8.1 +lib/icinga2/libnotification.so.2.8.2 lib/icinga2/libperfdata.so -lib/icinga2/libperfdata.so.2.8.1 +lib/icinga2/libperfdata.so.2.8.2 lib/icinga2/libremote.so -lib/icinga2/libremote.so.2.8.1 +lib/icinga2/libremote.so.2.8.2 lib/icinga2/libsocketpair.so -lib/icinga2/libsocketpair.so.2.8.1 +lib/icinga2/libsocketpair.so.2.8.2 lib/icinga2/sbin/icinga2 libexec/nagios/check_nscp_api man/man8/icinga2.8.gz