From leeym@utopia.leeym.com  Sun Apr 23 07:56:03 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2871A16A402;
	Sun, 23 Apr 2006 07:56:03 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr49.hinet.net (msr49.hinet.net [168.95.4.149])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6D16643D45;
	Sun, 23 Apr 2006 07:56:02 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr49.hinet.net (8.9.3/8.9.3) with ESMTP id PAA24046;
	Sun, 23 Apr 2006 15:56:01 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 6BEB3B29CA1;
	Sun, 23 Apr 2006 15:56:00 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
	by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id Of2X3TuO29n6; Sun, 23 Apr 2006 15:55:53 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 4A748B29C96; Sun, 23 Apr 2006 15:55:53 +0800 (CST)
Message-Id: <20060423075553.4A748B29C96@utopia.leeym.com>
Date: Sun, 23 Apr 2006 15:55:53 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: demon@freebsd.org
Subject: [PATCH] mail/p5-Mail-MboxParser: unbreak
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96181
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-MboxParser: unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    demon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 08:00:34 GMT 2006
>Closed-Date:    Mon Apr 24 10:05:46 GMT 2006
>Last-Modified:  Mon Apr 24 10:05:46 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006
>Description:
- fix plist and unbreak this port
- add WWW in pkg-descr
- update dependency
- update IGNORE and make portlint happier

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Mail-MboxParser-0.55.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-MboxParser/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	22 Apr 2006 21:59:20 -0000	1.3
+++ Makefile	23 Apr 2006 07:54:38 -0000
@@ -17,11 +17,10 @@
 
 BUILD_DEPENDS=	${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
 		${SITE_PERL}//${PERL_ARCH}/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
 		${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-BROKEN=		Incorrect pkg-plist
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Mail::MboxParser.3 Mail::MboxParser::Base.3 \
@@ -32,7 +31,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500601
-IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
 .endif
 
 .include <bsd.port.post.mk>
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-MboxParser/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	31 Mar 2006 14:23:51 -0000	1.1
+++ pkg-descr	23 Apr 2006 07:54:38 -0000
@@ -3,3 +3,5 @@
 Its purpose is to _easily_ extract messages from a mailbox with _simple_
 access to header fields, body and MIME-parts.  It is particularly easy to
 deal with any kind of attached files.
+
+WWW: http://search.cpan.org/dist/Mail-MboxParser/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-MboxParser/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	31 Mar 2006 14:23:51 -0000	1.1
+++ pkg-plist	23 Apr 2006 07:54:38 -0000
@@ -3,10 +3,6 @@
 %%SITE_PERL%%/Mail/MboxParser/Mail.pm
 %%SITE_PERL%%/Mail/MboxParser/Mail/Convertable.pm
 %%SITE_PERL%%/Mail/MboxParser/Mail/Body.pm
-%%SITE_PERL%%/Mail/Mbox/MessageParser/Grep.pm
-%%SITE_PERL%%/Mail/Mbox/MessageParser/Perl.pm
-%%SITE_PERL%%/Mail/Mbox/MessageParser/MetaInfo.pm
-%%SITE_PERL%%/Mail/Mbox/MessageParser/Config.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser
 @dirrm %%SITE_PERL%%/Mail/MboxParser/Mail
--- p5-Mail-MboxParser-0.55.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->demon 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 23 08:13:16 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96181 
State-Changed-From-To: open->closed 
State-Changed-By: demon 
State-Changed-When: Mon Apr 24 10:05:30 UTC 2006 
State-Changed-Why:  
Patch committed, thanks! 

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