diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:19:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:19:38 +0000 |
commit | ae9970fe43cc1c3f63b310294a2d948e2b84ec90 (patch) | |
tree | a1996dbfc607961fb7762b6126e062c7efb123ab /net | |
parent | bb25fde9242f916e28ab60e2d8de7b6b419674b7 (diff) | |
download | ports-ae9970fe43cc1c3f63b310294a2d948e2b84ec90.tar.gz ports-ae9970fe43cc1c3f63b310294a2d948e2b84ec90.zip |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Notes
Notes:
svn path=/head/; revision=94222
Diffstat (limited to 'net')
-rw-r--r-- | net/braa/Makefile | 3 | ||||
-rw-r--r-- | net/docsis/Makefile | 1 | ||||
-rw-r--r-- | net/ethereal/Makefile | 3 | ||||
-rw-r--r-- | net/mbrowse/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/Makefile | 3 | ||||
-rw-r--r-- | net/zabbix/Makefile | 4 |
6 files changed, 11 insertions, 6 deletions
diff --git a/net/braa/Makefile b/net/braa/Makefile index 1acb8b162787..4548ca3fcb74 100644 --- a/net/braa/Makefile +++ b/net/braa/Makefile @@ -7,13 +7,14 @@ PORTNAME= braa PORTVERSION= 0.41 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://s-tech.elsat.net.pl/braa/ MAINTAINER= krion@FreeBSD.org COMMENT= Tool for making SNMP queries -LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp USE_REINPLACE= yes diff --git a/net/docsis/Makefile b/net/docsis/Makefile index eb805b18831f..7d67dbde3828 100644 --- a/net/docsis/Makefile +++ b/net/docsis/Makefile @@ -7,6 +7,7 @@ PORTNAME= docsis PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 2b06505352a8..b8ab7b35b057 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -7,6 +7,7 @@ PORTNAME= ethereal PORTVERSION= 0.9.14 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -19,7 +20,7 @@ MAINTAINER= billf@FreeBSD.org COMMENT= An X11/GTK network analyzer/capture tool .if !defined(WITHOUT_SNMP) -LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp .endif CONFIGURE_ARGS= --program-transform-name="" diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile index 8494cd3e9f67..b0d406e9a9e8 100644 --- a/net/mbrowse/Makefile +++ b/net/mbrowse/Makefile @@ -7,6 +7,7 @@ PORTNAME= mbrowse PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.kill-9.org/mbrowse/ @@ -16,7 +17,7 @@ COMMENT= An SNMP MIB Browser for X .if defined(WITH_NET_SNMP4) LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 .else -LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp .endif GNU_CONFIGURE= yes diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 2b06505352a8..b8ab7b35b057 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,6 +7,7 @@ PORTNAME= ethereal PORTVERSION= 0.9.14 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -19,7 +20,7 @@ MAINTAINER= billf@FreeBSD.org COMMENT= An X11/GTK network analyzer/capture tool .if !defined(WITHOUT_SNMP) -LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp .endif CONFIGURE_ARGS= --program-transform-name="" diff --git a/net/zabbix/Makefile b/net/zabbix/Makefile index 5a544ab50cb7..f904bc604fed 100644 --- a/net/zabbix/Makefile +++ b/net/zabbix/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.0b10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -21,7 +21,7 @@ PKGNAMESUFFIX= -agent PLIST= ${MASTERDIR}/pkg-plist.agent PKGMESSAGE= nonexistent .else -LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp RUN_DEPENDS= php:${PORTSDIR}/lang/php4-nms USE_MYSQL= yes |