From tolid@eagle.plab.ku.dk  Thu Jun 19 03:53:50 2003
Return-Path: <tolid@eagle.plab.ku.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 59A9337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Jun 2003 03:53:50 -0700 (PDT)
Received: from eagle.plab.ku.dk (eagle.plab.ku.dk [130.225.107.63])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 53FDF43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Jun 2003 03:53:49 -0700 (PDT)
	(envelope-from tolid@eagle.plab.ku.dk)
Received: from eagle.plab.ku.dk (tolid@localhost [127.0.0.1])
	by eagle.plab.ku.dk (8.12.9/8.12.8) with ESMTP id h5JArmDQ030272
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Jun 2003 12:53:48 +0200 (CEST)
	(envelope-from tolid@eagle.plab.ku.dk)
Received: (from tolid@localhost)
	by eagle.plab.ku.dk (8.12.9/8.12.8/Submit) id h5JArmmu030271;
	Thu, 19 Jun 2003 12:53:48 +0200 (CEST)
Message-Id: <200306191053.h5JArmmu030271@eagle.plab.ku.dk>
Date: Thu, 19 Jun 2003 12:53:48 +0200 (CEST)
From: Anatoliy Dmytriyev <tolid@plab.ku.dk>
Reply-To: Anatoliy Dmytriyev <tolid@plab.ku.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintaner update: new version of net/p5-NetPacket
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53486
>Category:       ports
>Synopsis:       maintaner update: new version of net/p5-NetPacket
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 19 04:00:14 PDT 2003
>Closed-Date:    Fri Jun 20 23:25:15 PDT 2003
>Last-Modified:  Fri Jun 20 23:25:15 PDT 2003
>Originator:     Anatoliy Dmytriyev
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD eagle.plab.ku.dk 4.8-STABLE FreeBSD 4.8-STABLE #30: Mon Jun 16 11:33:03 CEST 2003 root@eagle.plab.ku.dk:/usr/obj/usr/src/sys/eagle i386


	
>Description:
	New (0.04) version of net/p5-NetPacket port
>How-To-Repeat:
	
>Fix:

=========begin "diff -ruN  Makefile"========
--- Makefile.old	Thu Jun 19 11:44:58 2003
+++ Makefile	Thu Jun 19 12:41:55 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	NetPacket
-PORTVERSION=	0.03
+PORTVERSION=	0.04
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	NetPacket
@@ -19,6 +19,7 @@
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=	NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 NetPacket::ICMP.3 \
-	NetPacket::IGMP.3 NetPacket::IP.3 NetPacket::TCP.3 NetPacket::UDP.3
+	NetPacket::IGMP.3 NetPacket::IP.3 NetPacket::TCP.3 NetPacket::UDP.3 \
+	NetPacket::SpanningTree.3 NetPacket::LACP.3 NetPacket::LLC.3
 
 .include <bsd.port.mk>
==========end "diff -ruN  Makefile"=========

=========begin "diff -ruN  distinfo"========
--- distinfo.old	Thu Jun 19 11:45:07 2003
+++ distinfo	Thu Jun 19 11:45:40 2003
@@ -1 +1 @@
-MD5 (NetPacket-0.03.tar.gz) = 10a7614132b43bef5e3097a405fc89ac
+MD5 (NetPacket-0.04.tar.gz) = 3bf136cd3b555d50ba4b1ce81968f695
==========end "diff -ruN  distinfo"=========


=========begin "diff -ruN  pkg-plist"========
--- pkg-plist.old	Thu Jun 19 11:45:17 2003
+++ pkg-plist	Thu Jun 19 12:20:24 2003
@@ -5,6 +5,9 @@
 lib/perl5/site_perl/%%PERL_VER%%/NetPacket/IGMP.pm
 lib/perl5/site_perl/%%PERL_VER%%/NetPacket/Ethernet.pm
 lib/perl5/site_perl/%%PERL_VER%%/NetPacket/ARP.pm
+lib/perl5/site_perl/%%PERL_VER%%/NetPacket/LLC.pm
+lib/perl5/site_perl/%%PERL_VER%%/NetPacket/SpanningTree.pm
+lib/perl5/site_perl/%%PERL_VER%%/NetPacket/LACP.pm
 lib/perl5/site_perl/%%PERL_VER%%/NetPacket.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetPacket/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/NetPacket
==========end "diff -ruN  pkg-plist"=========
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: erwin 
State-Changed-When: Thu Jun 19 04:36:53 PDT 2003 
State-Changed-Why:  
How about the patch included in ports/52956, which 
also include a checksum fix ? 

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

From: Foxfair Hu <foxfair@drago.fomokka.net>
To: tolid@plab.ku.dk, freebsd-gnats-submit@FreeBSD.org
Cc: larse@ISI.EDU
Subject: Re: ports/53486: maintaner update: new version of net/p5-NetPacket
Date: Fri, 20 Jun 2003 09:53:15 +0800

 --jRHKVT23PllUwdXP
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hello Anatoliy,
 
   I've replied this and included a patch in PR/52956, and the patch was
 also sent to you directly. How do you think about it?
 
 
 foxfair
 
 
 --jRHKVT23PllUwdXP
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+8mkLsWh5Cw3CV+oRAgcbAJ91k1yRUFso/9ScoPLlpDRRAw4/1ACfa77/
 ZnOIfikPzT5CG2dAz6fK6/g=
 =TVlb
 -----END PGP SIGNATURE-----
 
 --jRHKVT23PllUwdXP--
State-Changed-From-To: feedback->closed 
State-Changed-By: foxfair 
State-Changed-When: Fri Jun 20 23:24:44 PDT 2003 
State-Changed-Why:  
Committed, thanks! 


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