Date: Fri, 30 Jul 2010 18:02:14 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org Cc: lth@FreeBSD.org Subject: ports/149099: [UPDATE] net-mgmt/p5-Net-SNMP: update to 6.0.0 Message-ID: <4C529516.7020700@airport.fm> Resent-Message-ID: <201007300910.o6U9A7Qp016893@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149099 >Category: ports >Synopsis: [UPDATE] net-mgmt/p5-Net-SNMP: update to 6.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 30 09:10:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: >Organization: FOX Amateur Radio Club >Environment: >Description: update to 5.2.0 -> 6.0.0 Port maintainer (lth@FreeBSD.org) is cc'd. >How-To-Repeat: >Fix: --- p5-Net-SNMP.diff begins here --- diff -ruN /usr/ports/net-mgmt/p5-Net-SNMP/Makefile net-mgmt/p5-Net-SNMP/Makefile --- /usr/ports/net-mgmt/p5-Net-SNMP/Makefile 2010-07-21 16:58:28.000000000 +0900 +++ net-mgmt/p5-Net-SNMP/Makefile 2010-07-30 08:50:19.000000000 +0900 @@ -6,10 +6,11 @@ # PORTNAME= Net-SNMP -PORTVERSION= 5.2.0 +PORTVERSION= 6.0.0 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 diff -ruN /usr/ports/net-mgmt/p5-Net-SNMP/distinfo net-mgmt/p5-Net-SNMP/distinfo --- /usr/ports/net-mgmt/p5-Net-SNMP/distinfo 2010-07-21 16:58:28.000000000 +0900 +++ net-mgmt/p5-Net-SNMP/distinfo 2010-07-30 08:09:50.000000000 +0900 @@ -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.0.tar.gz) = 7d10b4a0fc8983a110f58e753a11cade +SHA256 (Net-SNMP-v6.0.0.tar.gz) = a5662a1f57b326bf060b5fa30dcf5a589b9171d6f4bedb398751c7c5cf898166 +SIZE (Net-SNMP-v6.0.0.tar.gz) = 93840 diff -ruN /usr/ports/net-mgmt/p5-Net-SNMP/pkg-descr net-mgmt/p5-Net-SNMP/pkg-descr --- /usr/ports/net-mgmt/p5-Net-SNMP/pkg-descr 2010-07-21 16:58:28.000000000 +0900 +++ net-mgmt/p5-Net-SNMP/pkg-descr 2010-07-30 08:49:50.000000000 +0900 @@ -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 -ruN /usr/ports/net-mgmt/p5-Net-SNMP/pkg-plist net-mgmt/p5-Net-SNMP/pkg-plist --- /usr/ports/net-mgmt/p5-Net-SNMP/pkg-plist 2010-07-21 16:58:29.000000000 +0900 +++ net-mgmt/p5-Net-SNMP/pkg-plist 2010-07-30 11:04:47.000000000 +0900 @@ -8,13 +8,17 @@ %%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 --- p5-Net-SNMP.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C529516.7020700>