diff options
44 files changed, 69 insertions, 55 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 5b13a623acb1..056428e772e0 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.13p1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -105,7 +105,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif .if defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} .else CONFIGURE_ARGS+=--with-snmp=no diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 5e1078c1d633..d004767378ab 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.3.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus/ \ http://ftp.andrew.cmu.edu/pub/cyrus/ \ @@ -156,7 +156,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif .if defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} .else CONFIGURE_ARGS+=--with-snmp=no diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index eb3b2d90c28e..d8b17e4bf7c2 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.4.10 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ #MASTER_SITES= http://www.cyrusimap.org/releases/snapshots/ @@ -150,7 +150,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} .else CONFIGURE_ARGS+=--with-snmp=no diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index a47e54592cd2..7fcaed51b817 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 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 d89f0744d50d..a736314c7065 100644 --- a/net-mgmt/braa/Makefile +++ b/net-mgmt/braa/Makefile @@ -7,14 +7,14 @@ PORTNAME= braa PORTVERSION= 0.81 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://s-tech.elsat.net.pl/braa/ MAINTAINER= stas@FreeBSD.org COMMENT= Tool for making SNMP queries -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes LDFLAGS+= -lcompat diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 17e6377837ef..6585d11ade2c 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -7,7 +7,7 @@ PORTNAME= spine PORTVERSION= 0.8.7.g -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-0.8.7g @@ -20,7 +20,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= skreuzer@FreeBSD.org COMMENT= A multithreaded poller for Cacti written in C -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 15af3de0b629..703d28fb2ea2 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.10.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -322,7 +322,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp PLIST_SUB+= SNMP="" .else diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 15af3de0b629..703d28fb2ea2 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.10.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -322,7 +322,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp PLIST_SUB+= SNMP="" .else diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index 88c6cebf7989..84d263f993a5 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/docsis/Makefile @@ -7,7 +7,7 @@ PORTNAME= docsis PORTVERSION= 0.9.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 05689e006fd0..4d8f2bb18b61 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -7,14 +7,14 @@ PORTNAME= mbrowse PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} MAINTAINER= eg@fbsd.lt COMMENT= An SNMP MIB Browser for X -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes PLIST_FILES= bin/mbrowse diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index 78340278a4a0..3bc7dae3d077 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.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.softwareforge.de/releases/${PORTNAME}/ MAINTAINER= sylvio@FreeBSD.org COMMENT= Additional SNMP plugins for Nagios -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes USE_AUTOTOOLS= automake14 autoheader autoconf diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index d151a40675f8..c5dc0342887a 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -6,6 +6,7 @@ PORTNAME= SNMP-Info PORTVERSION= 2.04 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= SF PKGNAMEPREFIX= p5- @@ -13,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= A perl5 module for gathering information from network devices -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp PERL_CONFIGURE= yes diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index 00d9b6c661a6..7891b95ffb51 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -6,7 +6,7 @@ PORTNAME= yapsnmp PORTVERSION= 0.7.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= arved@FreeBSD.org COMMENT= Python SNMP module based on net-snmp -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-mgmt/sdig/Makefile b/net-mgmt/sdig/Makefile index 8d4275369e6e..c4776dfa293c 100644 --- a/net-mgmt/sdig/Makefile +++ b/net-mgmt/sdig/Makefile @@ -7,13 +7,14 @@ PORTNAME= sdig PORTVERSION= 0.45 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= zi@FreeBSD.org COMMENT= Translate IP/DNS/WINS/MAC address into port description -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile index 5e91001a88fa..5503e03defb6 100644 --- a/net-mgmt/xymon-server/Makefile +++ b/net-mgmt/xymon-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= xymon PORTVERSION= 4.3.3 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} @@ -72,7 +73,7 @@ USE_OPENLDAP= yes .if defined(WITH_NETSNMP) MAKE_ENV+= WITH_NETSNMP=1 -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp .endif diff --git a/net-mgmt/zabbix-server/Makefile b/net-mgmt/zabbix-server/Makefile index c09accc97a74..54fd18d849e7 100644 --- a/net-mgmt/zabbix-server/Makefile +++ b/net-mgmt/zabbix-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.8.5 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile index c09accc97a74..54fd18d849e7 100644 --- a/net-mgmt/zabbix2-server/Makefile +++ b/net-mgmt/zabbix2-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.8.5 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index f9ca14f83ac4..3b741526b317 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.5.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 284ff15af3b7..a6b87537751a 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -145,7 +145,7 @@ CONFIGURE_ARGS+= --without-netsnmp .else PLIST_SUB+= WITH_SNMP="" CONFIGURE_ARGS+= --with-netsnmp -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp .endif .if !defined(WITH_JABBER) diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 841dbd518d13..ae91157ba5d5 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.6.2.19 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/callweaver/Makefile b/net/callweaver/Makefile index 29a82044b8a9..90a8f7282a14 100644 --- a/net/callweaver/Makefile +++ b/net/callweaver/Makefile @@ -6,7 +6,7 @@ PORTNAME= callweaver PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://devs.callweaver.org/release/ EXTRACT_SUFX= .tgz @@ -150,7 +150,7 @@ PLIST_SUB+= LDAP="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-res_snmp PLIST_SUB+= SNMP="" .else diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 968797db3683..098755f220e4 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeradius PORTVERSION?= 1.1.8 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ @@ -188,7 +188,7 @@ WITH_EXPERIMENTAL= yes .endif .ifdef(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp .else CONFIGURE_ARGS+=--without-snmp .endif diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 832698951a0e..08fd0a479ed4 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifstat PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 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.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp .else CONFIGURE_ARGS+= --without-snmp .endif diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 410bd3aaea2c..16166ed16374 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION= 4.2.7p181 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ @@ -55,7 +56,7 @@ pre-everything:: # NTP autodects net-snmp and if found builds and installs a binary that # uses it. If detected, modify dependencies and package list. BUILD_DEPENDS= ${LOCALBASE}/bin/net-snmp-config:${PORTSDIR}/net-mgmt/net-snmp -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB+= NETSNMP="" .else PLIST_SUB+= NETSNMP="@comment " diff --git a/net/quagga/Makefile b/net/quagga/Makefile index dd4d4b7f45c7..e5289651bf31 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -7,7 +7,7 @@ PORTNAME= quagga PORTVERSION= 0.99.17 -PORTREVISION= 8 +PORTREVISION= 9 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 1b51a757ee4f..00b122e4361d 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtg PORTVERSION= 0.7.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= SF diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 6c40f6e412c0..59ffadd555ff 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -7,6 +7,7 @@ PORTNAME= hplip PORTVERSION= 3.11.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -119,7 +120,7 @@ PLIST_SUB+= FAX="@comment " .if defined(WITH_SNMP) USE_OPENSSL= yes -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --enable-network-build . if ${ARCH} == i386 # http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144833 diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 2893275c2782..94b7c818585a 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -8,6 +8,7 @@ PORTNAME= fwbuilder DISTVERSION= 4.2.2 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= security BUILD= 3541 .if defined(DEVEL) @@ -30,7 +31,7 @@ CONFLICTS= fwbuilder-[23].* fwbuilder-devel-* \ libfwbuilder-[23].* libfwbuilder-devel-* .endif LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB= BUILD_VERSION=${DISTVERSION}.${BUILD} USE_QT_VER= 4 diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 6415fda16d27..fdcf55faca68 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= libfwbuilder DISTVERSION= 4.1.3 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 BUILD= 3421 CATEGORIES= security @@ -30,7 +31,7 @@ CONFLICTS= libfwbuilder-[23].* libfwbuilder-devel-* .endif LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB= BUILD_VERSION=${DISTVERSION} USE_QT_VER= 4 diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index e2b6e73c843f..4729e751111c 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= apcupsd PORTVERSION= 3.14.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%20Stable/${PORTVERSION}:src_sf \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/:src_bk \ @@ -108,7 +108,7 @@ CONFIGURE_ARGS+= --disable-snmp .endif .ifdef(WITH_SNMP_DRV_OLD) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --enable-net-snmp .else CONFIGURE_ARGS+= --disable-net-snmp diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 1b9df81cc980..b2e0da168581 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils #MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/sysutils/jailadmin/Makefile b/sysutils/jailadmin/Makefile index c8c94fc1b09e..489cb6860b41 100644 --- a/sysutils/jailadmin/Makefile +++ b/sysutils/jailadmin/Makefile @@ -7,7 +7,7 @@ PORTNAME= jailadmin PORTVERSION= 1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://subwiki.honeypot.net/pub/Freebsd/JailAdmin/ DISTNAME= jailadmin-${PORTVERSION} @@ -22,7 +22,7 @@ PORTDOCS= INSTALL README .include <bsd.port.pre.mk> .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB+= SNMP="" .else INSTALL_TARGET= installbase diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 2c227adc7705..54a3e97a5603 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -117,7 +117,7 @@ PLIST_SUB+= NUT_USB="@comment " .endif .if !defined(WITHOUT_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-snmp MAN8+= snmp-ups.8 PLIST_SUB+= NUT_SNMP="" diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index d400c12fd1df..ae7701114b41 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -112,7 +112,7 @@ PLIST_SUB+= NUT_USB="@comment " .endif .if !defined(WITHOUT_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-snmp MAN8+= snmp-ups.8 PLIST_SUB+= NUT_SNMP="" diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile index fa6c32ed1895..2130709f2bc5 100644 --- a/sysutils/openipmi/Makefile +++ b/sysutils/openipmi/Makefile @@ -7,7 +7,7 @@ PORTNAME= openipmi PORTVERSION= 2.0.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library/${PORTVERSION} DISTNAME= OpenIPMI-${PORTVERSION} diff --git a/sysutils/rsyslog3-snmp/Makefile b/sysutils/rsyslog3-snmp/Makefile index f479621a2814..2ace58c0184b 100644 --- a/sysutils/rsyslog3-snmp/Makefile +++ b/sysutils/rsyslog3-snmp/Makefile @@ -9,7 +9,7 @@ COMMENT= SNMP trap sender for rsyslog MNAME= snmp MTYPES= om -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp .include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk" diff --git a/sysutils/rsyslog4-devel-snmp/Makefile b/sysutils/rsyslog4-devel-snmp/Makefile index 924a92115801..cd5f4e78f1ad 100644 --- a/sysutils/rsyslog4-devel-snmp/Makefile +++ b/sysutils/rsyslog4-devel-snmp/Makefile @@ -9,7 +9,7 @@ COMMENT= SNMP trap sender for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog4-devel MNAME= snmp -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp diff --git a/sysutils/rsyslog4-devel/Makefile b/sysutils/rsyslog4-devel/Makefile index 5d3ade27b809..dc78b9e421b0 100644 --- a/sysutils/rsyslog4-devel/Makefile +++ b/sysutils/rsyslog4-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= rsyslog PORTVERSION= 4.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ .ifdef MNAME diff --git a/sysutils/rsyslog4-snmp/Makefile b/sysutils/rsyslog4-snmp/Makefile index 211258079e20..34ccae445c8a 100644 --- a/sysutils/rsyslog4-snmp/Makefile +++ b/sysutils/rsyslog4-snmp/Makefile @@ -9,7 +9,7 @@ COMMENT= SNMP trap sender for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog4 MNAME= snmp -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp diff --git a/sysutils/rsyslog4/Makefile b/sysutils/rsyslog4/Makefile index e593adf5f610..0cb26167586c 100644 --- a/sysutils/rsyslog4/Makefile +++ b/sysutils/rsyslog4/Makefile @@ -7,6 +7,7 @@ PORTNAME= rsyslog PORTVERSION= 4.6.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ .ifdef MNAME diff --git a/sysutils/rsyslog5-snmp/Makefile b/sysutils/rsyslog5-snmp/Makefile index f6a0e253d532..200ee8884c33 100644 --- a/sysutils/rsyslog5-snmp/Makefile +++ b/sysutils/rsyslog5-snmp/Makefile @@ -9,7 +9,7 @@ COMMENT= SNMP trap sender for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog5 MNAME= snmp -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp diff --git a/sysutils/rsyslog5/Makefile b/sysutils/rsyslog5/Makefile index c9ed25d6f8d5..019012a2b9df 100644 --- a/sysutils/rsyslog5/Makefile +++ b/sysutils/rsyslog5/Makefile @@ -7,6 +7,7 @@ PORTNAME= rsyslog PORTVERSION= 5.8.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ .ifdef MNAME diff --git a/sysutils/rsyslog6-devel-snmp/Makefile b/sysutils/rsyslog6-devel-snmp/Makefile index b181e3b9aeb0..4634fd969075 100644 --- a/sysutils/rsyslog6-devel-snmp/Makefile +++ b/sysutils/rsyslog6-devel-snmp/Makefile @@ -9,7 +9,7 @@ COMMENT= SNMP trap sender for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6-devel MNAME= snmp -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp diff --git a/sysutils/rsyslog6-devel/Makefile b/sysutils/rsyslog6-devel/Makefile index ef36b9d21b9e..65a9561b47f4 100644 --- a/sysutils/rsyslog6-devel/Makefile +++ b/sysutils/rsyslog6-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= rsyslog PORTVERSION= 6.1.10 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ .ifdef MNAME |