summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-06-08 12:55:22 +0000
committeredwin <edwin@FreeBSD.org>2003-06-08 12:55:22 +0000
commitc0655a86f0d40e3a9d09cd127a77100135dcbec6 (patch)
tree7cce163f4ce8b8700879812bb1900c7fbbc62d20 /net-mgmt
parent18a290c6f17df5a5292157e4f9059397c0fa5a3b (diff)
downloadFreeBSD-ports-c0655a86f0d40e3a9d09cd127a77100135dcbec6.zip
FreeBSD-ports-c0655a86f0d40e3a9d09cd127a77100135dcbec6.tar.gz
[MAINTAINER-UPDATE] Update nagios to 1.1
- update nagios port to 1.1 - add NAGIOS_FILE_PERFDATA switch to enable collection of performance data to a file (suggested by Douglas K. Rand <rand@meridian-enviro.com>) PR: ports/53034 Submitted by: Blaz Zupan <blaz.zupan@amis.net>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios/Makefile7
-rw-r--r--net-mgmt/nagios/distinfo2
-rw-r--r--net-mgmt/nagios12/Makefile7
-rw-r--r--net-mgmt/nagios12/distinfo2
-rw-r--r--net-mgmt/nagios2/Makefile7
-rw-r--r--net-mgmt/nagios2/distinfo2
6 files changed, 18 insertions, 9 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
index bce6781..7ef95c8 100644
--- a/net-mgmt/nagios/Makefile
+++ b/net-mgmt/nagios/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nagios
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=nagios
@@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
--with-mysql-xdata
.endif
+.if defined(NAGIOS_FILE_PERFDATA)
+CONFIGURE_ARGS+=--with-file-perfdata
+.endif
+
.if defined(WITH_POSTGRES)
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
diff --git a/net-mgmt/nagios/distinfo b/net-mgmt/nagios/distinfo
index a6612a6..f17e0d1 100644
--- a/net-mgmt/nagios/distinfo
+++ b/net-mgmt/nagios/distinfo
@@ -1 +1 @@
-MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e
+MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf
diff --git a/net-mgmt/nagios12/Makefile b/net-mgmt/nagios12/Makefile
index bce6781..7ef95c8 100644
--- a/net-mgmt/nagios12/Makefile
+++ b/net-mgmt/nagios12/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nagios
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=nagios
@@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
--with-mysql-xdata
.endif
+.if defined(NAGIOS_FILE_PERFDATA)
+CONFIGURE_ARGS+=--with-file-perfdata
+.endif
+
.if defined(WITH_POSTGRES)
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
diff --git a/net-mgmt/nagios12/distinfo b/net-mgmt/nagios12/distinfo
index a6612a6..f17e0d1 100644
--- a/net-mgmt/nagios12/distinfo
+++ b/net-mgmt/nagios12/distinfo
@@ -1 +1 @@
-MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e
+MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
index bce6781..7ef95c8 100644
--- a/net-mgmt/nagios2/Makefile
+++ b/net-mgmt/nagios2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nagios
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=nagios
@@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
--with-mysql-xdata
.endif
+.if defined(NAGIOS_FILE_PERFDATA)
+CONFIGURE_ARGS+=--with-file-perfdata
+.endif
+
.if defined(WITH_POSTGRES)
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \
diff --git a/net-mgmt/nagios2/distinfo b/net-mgmt/nagios2/distinfo
index a6612a6..f17e0d1 100644
--- a/net-mgmt/nagios2/distinfo
+++ b/net-mgmt/nagios2/distinfo
@@ -1 +1 @@
-MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e
+MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf
OpenPOWER on IntegriCloud