diff options
-rw-r--r-- | lang/php4/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/braa/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/docsis/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zabbix/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 4 | ||||
-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 | ||||
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 4 | ||||
-rw-r--r-- | security/libfwbuilder/Makefile | 4 | ||||
-rw-r--r-- | security/libfwbuilder2/Makefile | 4 |
15 files changed, 28 insertions, 20 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 4d03f4e64742..0c53bea4ed91 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -21,7 +21,7 @@ PORTNAME= php4 PORTVERSION= 4.3.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= lang devel www MASTER_SITES= http://www.php.net/distributions/:release \ http://it.php.net/distributions/:release \ @@ -582,7 +582,7 @@ CONFIGURE_ARGS+=--with-ncurses=${NCURSESBASE} .if exists(${LOCALBASE}/lib/libsnmp.so.4) 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 CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} --enable-ucd-snmp-hack .endif diff --git a/net-mgmt/braa/Makefile b/net-mgmt/braa/Makefile index 1acb8b162787..4548ca3fcb74 100644 --- a/net-mgmt/braa/Makefile +++ b/net-mgmt/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-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile index eb805b18831f..7d67dbde3828 100644 --- a/net-mgmt/docsis/Makefile +++ b/net-mgmt/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-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 8494cd3e9f67..b0d406e9a9e8 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/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-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 5a544ab50cb7..f904bc604fed 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/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 diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 5a544ab50cb7..f904bc604fed 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/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 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 diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index b3c124309c0b..ec945e0ff372 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -18,7 +18,7 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.5:${PORTSDIR}/net/net-snmp \ + netsnmp.6:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl CONFIGURE_SCRIPT= autogen.sh diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index b3c124309c0b..ec945e0ff372 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -18,7 +18,7 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.5:${PORTSDIR}/net/net-snmp \ + netsnmp.6:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl CONFIGURE_SCRIPT= autogen.sh diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile index b3c124309c0b..ec945e0ff372 100644 --- a/security/libfwbuilder2/Makefile +++ b/security/libfwbuilder2/Makefile @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -18,7 +18,7 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.5:${PORTSDIR}/net/net-snmp \ + netsnmp.6:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl CONFIGURE_SCRIPT= autogen.sh |