diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
commit | b650876e963062651e843375d9035e795f8374d8 (patch) | |
tree | 42f15e742451b527b3ca816be69895f50678abc1 | |
parent | de310693e85521514938b64185d9b5d6c25cb416 (diff) | |
download | ports-b650876e963062651e843375d9035e795f8374d8.tar.gz ports-b650876e963062651e843375d9035e795f8374d8.zip |
Chase shlib version bump of net-snmp.
Notes
Notes:
svn path=/head/; revision=149997
45 files changed, 72 insertions, 53 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/french/plgrenouille/Makefile b/french/plgrenouille/Makefile index dbea82e1b843..12c2a15b4a10 100644 --- a/french/plgrenouille/Makefile +++ b/french/plgrenouille/Makefile @@ -7,7 +7,7 @@ PORTNAME= plgrenouille PORTVERSION= 0.70.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french net MASTER_SITES= http://concept.free.free.fr/plgrenouille/debian/ DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= cyrille.lefevre@laposte.net COMMENT= Un client pour determiner votre bande passante a un raccordement large bande -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index 78a30ff5cce5..160ff450ec14 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -8,7 +8,7 @@ PORTNAME= hpoj PORTVERSION= 0.91 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpoj @@ -55,7 +55,7 @@ PLIST_SUB+= CUPS="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--with-snmp=${LOCALBASE}/include/net-snmp/library .else CONFIGURE_ARGS+=--without-snmp diff --git a/lang/php4/Makefile b/lang/php4/Makefile index b1ff0dab6e7e..cfe25a152aae 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -7,7 +7,7 @@ PORTNAME= php4 PORTVERSION= 4.4.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 56a31f86b18b..726cadb2fcde 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -461,7 +461,7 @@ pre-configure: . if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 . else -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp . endif .endif diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 17a4f807600a..b8c64b12ed6d 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 11eef6fbfb59..b4afef087967 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -474,7 +474,7 @@ pre-configure: . if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 . else -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp . endif .endif diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 17a4f807600a..b8c64b12ed6d 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 11eef6fbfb59..b4afef087967 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -474,7 +474,7 @@ pre-configure: . if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 . else -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp . endif .endif diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index a92756663d7c..cb5f8c7b0747 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -187,7 +187,7 @@ BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!" .if defined(WITH_SNMP_4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .elif defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index a92756663d7c..cb5f8c7b0747 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -187,7 +187,7 @@ BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!" .if defined(WITH_SNMP_4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .elif defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index a92756663d7c..cb5f8c7b0747 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -187,7 +187,7 @@ BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!" .if defined(WITH_SNMP_4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .elif defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/net-mgmt/braa/Makefile b/net-mgmt/braa/Makefile index e42b23e3f7a6..f583a3968775 100644 --- a/net-mgmt/braa/Makefile +++ b/net-mgmt/braa/Makefile @@ -7,14 +7,14 @@ PORTNAME= braa PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://s-tech.elsat.net.pl/braa/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for making SNMP queries -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes USE_REINPLACE= yes diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 1cbda3d470ce..a67b4efcd3c3 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/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-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index c8786d0bee90..7864c4017c01 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -7,7 +7,7 @@ PORTNAME= docsis PORTVERSION= 0.8.2 -PORTREVISION= 3 +PORTREVISION= 4 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 8ec7f81dfe3b..8ba9c89da8f4 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -7,7 +7,7 @@ PORTNAME= mbrowse PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 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.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${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 c5eb9820046f..6935d910068f 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -7,14 +7,14 @@ PORTNAME= nagios-snmp-plugins PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.hometree.net/pub/${PORTNAME}/ MAINTAINER= bms@FreeBSD.org COMMENT= Additional SNMP plugins for Nagios -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:14 autoheader:213 autoconf:213 diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index e67c75af182c..ee862058e188 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -6,7 +6,7 @@ PORTNAME= SNMP-Info PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= snmp-info @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= arved@FreeBSD.org COMMENT= A perl5 module for gathering information from network devices -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp PERL_CONFIGURE= yes diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index 9ce47ca02206..3b512d9cc431 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -6,6 +6,7 @@ PORTNAME= yapsnmp PORTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= yapsnmp @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= arved@FreeBSD.org COMMENT= Python SNMP module based on net-snmp -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes USE_PYTHON= yes diff --git a/net-mgmt/sdig/Makefile b/net-mgmt/sdig/Makefile index 81644037d923..514dcc546bed 100644 --- a/net-mgmt/sdig/Makefile +++ b/net-mgmt/sdig/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdig PORTVERSION= 0.43 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,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.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 25bf62306c5c..dc3a7a463c5a 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES?= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -26,7 +26,7 @@ OPTIONS= PGSQL "Use a PostgreSQL backend" off \ PKGNAMESUFFIX= -agent PLIST= ${MASTERDIR}/pkg-plist.agent .else # ZABBIX_AGENT_ONLY -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp USE_PHP= gd snmp sockets SUB_FILES= pkg-message .endif # ZABBIX_AGENT_ONLY diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 25bf62306c5c..dc3a7a463c5a 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES?= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -26,7 +26,7 @@ OPTIONS= PGSQL "Use a PostgreSQL backend" off \ PKGNAMESUFFIX= -agent PLIST= ${MASTERDIR}/pkg-plist.agent .else # ZABBIX_AGENT_ONLY -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp USE_PHP= gd snmp sockets SUB_FILES= pkg-message .endif # ZABBIX_AGENT_ONLY 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 diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 25a608ad7563..69572743ba64 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -6,6 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -15,7 +16,7 @@ COMMENT= Firewall Builder API BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp USE_QT_VER= 3 diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 25a608ad7563..69572743ba64 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -6,6 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -15,7 +16,7 @@ COMMENT= Firewall Builder API BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp USE_QT_VER= 3 diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile index 25a608ad7563..69572743ba64 100644 --- a/security/libfwbuilder2/Makefile +++ b/security/libfwbuilder2/Makefile @@ -6,6 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -15,7 +16,7 @@ COMMENT= Firewall Builder API BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp USE_QT_VER= 3 diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 542cf787b033..f4f4d770ddf5 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= apcupsd PORTVERSION= 3.10.18 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -59,7 +59,7 @@ CONFIGURE_ARGS+=--enable-master-slave .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp .endif diff --git a/sysutils/jailadmin/Makefile b/sysutils/jailadmin/Makefile index 576fce12db74..35eab3a1604d 100644 --- a/sysutils/jailadmin/Makefile +++ b/sysutils/jailadmin/Makefile @@ -7,7 +7,7 @@ PORTNAME= jailadmin PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://subwiki.honeypot.net/pub/Freebsd/JailAdmin/ DISTNAME= jailadmin-${PORTVERSION} @@ -26,7 +26,7 @@ PORTDOCS= INSTALL README .if exists(${LOCALBASE}/lib/libsnmp.so.4) || defined(WITH_SNMP4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .else -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp .endif PLIST_SUB+= SNMP="" .else diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index e0b807227263..edd9314862ff 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -7,6 +7,7 @@ PORTNAME= nut PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://eu1.networkupstools.org/source/${PORTVERSION:R}/ \ http://us1.networkupstools.org/source/${PORTVERSION:R}/ @@ -83,7 +84,7 @@ MAN8= newhidups.8 .endif .if ${SUBSYS} == snmp -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp ALL_TARGET= snmp INSTALL_TARGET= install-snmp diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index e0b807227263..edd9314862ff 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -7,6 +7,7 @@ PORTNAME= nut PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://eu1.networkupstools.org/source/${PORTVERSION:R}/ \ http://us1.networkupstools.org/source/${PORTVERSION:R}/ @@ -83,7 +84,7 @@ MAN8= newhidups.8 .endif .if ${SUBSYS} == snmp -LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp ALL_TARGET= snmp INSTALL_TARGET= install-snmp diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index e465f3ebecf1..545c2aeb6395 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |