From culot@0xd0.org  Wed Aug  4 13:11:06 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C19B71065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Aug 2010 13:11:06 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (ks28346.kimsufi.com [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 4AFB08FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Aug 2010 13:11:05 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o74DAvCP023323
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 4 Aug 2010 15:10:57 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o74DAviK023322;
	Wed, 4 Aug 2010 15:10:57 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201008041310.o74DAviK023322@0xd0.org>
Date: Wed, 4 Aug 2010 15:10:57 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: net/p5-NetPacket
X-Send-Pr-Version: 3.113
X-GNATS-Notify: tolid@tolid.eu.org

>Number:         149274
>Category:       ports
>Synopsis:       Update port: net/p5-NetPacket
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sahil
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 04 13:20:03 UTC 2010
>Closed-Date:    Wed Aug 18 03:51:38 UTC 2010
>Last-Modified:  Wed Aug 18 03:51:38 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update to 0.43.1:
- license is now Artistic 2.0
- Three modules were added that allow the encoding/decoding of IPv6, ICMPv6,
  and OpenBSD's Packet Filter binary log files (IPV6.pm, ICMPv6.pm, PFLog.pm)
- pkg-plist and Makefile's MAN3 are now alphabetically ordered
>How-To-Repeat:
>Fix:
diff -ruN p5-NetPacket.bak/Makefile p5-NetPacket/Makefile
--- p5-NetPacket.bak/Makefile	2010-08-04 14:35:40.334182439 +0200
+++ p5-NetPacket/Makefile	2010-08-04 14:54:59.189203957 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	NetPacket
-PORTVERSION=	0.41.1
+PORTVERSION=	0.43.1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +14,13 @@
 MAINTAINER=	tolid@tolid.eu.org
 COMMENT=	Modules to assemble/disassemble network packets at the protocol level
 
+LICENSE=	ART20
+
 PERL_MODBUILD=	yes
 
-MAN3=	NetPacket::IGMP.3 NetPacket::IP.3 NetPacket::ARP.3 \
-	NetPacket.3 NetPacket::UDP.3 NetPacket::Ethernet.3 \
-	NetPacket::ICMP.3 NetPacket::TCP.3
+MAN3=	NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 \
+	NetPacket::ICMP.3 NetPacket::ICMPv6.3 NetPacket::IGMP.3 \
+	NetPacket::IP.3 NetPacket::IPv6.3 NetPacket::PFLog.3 \
+	NetPacket::TCP.3 NetPacket::UDP.3
 
 .include <bsd.port.mk>
diff -ruN p5-NetPacket.bak/distinfo p5-NetPacket/distinfo
--- p5-NetPacket.bak/distinfo	2010-08-04 14:35:40.345623837 +0200
+++ p5-NetPacket/distinfo	2010-08-04 14:36:48.295481989 +0200
@@ -1,3 +1,3 @@
-MD5 (NetPacket-0.41.1.tar.gz) = 77c1482927c6892b9571404485ffe591
-SHA256 (NetPacket-0.41.1.tar.gz) = 8d27fd064b9a6abf5298c62fef0f9775b45004efa8eb4cc72b7af73a7241303d
-SIZE (NetPacket-0.41.1.tar.gz) = 14556
+MD5 (NetPacket-0.43.1.tar.gz) = aaae1556f4ad1974e41152e5a4e70095
+SHA256 (NetPacket-0.43.1.tar.gz) = f21d4a1240d1a204829e1c616df7db4839d4b6fcdcb45addd5ab0f963b556456
+SIZE (NetPacket-0.43.1.tar.gz) = 23428
diff -ruN p5-NetPacket.bak/pkg-plist p5-NetPacket/pkg-plist
--- p5-NetPacket.bak/pkg-plist	2010-08-04 14:35:40.345623837 +0200
+++ p5-NetPacket/pkg-plist	2010-08-04 14:50:33.515683440 +0200
@@ -1,9 +1,12 @@
-%%SITE_PERL%%/NetPacket/IGMP.pm
-%%SITE_PERL%%/NetPacket/IP.pm
+%%SITE_PERL%%/NetPacket.pm
+%%SITE_PERL%%/NetPacket/ARP.pm
 %%SITE_PERL%%/NetPacket/Ethernet.pm
 %%SITE_PERL%%/NetPacket/ICMP.pm
-%%SITE_PERL%%/NetPacket/ARP.pm
-%%SITE_PERL%%/NetPacket.pm
-%%SITE_PERL%%/NetPacket/UDP.pm
+%%SITE_PERL%%/NetPacket/ICMPv6.pm
+%%SITE_PERL%%/NetPacket/IGMP.pm
+%%SITE_PERL%%/NetPacket/IP.pm
+%%SITE_PERL%%/NetPacket/IPv6.pm
+%%SITE_PERL%%/NetPacket/PFLog.pm
 %%SITE_PERL%%/NetPacket/TCP.pm
+%%SITE_PERL%%/NetPacket/UDP.pm
 @dirrm %%SITE_PERL%%/NetPacket
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 4 13:20:18 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: tolid@tolid.eu.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/149274: Update port: net/p5-NetPacket
Date: Wed, 4 Aug 2010 13:20:16 UT

 Maintainer of net/p5-NetPacket,
 
 Please note that PR ports/149274 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149274
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Thu Aug 12 03:05:30 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149274: commit references a PR
Date: Wed, 18 Aug 2010 03:49:56 +0000 (UTC)

 sahil       2010-08-18 03:49:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-NetPacket     Makefile distinfo pkg-plist 
   Log:
   - Update to 0.43.1
   - Add LICENSE
   - Alphabetically order manpages
   
   PR:             ports/149274
   Submitted by:   Frederic Culot <frederic@culot.org>
   Approved by:    maintainer timeout (14 days)
   
   Revision  Changes    Path
   1.11      +7 -4      ports/net/p5-NetPacket/Makefile
   1.7       +3 -3      ports/net/p5-NetPacket/distinfo
   1.4       +8 -5      ports/net/p5-NetPacket/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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sahil 
State-Changed-When: Wed Aug 18 03:51:37 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149274 
>Unformatted:
