diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-02 19:14:17 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-02 19:14:17 +0000 |
commit | da2897022c647d5daf877b052b01078026b9bcda (patch) | |
tree | a453d24abd5fef9eb12c317aab3c0f61295308c9 /net-mgmt | |
parent | d8fd1a8696e0ed29195c9c40727c92134e01ad8a (diff) | |
download | ports-da2897022c647d5daf877b052b01078026b9bcda.tar.gz ports-da2897022c647d5daf877b052b01078026b9bcda.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/braa/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/collectd/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/collectd5/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/docsis/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Info/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/py-yapsnmp/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/sdig/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/zabbix-server/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix16-server/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2-server/Makefile | 2 |
13 files changed, 22 insertions, 17 deletions
diff --git a/net-mgmt/braa/Makefile b/net-mgmt/braa/Makefile index 22d5146be11d..d89f0744d50d 100644 --- a/net-mgmt/braa/Makefile +++ b/net-mgmt/braa/Makefile @@ -7,14 +7,14 @@ PORTNAME= braa PORTVERSION= 0.81 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://s-tech.elsat.net.pl/braa/ MAINTAINER= stas@FreeBSD.org COMMENT= Tool for making SNMP queries -LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes LDFLAGS+= -lcompat diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index a62fd5f0a83d..d9cba314e37c 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -7,6 +7,7 @@ PORTNAME= spine PORTVERSION= 0.8.7.e +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-0.8.7e @@ -14,7 +15,7 @@ DISTNAME= cacti-${PORTNAME}-0.8.7e MAINTAINER= skreuzer@FreeBSD.org COMMENT= A multithreaded poller for Cacti written in C -LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index df0b0a155e9e..aad4933f50f1 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -7,6 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.9.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -248,7 +249,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp PLIST_SUB+= SNMP="" .else diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index df0b0a155e9e..aad4933f50f1 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -7,6 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.9.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -248,7 +249,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp PLIST_SUB+= SNMP="" .else diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index 4a07d8b83c4b..88c6cebf7989 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -7,7 +7,7 @@ PORTNAME= docsis PORTVERSION= 0.9.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 2ddb6ab552fe..05689e006fd0 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -7,13 +7,14 @@ PORTNAME= mbrowse PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} MAINTAINER= eg@fbsd.lt COMMENT= An SNMP MIB Browser for X -LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes PLIST_FILES= bin/mbrowse diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index 5302743e85ad..0fe754950924 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -7,14 +7,14 @@ PORTNAME= nagios-snmp-plugins PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://www.softwareforge.de/releases/${PORTNAME}/ MAINTAINER= sylvio@FreeBSD.org COMMENT= Additional SNMP plugins for Nagios -LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:14 autoheader:262 autoconf:262 diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index c4cf3f0dfd81..812bee01de82 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -6,6 +6,7 @@ PORTNAME= SNMP-Info PORTVERSION= 2.01 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= SF PKGNAMEPREFIX= p5- @@ -13,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= A perl5 module for gathering information from network devices -LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp PERL_CONFIGURE= yes diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index beb0b28e12ec..c4266c4cb4a5 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -6,7 +6,7 @@ PORTNAME= yapsnmp PORTVERSION= 0.7.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= arved@FreeBSD.org COMMENT= Python SNMP module based on net-snmp -LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp LICENSE= LGPL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-mgmt/sdig/Makefile b/net-mgmt/sdig/Makefile index 656cd52c27cd..13a51a68b7a8 100644 --- a/net-mgmt/sdig/Makefile +++ b/net-mgmt/sdig/Makefile @@ -7,14 +7,14 @@ PORTNAME= sdig PORTVERSION= 0.43 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= raj@cserv62.csub.edu COMMENT= Translate IP/DNS/WINS/MAC address into port description -LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-mgmt/zabbix-server/Makefile b/net-mgmt/zabbix-server/Makefile index f77173543e98..6f7832e88539 100644 --- a/net-mgmt/zabbix-server/Makefile +++ b/net-mgmt/zabbix-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.8.2 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} diff --git a/net-mgmt/zabbix16-server/Makefile b/net-mgmt/zabbix16-server/Makefile index 5993a14797ea..5b157bc761f0 100644 --- a/net-mgmt/zabbix16-server/Makefile +++ b/net-mgmt/zabbix16-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.6.8 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile index f77173543e98..6f7832e88539 100644 --- a/net-mgmt/zabbix2-server/Makefile +++ b/net-mgmt/zabbix2-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.8.2 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} |