diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 09:19:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 09:19:04 +0800 |
commit | 0a23993ee737a5c7f86999b70de14c23cb8bb303 (patch) | |
tree | 017505a5c0b010280d4003ef49c85d841149c789 /net | |
parent | 512c546b626c81f8d41fe3a7e421c11ddf93f855 (diff) | |
download | freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.tar.gz freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.tar.zst freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.zip |
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/cactid/Makefile | 3 | ||||
-rw-r--r-- | net/ifstat/Makefile | 4 | ||||
-rw-r--r-- | net/quagga/Makefile | 4 | ||||
-rw-r--r-- | net/rtg/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 |
5 files changed, 10 insertions, 9 deletions
diff --git a/net/cactid/Makefile b/net/cactid/Makefile index d6943a74300d..81b100415735 100644 --- a/net/cactid/Makefile +++ b/net/cactid/Makefile @@ -7,6 +7,7 @@ PORTNAME= cactid PORTVERSION= 0.8.6.i +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.cacti.net/downloads/cactid/ DISTNAME= cacti-${PORTNAME}-0.8.6i @@ -14,7 +15,7 @@ DISTNAME= cacti-${PORTNAME}-0.8.6i MAINTAINER= clement@FreeBSD.org COMMENT= A multithreaded poller for Cacti written in C -LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 700cecdd63e4..8b429e192c4c 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifstat PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 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.9:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp .else CONFIGURE_ARGS+= --without-snmp .endif diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 467a639f173f..7cd5b0d6fe2f 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -7,7 +7,7 @@ PORTNAME= quagga PORTVERSION= 0.99.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ \ http://www.ru.quagga.net/download/ \ @@ -111,7 +111,7 @@ CONFIGURE_ARGS+=--enable-rtadv .if defined(WITH_SNMP) CONFIGURE_ARGS+=--enable-snmp -LIB_DEPENDS+=netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+=netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_TCPMD5) diff --git a/net/rtg/Makefile b/net/rtg/Makefile index 7e3c2e549365..a6cfef12b96b 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtg PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rtg @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A flexible, high-performance SNMP statistics monitoring system LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client \ - netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp MAN1= rtgplot.1 rtgpoll.1 diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 68e624983a4b..0796ac31c196 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,7 +7,7 @@ PORTNAME?= wireshark PORTVERSION= 0.99.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ DISTNAME= ${DATADIR_NAME}-${PORTVERSION} @@ -129,7 +129,7 @@ CONFIGURE_ARGS+=--without-portaudio .endif .if !defined(WITHOUT_SNMP) && !defined(LITE) -LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-net-snmp=${LOCALBASE}/bin/net-snmp-config \ --without-ucd-snmp .else |