aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icinga2/Makefile
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2017-09-22 09:44:23 +0000
committerLars Engels <lme@FreeBSD.org>2017-09-22 09:44:23 +0000
commita0c072114a2cedf84ad119761250a58cab75e46d (patch)
tree237bacadd9a05777b921f1968d270e46c94f5192 /net-mgmt/icinga2/Makefile
parenta11c4be5f0ba3cc3d4e9f9e6c25b9ef90c5c2da4 (diff)
downloadports-a0c072114a2cedf84ad119761250a58cab75e46d.tar.gz
ports-a0c072114a2cedf84ad119761250a58cab75e46d.zip
Notes
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