From takefu@airport.fm  Fri Jul 30 09:02:16 2010
Return-Path: <takefu@airport.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 867881065672;
	Fri, 30 Jul 2010 09:02:16 +0000 (UTC)
	(envelope-from takefu@airport.fm)
Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 3B10C8FC24;
	Fri, 30 Jul 2010 09:02:15 +0000 (UTC)
Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1])
	by ae-osaka.co.jp (Postfix) with ESMTP id 2BC7D11471;
	Fri, 30 Jul 2010 18:02:15 +0900 (JST)
Received: from ae-osaka.co.jp ([127.0.0.1])
	by ae-osaka.co.jp (ae-osaka.co.jp [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id bVGRVllJuIaC; Fri, 30 Jul 2010 18:02:15 +0900 (JST)
Received: from [IPv6:2001:3e0:4ec:a011:79d8:2818:19ef:c89e] (unknown [IPv6:2001:3e0:4ec:a011:79d8:2818:19ef:c89e])
	by ae-osaka.co.jp (Postfix) with ESMTPSA id EBAEE1146E;
	Fri, 30 Jul 2010 18:02:14 +0900 (JST)
Message-Id: <4C529516.7020700@airport.fm>
Date: Fri, 30 Jul 2010 18:02:14 +0900
From: Takefu <takefu@airport.fm>
Reply-To: takefu@airport.fm
To: freebsd-gnats-submit@freebsd.org
Cc: lth@FreeBSD.org
Subject: [UPDATE] net-mgmt/p5-Net-SNMP: update to 6.0.0

>Number:         149099
>Category:       ports
>Synopsis:       [UPDATE] net-mgmt/p5-Net-SNMP: update to 6.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 09:10:06 UTC 2010
>Closed-Date:    Sat Sep 18 15:46:02 UTC 2010
>Last-Modified:  Sat Sep 18 15:50:01 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 30 09:11:57 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149099 

From: Takefu <takefu@airport.fm>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/149099: [UPDATE] net-mgmt/p5-Net-SNMP: update to 6.0.0
Date: Thu, 12 Aug 2010 14:16:03 +0900

 Bug #59160 for Net-SNMP: Attribute "locked" is deprecated
 https://rt.cpan.org/Public/Bug/Display.html?id=59160
 
 
 ---  Net_SNMP.pm.diff.shar begins here ---
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	files
 #	files/patch-lib_Net_SNMP.pm
 #
 echo c - files
 mkdir -p files > /dev/null 2>&1
 echo x - files/patch-lib_Net_SNMP.pm
 sed 's/^X//' >files/patch-lib_Net_SNMP.pm << '95c06e8d31b444cb603916e9345531e5'
 X--- lib/Net/SNMP.pm.locked	2009-09-09 17:13:02.000000000 +0200
 X+++ lib/Net/SNMP.pm	2010-07-07 14:08:40.000000000 +0200
 X@@ -597,7 +597,7 @@
 X
 X =cut
 X
 X-sub close : locked : method
 X+sub close : method
 X {
 X    my ($this) = @_;
 X
 X@@ -661,7 +661,7 @@
 X
 X =cut
 X
 X-sub get_request : locked : method
 X+sub get_request : method
 X {
 X    my $this = shift;
 X
 X@@ -714,7 +714,7 @@
 X
 X =cut
 X
 X-sub get_next_request : locked : method
 X+sub get_next_request : method
 X {
 X    my $this = shift;
 X
 X@@ -770,7 +770,7 @@
 X
 X =cut
 X
 X-sub set_request : locked : method
 X+sub set_request : method
 X {
 X    my $this = shift;
 X
 X@@ -875,7 +875,7 @@
 X
 X =cut
 X
 X-sub trap : locked : method
 X+sub trap : method
 X {
 X    my $this = shift;
 X
 X@@ -958,7 +958,7 @@
 X
 X =cut
 X
 X-sub get_bulk_request : locked : method
 X+sub get_bulk_request : method
 X {
 X    my $this = shift;
 X
 X@@ -1034,7 +1034,7 @@
 X
 X =cut
 X
 X-sub inform_request : locked : method
 X+sub inform_request : method
 X {
 X    my $this = shift;
 X
 X@@ -1109,7 +1109,7 @@
 X
 X =cut
 X
 X-sub snmpv2_trap : locked : method
 X+sub snmpv2_trap : method
 X {
 X    my $this = shift;
 X
 X@@ -1174,7 +1174,7 @@
 X
 X =cut
 X
 X-sub get_table : locked : method
 X+sub get_table : method
 X {
 X    my $this = shift;
 X
 X@@ -1327,7 +1327,7 @@
 X
 X =cut
 X
 X-sub get_entries : locked : method
 X+sub get_entries : method
 X {
 X    my $this = shift;
 X
 X@@ -1559,7 +1559,7 @@
 X
 X =cut
 X
 X-sub version : locked : method
 X+sub version : method
 X {
 X    my ($this) = @_;
 X
 X@@ -1577,7 +1577,7 @@
 X
 X =cut
 X
 X-sub error : locked : method
 X+sub error : method
 X {
 X    return $_[0]->{_error} || q{};
 X }
 X@@ -1591,7 +1591,7 @@
 X
 X =cut
 X
 X-sub hostname : locked : method
 X+sub hostname : method
 X {
 X    return $_[0]->{_hostname};
 X }
 X@@ -1605,7 +1605,7 @@
 X
 X =cut
 X
 X-sub error_status : locked : method
 X+sub error_status : method
 X {
 X    return defined($_[0]->{_pdu}) ? $_[0]->{_pdu}->error_status() : 0;
 X }
 X@@ -1619,7 +1619,7 @@
 X
 X =cut
 X
 X-sub error_index : locked : method
 X+sub error_index : method
 X {
 X    return defined($_[0]->{_pdu}) ? $_[0]->{_pdu}->error_index() : 0;
 X }
 X@@ -1641,7 +1641,7 @@
 X
 X =cut
 X
 X-sub var_bind_list : locked : method
 X+sub var_bind_list : method
 X {
 X    return defined($_[0]->{_pdu}) ? $_[0]->{_pdu}->var_bind_list() : undef;
 X }
 X@@ -1661,7 +1661,7 @@
 X
 X =cut
 X
 X-sub var_bind_names : locked : method
 X+sub var_bind_names : method
 X {
 X    return defined($_[0]->{_pdu}) ? @{$_[0]->{_pdu}->var_bind_names()} : ();
 X }
 X@@ -1681,7 +1681,7 @@
 X
 X =cut
 X
 X-sub var_bind_types : locked : method
 X+sub var_bind_types : method
 X {
 X    return defined($_[0]->{_pdu}) ? $_[0]->{_pdu}->var_bind_types() : undef;
 X }
 X@@ -1702,7 +1702,7 @@
 X
 X =cut
 X
 X-sub timeout : locked : method
 X+sub timeout : method
 X {
 X    my $this = shift;
 X
 X@@ -1732,7 +1732,7 @@
 X
 X =cut
 X
 X-sub retries : locked : method
 X+sub retries : method
 X {
 X    my $this = shift;
 X
 X@@ -1769,7 +1769,7 @@
 X
 X =cut
 X
 X-sub max_msg_size : locked : method
 X+sub max_msg_size : method
 X {
 X    my $this = shift;
 X
 X@@ -1876,7 +1876,7 @@
 X
 X =cut
 X
 X-sub translate : locked : method
 X+sub translate : method
 X {
 X    my ($this, $mask) = @_;
 X
 X@@ -2001,22 +2001,22 @@
 X    return debug(undef, $_[0]);
 X }
 X
 X-sub pdu : locked : method
 X+sub pdu : method
 X {
 X    return $_[0]->{_pdu};
 X }
 X
 X-sub nonblocking : locked : method
 X+sub nonblocking : method
 X {
 X    return $_[0]->{_nonblocking};
 X }
 X
 X-sub security : locked : method
 X+sub security : method
 X {
 X    return $_[0]->{_security};
 X }
 X
 X-sub transport : locked : method
 X+sub transport : method
 X {
 X    return $_[0]->{_transport};
 X }
 95c06e8d31b444cb603916e9345531e5
 exit
 ---  Net_SNMP.pm.diff.shar ends here ---

From: Takefu <takefu@airport.fm>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/149099: [UPDATE] net-mgmt/p5-Net-SNMP: update to 6.0.0
Date: Thu, 12 Aug 2010 14:16:03 +0900

 Bug #59160 for Net-SNMP: Attribute "locked" is deprecated
 https://rt.cpan.org/Public/Bug/Display.html?id=59160
 
 
 ---  Net_SNMP.pm.diff.shar begins here ---
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	files
 #	files/patch-lib_Net_SNMP.pm
 #
 echo c - files
 mkdir -p files > /dev/null 2>&1
 echo x - files/patch-lib_Net_SNMP.pm
 sed 's/^X//' >files/patch-lib_Net_SNMP.pm << '95c06e8d31b444cb603916e9345531e5'
 X--- lib/Net/SNMP.pm.locked	2009-09-09 17:13:02.000000000 +0200
 X+++ lib/Net/SNMP.pm	2010-07-07 14:08:40.000000000 +0200
 X@@ -597,7 +597,7 @@
 X
 X =cut
 X
 X-sub close : locked : method
 X+sub close : method
 X {
 X    my ($this) = @_;
 X
 X@@ -661,7 +661,7 @@
 X
 X =cut
 X
 X-sub get_request : locked : method
 X+sub get_request : method
 X {
 X    my $this = shift;
 X
 X@@ -714,7 +714,7 @@
 X
 X =cut
 X
 X-sub get_next_request : locked : method
 X+sub get_next_request : method
 X {
 X    my $this = shift;
 X
 X@@ -770,7 +770,7 @@
 X
 X =cut
 X
 X-sub set_request : locked : method
 X+sub set_request : method
 X {
 X    my $this = shift;
 X
 X@@ -875,7 +875,7 @@
 X
 X =cut
 X
 X-sub trap : locked : method
 X+sub trap : method
 X {
 X    my $this = shift;
 X
 X@@ -958,7 +958,7 @@
 X
 X =cut
 X
 X-sub get_bulk_request : locked : method
 X+sub get_bulk_request : method
 X {
 X    my $this = shift;
 X
 X@@ -1034,7 +1034,7 @@
 X
 X =cut
 X
 X-sub inform_request : locked : method
 X+sub inform_request : method
 X {
 X    my $this = shift;
 X
 X@@ -1109,7 +1109,7 @@
 X
 X =cut
 X
 X-sub snmpv2_trap : locked : method
 X+sub snmpv2_trap : method
 X {
 X    my $this = shift;
 X
 X@@ -1174,7 +1174,7 @@
 X
 X =cut
 X
 X-sub get_table : locked : method
 X+sub get_table : method
 X {
 X    my $this = shift;
 X
 X@@ -1327,7 +1327,7 @@
 X
 X =cut
 X
 X-sub get_entries : locked : method
 X+sub get_entries : method
 X {
 X    my $this = shift;
 X
 X@@ -1559,7 +1559,7 @@
 X
 X =cut
 X
 X-sub version : locked : method
 X+sub version : method
 X {
 X    my ($this) = @_;
 X
 X@@ -1577,7 +1577,7 @@
 X
 X =cut
 X
 X-sub error : locked : method
 X+sub error : method
 X {
 X    return $_[0]->{_error} || q{};
 X }
 X@@ -1591,7 +1591,7 @@
 X
 X =cut
 X
 X-sub hostname : locked : method
 X+sub hostname : method
 X {
 X    return $_[0]->{_hostname};
 X }
 X@@ -1605,7 +1605,7 @@
 X
 X =cut
 X
 X-sub error_status : locked : method
 X+sub error_status : method
 X {
 X    return defined($_[0]->{_pdu}) ? $_[0]->{_pdu}->error_status() : 0;
 X }
 X@@ -1619,7 +1619,7 @@
 X
 X =cut
 X
 X-sub error_index : locked : method
 X+sub error_index : method
 X {
 X    return defined($_[0]->{_pdu}) ? $_[0]->{_pdu}->error_index() : 0;
 X }
 X@@ -1641,7 +1641,7 @@
 X
 X =cut
 X
 X-sub var_bind_list : locked : method
 X+sub var_bind_list : method
 X {
 X    return defined($_[0]->{_pdu}) ? $_[0]->{_pdu}->var_bind_list() : undef;
 X }
 X@@ -1661,7 +1661,7 @@
 X
 X =cut
 X
 X-sub var_bind_names : locked : method
 X+sub var_bind_names : method
 X {
 X    return defined($_[0]->{_pdu}) ? @{$_[0]->{_pdu}->var_bind_names()} : ();
 X }
 X@@ -1681,7 +1681,7 @@
 X
 X =cut
 X
 X-sub var_bind_types : locked : method
 X+sub var_bind_types : method
 X {
 X    return defined($_[0]->{_pdu}) ? $_[0]->{_pdu}->var_bind_types() : undef;
 X }
 X@@ -1702,7 +1702,7 @@
 X
 X =cut
 X
 X-sub timeout : locked : method
 X+sub timeout : method
 X {
 X    my $this = shift;
 X
 X@@ -1732,7 +1732,7 @@
 X
 X =cut
 X
 X-sub retries : locked : method
 X+sub retries : method
 X {
 X    my $this = shift;
 X
 X@@ -1769,7 +1769,7 @@
 X
 X =cut
 X
 X-sub max_msg_size : locked : method
 X+sub max_msg_size : method
 X {
 X    my $this = shift;
 X
 X@@ -1876,7 +1876,7 @@
 X
 X =cut
 X
 X-sub translate : locked : method
 X+sub translate : method
 X {
 X    my ($this, $mask) = @_;
 X
 X@@ -2001,22 +2001,22 @@
 X    return debug(undef, $_[0]);
 X }
 X
 X-sub pdu : locked : method
 X+sub pdu : method
 X {
 X    return $_[0]->{_pdu};
 X }
 X
 X-sub nonblocking : locked : method
 X+sub nonblocking : method
 X {
 X    return $_[0]->{_nonblocking};
 X }
 X
 X-sub security : locked : method
 X+sub security : method
 X {
 X    return $_[0]->{_security};
 X }
 X
 X-sub transport : locked : method
 X+sub transport : method
 X {
 X    return $_[0]->{_transport};
 X }
 95c06e8d31b444cb603916e9345531e5
 exit
 ---  Net_SNMP.pm.diff.shar ends here ---
State-Changed-From-To: open->closed 
State-Changed-By: lth 
State-Changed-When: Sat Sep 18 15:46:01 UTC 2010 
State-Changed-Why:  
Updated to 6.0.1. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149099 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149099: commit references a PR
Date: Sat, 18 Sep 2010 15:45:21 +0000 (UTC)

 lth         2010-09-18 15:45:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/p5-Net-SNMP Makefile distinfo pkg-descr pkg-plist 
   Log:
   Update to 6.0.1
   
   PR:             ports/149099
   Submitted by:   Takefu <takefu@airport.fm>
   
   Revision  Changes    Path
   1.21      +4 -3      ports/net-mgmt/p5-Net-SNMP/Makefile
   1.12      +3 -3      ports/net-mgmt/p5-Net-SNMP/distinfo
   1.2       +7 -8      ports/net-mgmt/p5-Net-SNMP/pkg-descr
   1.6       +8 -4      ports/net-mgmt/p5-Net-SNMP/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
