aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2015-01-14 01:50:16 +0800
committerlme <lme@FreeBSD.org>2015-01-14 01:50:16 +0800
commit8059a9396a038cc1f7dad6f4cf20c5a3f5516781 (patch)
treee60cb8a9b3f73eed9e42679104f25ed1dcb27713
parent6ff4fbcbbed53e42808f7d9d77752917f3472999 (diff)
downloadfreebsd-ports-gnome-8059a9396a038cc1f7dad6f4cf20c5a3f5516781.tar.gz
freebsd-ports-gnome-8059a9396a038cc1f7dad6f4cf20c5a3f5516781.tar.zst
freebsd-ports-gnome-8059a9396a038cc1f7dad6f4cf20c5a3f5516781.zip
- Update to 2.2.3
-rw-r--r--net-mgmt/icinga2/Makefile3
-rw-r--r--net-mgmt/icinga2/distinfo4
-rw-r--r--net-mgmt/icinga2/files/patch-lib_base_application.cpp14
3 files changed, 3 insertions, 18 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile
index 8c52e65f3bcd..c2cb1e18381a 100644
--- a/net-mgmt/icinga2/Makefile
+++ b/net-mgmt/icinga2/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= icinga2
-DISTVERSION= 2.2.2
-PORTREVISION= 1
+DISTVERSION= 2.2.3
CATEGORIES= net-mgmt
MASTER_SITES= http://github.com/Icinga/${PORTNAME}/archive/v${DISTVERSION}.tar.gz?dummy=/
diff --git a/net-mgmt/icinga2/distinfo b/net-mgmt/icinga2/distinfo
index 2056a7a7bc06..aa1cdc00bbd3 100644
--- a/net-mgmt/icinga2/distinfo
+++ b/net-mgmt/icinga2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (icinga2-2.2.2.tar.gz) = b04f49b8083d4507b4a3902843cd8d29a655833327706b390bf2a9c060d96caa
-SIZE (icinga2-2.2.2.tar.gz) = 689056
+SHA256 (icinga2-2.2.3.tar.gz) = 1cd6eebc5f9427d03ed12f188f73af0fe26b5b34f2bbdf29fe31024a0d8846b1
+SIZE (icinga2-2.2.3.tar.gz) = 690095
diff --git a/net-mgmt/icinga2/files/patch-lib_base_application.cpp b/net-mgmt/icinga2/files/patch-lib_base_application.cpp
deleted file mode 100644
index aaf01104400e..000000000000
--- a/net-mgmt/icinga2/files/patch-lib_base_application.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/base/application.cpp.orig 2015-01-07 20:24:52.914349279 +0100
-+++ lib/base/application.cpp 2015-01-07 20:28:25.822333330 +0100
-@@ -216,10 +216,7 @@
- rl.rlim_max = RLIM_INFINITY;
- }
-
-- if (set_stack_rlimit)
-- rl.rlim_cur = 256 * 1024;
-- else
-- rl.rlim_cur = rl.rlim_max;
-+ rl.rlim_cur = rl.rlim_max;
-
- if (setrlimit(RLIMIT_STACK, &rl) < 0)
- Log(LogNotice, "Application", "Could not adjust resource limit for stack size (RLIMIT_STACK)");