aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/icinga2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/icinga2/Makefile')
-rw-r--r--net-mgmt/icinga2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile
index 4e2024f15f96..824a6b1d6e05 100644
--- a/net-mgmt/icinga2/Makefile
+++ b/net-mgmt/icinga2/Makefile
@@ -2,8 +2,7 @@
PORTNAME= icinga2
DISTVERSIONPREFIX= v
-DISTVERSION= 2.7.0
-PORTREVISION= 1
+DISTVERSION= 2.7.1
CATEGORIES= net-mgmt
MAINTAINER= lme@FreeBSD.org
@@ -12,12 +11,12 @@ COMMENT= Monitoring and management system for hosts, services and networks
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= does not build: Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0)
+
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libyajl.so:devel/yajl
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
-BROKEN_powerpc64= does not build: Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0)
-
USES= alias bison cmake execinfo libedit
USE_GITHUB= yes