aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2005-11-30 13:23:10 +0800
committerkuriyama <kuriyama@FreeBSD.org>2005-11-30 13:23:10 +0800
commit6b858f7dee09a58e39625ce488c8bccc00e859cb (patch)
treeb11744c10dd2b92dbe297cebfd655250855a4c3b /net
parent8bad2f31f7d330400081a24f5d9367f6f6885aef (diff)
downloadfreebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.gz
freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.zst
freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.zip
Chase shlib version bump of net-snmp.
Diffstat (limited to 'net')
-rw-r--r--net/cactid/Makefile4
-rw-r--r--net/ethereal/Makefile4
-rw-r--r--net/ifstat/Makefile4
-rw-r--r--net/quagga/Makefile4
-rw-r--r--net/rtg/Makefile3
-rw-r--r--net/wireshark/Makefile4
6 files changed, 12 insertions, 11 deletions
diff --git a/net/cactid/Makefile b/net/cactid/Makefile
index 1cbda3d470ce..a67b4efcd3c3 100644
--- a/net/cactid/Makefile
+++ b/net/cactid/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cactid
PORTVERSION= 0.8.6.f
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.cacti.net/downloads/cactid/
DISTNAME= cacti-${PORTNAME}-0.8.6f-${PORTREVISION}
@@ -15,7 +15,7 @@ DISTNAME= cacti-${PORTNAME}-0.8.6f-${PORTREVISION}
MAINTAINER= clement@FreeBSD.org
COMMENT= A multithreaded poller for Cacti written in C
-LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE}
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 4561e1504209..0505bf786d11 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.10.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ethereal.com/pub/ethereal/all-versions/
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --with-pcre=no
.endif
.if !defined(WITHOUT_SNMP) && !defined(LITE)
-LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
CONFIGURE_ARGS+= --with-net-snmp=${LOCALBASE}/bin/net-snmp-config
.else
CONFIGURE_ARGS+= --enable-snmp=no --with-ucd-snmp=no --with-net-snmp=no
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile
index 0769dc9a0ddb..700cecdd63e4 100644
--- a/net/ifstat/Makefile
+++ b/net/ifstat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ifstat
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
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.7:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+= --without-snmp
.endif
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index a1c1fda46e32..a7349ce59cb1 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quagga
PORTVERSION= 0.98.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://quagga.net/download/
@@ -122,7 +122,7 @@ CONFIGURE_ARGS+=--enable-snmp
.if defined(WITH_SNMP_4)
LIB_DEPENDS+=snmp.4:${PORTSDIR}/net-mgmt/net-snmp4:install
.else
-LIB_DEPENDS+=netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp:install
+LIB_DEPENDS+=netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp:install
.endif
.endif
diff --git a/net/rtg/Makefile b/net/rtg/Makefile
index d07bf83f5e5d..592e59c2c520 100644
--- a/net/rtg/Makefile
+++ b/net/rtg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rtg
PORTVERSION= 0.7.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rtg
@@ -15,7 +16,7 @@ MAINTAINER= so14k@so14k.com
COMMENT= A flexible, high-performance SNMP statistics monitoring system
LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client \
- netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
+ netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
MAN1= rtgplot.1 rtgpoll.1
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 4561e1504209..0505bf786d11 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.10.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ethereal.com/pub/ethereal/all-versions/
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --with-pcre=no
.endif
.if !defined(WITHOUT_SNMP) && !defined(LITE)
-LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
CONFIGURE_ARGS+= --with-net-snmp=${LOCALBASE}/bin/net-snmp-config
.else
CONFIGURE_ARGS+= --enable-snmp=no --with-ucd-snmp=no --with-net-snmp=no