aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2010-09-18 23:45:15 +0800
committerlth <lth@FreeBSD.org>2010-09-18 23:45:15 +0800
commit90d0b2250c98261dec7fef1d6290656f5e245ee0 (patch)
treedf943abdc937bb3deeb3c4eca420aa343b2603e3 /net-mgmt
parent24f44f04f8e8e2062cf5eac35845df7eaa1a6490 (diff)
downloadfreebsd-ports-gnome-90d0b2250c98261dec7fef1d6290656f5e245ee0.tar.gz
freebsd-ports-gnome-90d0b2250c98261dec7fef1d6290656f5e245ee0.tar.zst
freebsd-ports-gnome-90d0b2250c98261dec7fef1d6290656f5e245ee0.zip
Update to 6.0.1
PR: ports/149099 Submitted by: Takefu <takefu@airport.fm>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-Net-SNMP/Makefile7
-rw-r--r--net-mgmt/p5-Net-SNMP/distinfo6
-rw-r--r--net-mgmt/p5-Net-SNMP/pkg-descr15
-rw-r--r--net-mgmt/p5-Net-SNMP/pkg-plist12
4 files changed, 22 insertions, 18 deletions
diff --git a/net-mgmt/p5-Net-SNMP/Makefile b/net-mgmt/p5-Net-SNMP/Makefile
index 493f272b61d1..d38e47d24b32 100644
--- a/net-mgmt/p5-Net-SNMP/Makefile
+++ b/net-mgmt/p5-Net-SNMP/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= Net-SNMP
-PORTVERSION= 5.2.0
+PORTVERSION= 6.0.1
CATEGORIES= net-mgmt perl5
-MASTER_SITES= CPAN
+MASTER_SITES= CPAN/../../authors/id/D/DT/DTOWN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= lth@FreeBSD.org
-COMMENT= A perl module for SNMP... Net::SNMP
+COMMENT= Object oriented interface to SNMP
BUILD_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
diff --git a/net-mgmt/p5-Net-SNMP/distinfo b/net-mgmt/p5-Net-SNMP/distinfo
index 88f940ec9189..c668d2542510 100644
--- a/net-mgmt/p5-Net-SNMP/distinfo
+++ b/net-mgmt/p5-Net-SNMP/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-SNMP-5.2.0.tar.gz) = 0e717723f843ab22a93248833f3ebff7
-SHA256 (Net-SNMP-5.2.0.tar.gz) = 2e4d0a421e632930de475f900127e6e45d459df5eea9f1c31039f6091d67c358
-SIZE (Net-SNMP-5.2.0.tar.gz) = 83175
+MD5 (Net-SNMP-v6.0.1.tar.gz) = 6137f04f9942d703f66179f890e3d096
+SHA256 (Net-SNMP-v6.0.1.tar.gz) = 14c37bc1cbb3f3cdc7d6c13e0f27a859f14cdcfd5ea54a0467a88bc259b0b741
+SIZE (Net-SNMP-v6.0.1.tar.gz) = 94664
diff --git a/net-mgmt/p5-Net-SNMP/pkg-descr b/net-mgmt/p5-Net-SNMP/pkg-descr
index 753a5e759c62..f73645594ee0 100644
--- a/net-mgmt/p5-Net-SNMP/pkg-descr
+++ b/net-mgmt/p5-Net-SNMP/pkg-descr
@@ -1,8 +1,7 @@
-The module Net::SNMP implements an object oriented
-interface to the Simple Network Management Protocol. Perl
-applications can use the module to retrieve or update
-information on a remote host using the SNMP protocol.
-Net::SNMP is implemented completely in Perl, requires no
-compiling, and uses only standard Perl modules. Both
-SNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported
-by the module.
+The Net::SNMP module implements an object oriented interface to the
+Simple Network Management Protocol. Perl applications can use the
+module to retrieve or update information on a remote host using the
+SNMP protocol. The module supports SNMP version-1, SNMP version-2c
+(Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module
+assumes that the user has a basic understanding of the Simple Network
+Management Protocol and related network management concepts.
diff --git a/net-mgmt/p5-Net-SNMP/pkg-plist b/net-mgmt/p5-Net-SNMP/pkg-plist
index 68dae4d4af92..19cb2d16f7e2 100644
--- a/net-mgmt/p5-Net-SNMP/pkg-plist
+++ b/net-mgmt/p5-Net-SNMP/pkg-plist
@@ -8,13 +8,17 @@ bin/snmpkey
%%SITE_PERL%%/Net/SNMP/Security/Community.pm
%%SITE_PERL%%/Net/SNMP/Security/USM.pm
%%SITE_PERL%%/Net/SNMP/Transport.pm
-%%SITE_PERL%%/Net/SNMP/Transport/TCP.pm
-%%SITE_PERL%%/Net/SNMP/Transport/TCP6.pm
-%%SITE_PERL%%/Net/SNMP/Transport/UDP.pm
-%%SITE_PERL%%/Net/SNMP/Transport/UDP6.pm
+%%SITE_PERL%%/Net/SNMP/Transport/IPv4.pm
+%%SITE_PERL%%/Net/SNMP/Transport/IPv4/TCP.pm
+%%SITE_PERL%%/Net/SNMP/Transport/IPv4/UDP.pm
+%%SITE_PERL%%/Net/SNMP/Transport/IPv6.pm
+%%SITE_PERL%%/Net/SNMP/Transport/IPv6/TCP.pm
+%%SITE_PERL%%/Net/SNMP/Transport/IPv6/UDP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrm %%SITE_PERL%%/Net/SNMP/Transport/IPv6
+@dirrm %%SITE_PERL%%/Net/SNMP/Transport/IPv4
@dirrm %%SITE_PERL%%/Net/SNMP/Transport
@dirrm %%SITE_PERL%%/Net/SNMP/Security
@dirrm %%SITE_PERL%%/Net/SNMP