aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icinga2
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2015-10-26 21:30:44 +0000
committerLars Engels <lme@FreeBSD.org>2015-10-26 21:30:44 +0000
commit5aab2164d016064d096646d907d582c713f5abdb (patch)
tree26f8f72be1c7bead15a5bc8d0d72b9f658eea0d6 /net-mgmt/icinga2
parent3ee5b3be61aecfadba1dfeadaafced76ff83f3ff (diff)
downloadports-5aab2164d016064d096646d907d582c713f5abdb.tar.gz
ports-5aab2164d016064d096646d907d582c713f5abdb.zip
Update to 2.3.11
Notes
Notes: svn path=/head/; revision=400209
Diffstat (limited to 'net-mgmt/icinga2')
-rw-r--r--net-mgmt/icinga2/Makefile2
-rw-r--r--net-mgmt/icinga2/distinfo4
-rw-r--r--net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt8
-rw-r--r--net-mgmt/icinga2/pkg-plist1
4 files changed, 8 insertions, 7 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile
index aed2910e6198..4e4169bf94da 100644
--- a/net-mgmt/icinga2/Makefile
+++ b/net-mgmt/icinga2/Makefile
@@ -2,7 +2,7 @@
PORTNAME= icinga2
DISTVERSIONPREFIX= v
-DISTVERSION= 2.3.10
+DISTVERSION= 2.3.11
CATEGORIES= net-mgmt
MAINTAINER= lme@FreeBSD.org
diff --git a/net-mgmt/icinga2/distinfo b/net-mgmt/icinga2/distinfo
index 58c531685867..c66f22243be6 100644
--- a/net-mgmt/icinga2/distinfo
+++ b/net-mgmt/icinga2/distinfo
@@ -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
diff --git a/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt b/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt
index 451d61b87581..fe21d26c81e8 100644
--- a/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt
+++ b/net-mgmt/icinga2/files/patch-itl_plugins-contrib.d_CMakeLists.txt
@@ -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
)
diff --git a/net-mgmt/icinga2/pkg-plist b/net-mgmt/icinga2/pkg-plist
index cb2c1cb36e05..6717b6157050 100644
--- a/net-mgmt/icinga2/pkg-plist
+++ b/net-mgmt/icinga2/pkg-plist
@@ -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
+@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