diff options
author | sylvio <sylvio@FreeBSD.org> | 2011-07-28 20:43:22 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2011-07-28 20:43:22 +0800 |
commit | 8888d4914586f0891367ae86e6e655cd02dd950e (patch) | |
tree | f353416210d7728053d46c0e574cab6eacf6e402 /net-mgmt | |
parent | 0082fe1944db187a7eb224f2c6d10788776cf7c2 (diff) | |
download | freebsd-ports-gnome-8888d4914586f0891367ae86e6e655cd02dd950e.tar.gz freebsd-ports-gnome-8888d4914586f0891367ae86e6e655cd02dd950e.tar.zst freebsd-ports-gnome-8888d4914586f0891367ae86e6e655cd02dd950e.zip |
- Chase net-snmp shlib version bump.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/braa/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/collectd/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/collectd5/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/docsis/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 4 | ||||
-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 | 3 | ||||
-rw-r--r-- | net-mgmt/xymon-server/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zabbix-server/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/zabbix2-server/Makefile | 1 |
13 files changed, 23 insertions, 18 deletions
diff --git a/net-mgmt/braa/Makefile b/net-mgmt/braa/Makefile index d89f0744d50d..a736314c7065 100644 --- a/net-mgmt/braa/Makefile +++ b/net-mgmt/braa/Makefile @@ -7,14 +7,14 @@ PORTNAME= braa PORTVERSION= 0.81 -PORTREVISION= 3 +PORTREVISION= 4 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.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${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 17e6377837ef..6585d11ade2c 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -7,7 +7,7 @@ PORTNAME= spine PORTVERSION= 0.8.7.g -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-0.8.7g @@ -20,7 +20,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= skreuzer@FreeBSD.org COMMENT= A multithreaded poller for Cacti written in C -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${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 15af3de0b629..703d28fb2ea2 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.10.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -322,7 +322,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${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 15af3de0b629..703d28fb2ea2 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.10.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -322,7 +322,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${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 88c6cebf7989..84d263f993a5 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -7,7 +7,7 @@ PORTNAME= docsis PORTVERSION= 0.9.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 05689e006fd0..4d8f2bb18b61 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -7,14 +7,14 @@ PORTNAME= mbrowse PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} MAINTAINER= eg@fbsd.lt COMMENT= An SNMP MIB Browser for X -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${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 78340278a4a0..3bc7dae3d077 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= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.softwareforge.de/releases/${PORTNAME}/ MAINTAINER= sylvio@FreeBSD.org COMMENT= Additional SNMP plugins for Nagios -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes USE_AUTOTOOLS= automake14 autoheader autoconf diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index d151a40675f8..c5dc0342887a 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -6,6 +6,7 @@ PORTNAME= SNMP-Info PORTVERSION= 2.04 +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.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp PERL_CONFIGURE= yes diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index 00d9b6c661a6..7891b95ffb51 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -6,7 +6,7 @@ PORTNAME= yapsnmp PORTVERSION= 0.7.8 -PORTREVISION= 6 +PORTREVISION= 7 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.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-mgmt/sdig/Makefile b/net-mgmt/sdig/Makefile index 8d4275369e6e..c4776dfa293c 100644 --- a/net-mgmt/sdig/Makefile +++ b/net-mgmt/sdig/Makefile @@ -7,13 +7,14 @@ PORTNAME= sdig PORTVERSION= 0.45 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= zi@FreeBSD.org COMMENT= Translate IP/DNS/WINS/MAC address into port description -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile index 5e91001a88fa..5503e03defb6 100644 --- a/net-mgmt/xymon-server/Makefile +++ b/net-mgmt/xymon-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= xymon PORTVERSION= 4.3.3 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} @@ -72,7 +73,7 @@ USE_OPENLDAP= yes .if defined(WITH_NETSNMP) MAKE_ENV+= WITH_NETSNMP=1 -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp .endif diff --git a/net-mgmt/zabbix-server/Makefile b/net-mgmt/zabbix-server/Makefile index c09accc97a74..54fd18d849e7 100644 --- a/net-mgmt/zabbix-server/Makefile +++ b/net-mgmt/zabbix-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.8.5 +PORTREVISION= 1 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 c09accc97a74..54fd18d849e7 100644 --- a/net-mgmt/zabbix2-server/Makefile +++ b/net-mgmt/zabbix2-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.8.5 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} |