diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:30 +0800 |
commit | 7080b62237fd548d204b8488db6e840fcd851d4b (patch) | |
tree | d8e7c98eb86a35829a71897a411d14a02b35abb2 /net-mgmt | |
parent | 879c2b53ffb6286bd81713d98c97138dd8d83785 (diff) | |
download | freebsd-ports-gnome-7080b62237fd548d204b8488db6e840fcd851d4b.tar.gz freebsd-ports-gnome-7080b62237fd548d204b8488db6e840fcd851d4b.tar.zst freebsd-ports-gnome-7080b62237fd548d204b8488db6e840fcd851d4b.zip |
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bigsister/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/braa/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/cacti/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/check_snmp_pkgvuln/Makefile | 1 | ||||
-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/jffnms/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nedi/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/netdisco/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Info/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Util/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php4-snmp/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php5-snmp/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/py-yapsnmp/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/sdig/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/snmptt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/tknetmon/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 4 |
23 files changed, 34 insertions, 21 deletions
diff --git a/net-mgmt/bigsister/Makefile b/net-mgmt/bigsister/Makefile index 4bd6121d4f77..41d266072be8 100644 --- a/net-mgmt/bigsister/Makefile +++ b/net-mgmt/bigsister/Makefile @@ -7,7 +7,7 @@ PORTNAME= bigsister PORTVERSION= 1.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-mgmt/braa/Makefile b/net-mgmt/braa/Makefile index e0009a93a553..22d5146be11d 100644 --- a/net-mgmt/braa/Makefile +++ b/net-mgmt/braa/Makefile @@ -7,14 +7,14 @@ PORTNAME= braa PORTVERSION= 0.81 -PORTREVISION= 1 +PORTREVISION= 2 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.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${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 2eb35fc2eaf4..eaa963ad0d2c 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -7,6 +7,7 @@ PORTNAME= spine PORTVERSION= 0.8.7.a +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-0.8.7a @@ -14,7 +15,7 @@ DISTNAME= cacti-${PORTNAME}-0.8.7a MAINTAINER= ports@FreeBSD.org COMMENT= A multithreaded poller for Cacti written in C -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 590c6cbe7d4a..cda3d8b09187 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -7,6 +7,7 @@ PORTNAME= cacti PORTVERSION= 0.8.7b${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ DISTFILES= ${PORTNAME}-${SITEDISTVERSION}${EXTRACT_SUFX} diff --git a/net-mgmt/check_snmp_pkgvuln/Makefile b/net-mgmt/check_snmp_pkgvuln/Makefile index dffe8ca72d25..ed2e631c5c31 100644 --- a/net-mgmt/check_snmp_pkgvuln/Makefile +++ b/net-mgmt/check_snmp_pkgvuln/Makefile @@ -7,6 +7,7 @@ PORTNAME= check_snmp_pkgvuln PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.cultdeadsheep.org/~clement/FreeBSD/nagios/ PKGNAMEPREFIX= nagios- diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index c077af485d54..12b22809322f 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -7,6 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ \ http://matt.peterson.org/FreeBSD/ports/ @@ -130,7 +131,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.16:${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 c077af485d54..12b22809322f 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -7,6 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ \ http://matt.peterson.org/FreeBSD/ports/ @@ -130,7 +131,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.16:${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 ebb2239c7d70..1dae1fda874c 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -7,7 +7,7 @@ PORTNAME= docsis PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-mgmt/jffnms/Makefile b/net-mgmt/jffnms/Makefile index 86287c39ed5e..d1e1c096f4b9 100644 --- a/net-mgmt/jffnms/Makefile +++ b/net-mgmt/jffnms/Makefile @@ -7,7 +7,7 @@ PORTNAME= jffnms PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index b809b4073b64..ad546b3708da 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -7,7 +7,7 @@ PORTNAME= mbrowse PORTVERSION= 0.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= http://www.kill-9.org/mbrowse/ @@ -17,7 +17,7 @@ COMMENT= An SNMP MIB Browser for X .if defined(WITH_NET_SNMP4) LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .else -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp .endif GNU_CONFIGURE= yes diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index ac0e0a99449b..4320e82a88e3 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -7,13 +7,14 @@ PORTNAME= nagios-snmp-plugins PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.softwareforge.de/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Additional SNMP plugins for Nagios -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:14 autoheader:261 autoconf:261 diff --git a/net-mgmt/nedi/Makefile b/net-mgmt/nedi/Makefile index 94bd6ca76331..2a5763363a58 100644 --- a/net-mgmt/nedi/Makefile +++ b/net-mgmt/nedi/Makefile @@ -7,6 +7,7 @@ PORTNAME= nedi DISTVERSION= 1.0.w +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile index 1d0f145da4a1..03f0999faad3 100644 --- a/net-mgmt/netdisco/Makefile +++ b/net-mgmt/netdisco/Makefile @@ -7,6 +7,7 @@ PORTNAME= netdisco PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index 20aba335f584..a64c40d3e537 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -6,6 +6,7 @@ PORTNAME= SNMP-Info PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= SF MASTER_SITE_SUBDIR= snmp-info @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= A perl5 module for gathering information from network devices -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp PERL_CONFIGURE= yes diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile index 1ccd5a5b08d1..5554d4a7715b 100644 --- a/net-mgmt/p5-SNMP-Util/Makefile +++ b/net-mgmt/p5-SNMP-Util/Makefile @@ -7,6 +7,7 @@ PORTNAME= SNMP-Util PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP diff --git a/net-mgmt/php4-snmp/Makefile b/net-mgmt/php4-snmp/Makefile index b7dd03cf50de..76bc9b3eb58a 100644 --- a/net-mgmt/php4-snmp/Makefile +++ b/net-mgmt/php4-snmp/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= net-mgmt MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/net-mgmt/php5-snmp/Makefile b/net-mgmt/php5-snmp/Makefile index d1801e7a7008..75daad2bfa9f 100644 --- a/net-mgmt/php5-snmp/Makefile +++ b/net-mgmt/php5-snmp/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= net-mgmt MASTERDIR= ${.CURDIR}/../../lang/php5 diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index cf1de0269b81..de2e9871cbd7 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -6,7 +6,7 @@ PORTNAME= yapsnmp PORTVERSION= 0.7.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= yapsnmp @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= arved@FreeBSD.org COMMENT= Python SNMP module based on net-snmp -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes diff --git a/net-mgmt/sdig/Makefile b/net-mgmt/sdig/Makefile index aa67679e292b..2db7b2b996e1 100644 --- a/net-mgmt/sdig/Makefile +++ b/net-mgmt/sdig/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdig PORTVERSION= 0.43 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= raj@cserv62.csub.edu COMMENT= Translate IP/DNS/WINS/MAC address into port description -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-mgmt/snmptt/Makefile b/net-mgmt/snmptt/Makefile index b563558f0ce7..7a45e4dc9d35 100644 --- a/net-mgmt/snmptt/Makefile +++ b/net-mgmt/snmptt/Makefile @@ -7,6 +7,7 @@ PORTNAME= snmptt PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/net-mgmt/tknetmon/Makefile b/net-mgmt/tknetmon/Makefile index 251a1e2c2b86..86c89155797e 100644 --- a/net-mgmt/tknetmon/Makefile +++ b/net-mgmt/tknetmon/Makefile @@ -7,7 +7,7 @@ PORTNAME= tknetmon PORTVERSION= 2.0.7a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://vfom.narod.ru/download/ diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 4a389e9dce91..ca292a55ff95 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -15,7 +15,7 @@ MASTER_SITES= SF MAINTAINER= sq@tvfaq.ru COMMENT= Application and network monitoring solution -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp \ +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp \ iksemel.4:${PORTSDIR}/textproc/iksemel \ curl.4:${PORTSDIR}/ftp/curl diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 4a389e9dce91..ca292a55ff95 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -15,7 +15,7 @@ MASTER_SITES= SF MAINTAINER= sq@tvfaq.ru COMMENT= Application and network monitoring solution -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp \ +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp \ iksemel.4:${PORTSDIR}/textproc/iksemel \ curl.4:${PORTSDIR}/ftp/curl |