diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-07-28 12:43:22 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-07-28 12:43:22 +0000 |
commit | c9e4736d2605489c89ee57fabda4f3b73ac7f697 (patch) | |
tree | fa4d8674f0da7472938b5014d40b6cebb69e4b18 /net | |
parent | a63158257c7d451ba40deeadea026a99862851d0 (diff) | |
download | ports-c9e4736d2605489c89ee57fabda4f3b73ac7f697.tar.gz ports-c9e4736d2605489c89ee57fabda4f3b73ac7f697.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk/Makefile | 1 | ||||
-rw-r--r-- | net/asterisk14/Makefile | 4 | ||||
-rw-r--r-- | net/asterisk16/Makefile | 1 | ||||
-rw-r--r-- | net/callweaver/Makefile | 4 | ||||
-rw-r--r-- | net/freeradius/Makefile | 4 | ||||
-rw-r--r-- | net/ifstat/Makefile | 4 | ||||
-rw-r--r-- | net/ntp-devel/Makefile | 3 | ||||
-rw-r--r-- | net/quagga/Makefile | 2 | ||||
-rw-r--r-- | net/rtg/Makefile | 2 |
9 files changed, 14 insertions, 11 deletions
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 |