From da2897022c647d5daf877b052b01078026b9bcda Mon Sep 17 00:00:00 2001 From: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> Date: Wed, 2 Jun 2010 19:14:17 +0000 Subject: - Chase net-snmp shlib bump --- net/asterisk-bristuff/Makefile | 4 ++-- net/asterisk/Makefile | 4 ++-- net/asterisk10/Makefile | 4 ++-- net/asterisk14/Makefile | 4 ++-- net/asterisk16/Makefile | 4 ++-- net/callweaver/Makefile | 4 ++-- net/ifstat/Makefile | 4 ++-- net/quagga/Makefile | 2 +- net/rtg/Makefile | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) (limited to 'net') diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index eb4a66df4343..cc866305aa91 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.26.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -155,7 +155,7 @@ CONFIGURE_ARGS+= --without-netsnmp .else PLIST_SUB+= WITH_SNMP="" CONFIGURE_ARGS+= --with-netsnmp -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp .endif .if !defined(WITH_JABBER) diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 60d6503f8dc9..285095eb39c8 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -141,7 +141,7 @@ CONFIGURE_ARGS+= --without-netsnmp .else PLIST_SUB+= WITH_SNMP="" CONFIGURE_ARGS+= --with-netsnmp -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp .endif .if !defined(WITH_JABBER) diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 60d6503f8dc9..285095eb39c8 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -141,7 +141,7 @@ CONFIGURE_ARGS+= --without-netsnmp .else PLIST_SUB+= WITH_SNMP="" CONFIGURE_ARGS+= --with-netsnmp -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp .endif .if !defined(WITH_JABBER) diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 60d6503f8dc9..285095eb39c8 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -141,7 +141,7 @@ CONFIGURE_ARGS+= --without-netsnmp .else PLIST_SUB+= WITH_SNMP="" CONFIGURE_ARGS+= --with-netsnmp -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp .endif .if !defined(WITH_JABBER) diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 74bf32c4bbbd..5ac19c7b526f 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.6.0.21 -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= 16 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ @@ -145,7 +145,7 @@ CONFIGURE_ARGS+= --without-netsnmp .else PLIST_SUB+= WITH_SNMP="" CONFIGURE_ARGS+= --with-netsnmp -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp .endif .if !defined(WITH_JABBER) diff --git a/net/callweaver/Makefile b/net/callweaver/Makefile index 7af2e600811c..3f9d757b050d 100644 --- a/net/callweaver/Makefile +++ b/net/callweaver/Makefile @@ -6,7 +6,7 @@ PORTNAME= callweaver PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://devs.callweaver.org/release/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -147,7 +147,7 @@ PLIST_SUB+= LDAP="@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+= --with-res_snmp PLIST_SUB+= SNMP="" .else diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index d58279c3167d..832698951a0e 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifstat PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,7 +26,7 @@ PLIST_FILES= bin/ifstat .include <bsd.port.pre.mk> .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp .else CONFIGURE_ARGS+= --without-snmp .endif diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 9ef50b47d1a2..b81dad406485 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -7,7 +7,7 @@ PORTNAME= quagga PORTVERSION= 0.99.15 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ \ http://www.ru.quagga.net/download/ \ diff --git a/net/rtg/Makefile b/net/rtg/Makefile index a166400b7bb4..929410092201 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -7,14 +7,14 @@ PORTNAME= rtg PORTVERSION= 0.7.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A flexible, high-performance SNMP statistics monitoring system -LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp MAN1= rtgplot.1 rtgpoll.1 -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0