svn commit: r400209 - in head/net-mgmt/icinga2: . files

Lars Engels lme at FreeBSD.org
Mon Oct 26 21:30:46 UTC 2015


Author: lme
Date: Mon Oct 26 21:30:44 2015
New Revision: 400209
URL: https://svnweb.freebsd.org/changeset/ports/400209

Log:
  Update to 2.3.11

Modified:
  head/net-mgmt/icinga2/Makefile
  head/net-mgmt/icinga2/distinfo
  head/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt
  head/net-mgmt/icinga2/pkg-plist

Modified: head/net-mgmt/icinga2/Makefile
==============================================================================
--- head/net-mgmt/icinga2/Makefile	Mon Oct 26 21:11:42 2015	(r400208)
+++ head/net-mgmt/icinga2/Makefile	Mon Oct 26 21:30:44 2015	(r400209)
@@ -2,7 +2,7 @@
 
 PORTNAME=	icinga2
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.3.10
+DISTVERSION=	2.3.11
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	lme at FreeBSD.org

Modified: head/net-mgmt/icinga2/distinfo
==============================================================================
--- head/net-mgmt/icinga2/distinfo	Mon Oct 26 21:11:42 2015	(r400208)
+++ head/net-mgmt/icinga2/distinfo	Mon Oct 26 21:30:44 2015	(r400209)
@@ -1,2 +1,2 @@
-SHA256 (icinga-icinga2-v2.3.10_GH0.tar.gz) = d29880b1adfd21d650a72e04a36e4dadb899b8452c4917e25e7ec3c5e65582c1
-SIZE (icinga-icinga2-v2.3.10_GH0.tar.gz) = 830680
+SHA256 (icinga-icinga2-v2.3.11_GH0.tar.gz) = b499c46b9371e0046030226f61b9b056bc16e37138f318c88cd9dd2b4edf3152
+SIZE (icinga-icinga2-v2.3.11_GH0.tar.gz) = 843985

Modified: head/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt
==============================================================================
--- head/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt	Mon Oct 26 21:11:42 2015	(r400208)
+++ head/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt	Mon Oct 26 21:30:44 2015	(r400209)
@@ -1,10 +1,10 @@
---- itl/plugins-contrib.d/CMakeLists.txt.orig	2015-07-13 22:15:59.084514000 +0200
-+++ itl/plugins-contrib.d/CMakeLists.txt	2015-07-13 22:16:44.501021000 +0200
+--- itl/plugins-contrib.d/CMakeLists.txt.orig	2015-10-19 11:14:40.000000000 +0200
++++ itl/plugins-contrib.d/CMakeLists.txt	2015-10-26 15:42:41.023004000 +0100
 @@ -16,6 +16,6 @@
  # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  
  install(
--  FILES databases.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf
-+  FILES databases.conf.sample ipmi.conf.sample network-components.conf.sample operating-system.conf.sample virtualization.conf.sample vmware.conf.sample web.conf.sample
+-  FILES databases.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf hardware.conf
++  FILES databases.conf.sample ipmi.conf.sample network-components.conf.sample operating-system.conf.sample virtualization.conf.sample vmware.conf.sample web.conf.sample hardware.conf.sample
    DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include/plugins-contrib.d
  )

Modified: head/net-mgmt/icinga2/pkg-plist
==============================================================================
--- head/net-mgmt/icinga2/pkg-plist	Mon Oct 26 21:11:42 2015	(r400208)
+++ head/net-mgmt/icinga2/pkg-plist	Mon Oct 26 21:30:44 2015	(r400209)
@@ -107,6 +107,7 @@ sbin/icinga2
 %%DATADIR%%/include/plugins-contrib
 @sample %%DATADIR%%/include/plugins-contrib.d/databases.conf.sample
 @sample %%DATADIR%%/include/plugins-contrib.d/ipmi.conf.sample
+ at sample %%DATADIR%%/include/plugins-contrib.d/hardware.conf.sample
 @sample %%DATADIR%%/include/plugins-contrib.d/network-components.conf.sample
 @sample %%DATADIR%%/include/plugins-contrib.d/operating-system.conf.sample
 @sample %%DATADIR%%/include/plugins-contrib.d/virtualization.conf.sample


More information about the svn-ports-all mailing list