Skip site navigation (1)Skip section navigation (2)
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:   ports/96181: [PATCH] mail/p5-Mail-MboxParser: unbreak
Message-ID:  <20060423075553.4A748B29C96@utopia.leeym.com>
Resent-Message-ID: <200604230800.k3N80YbQ032585@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96181
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-MboxParser: unbreak
>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:   Sun Apr 23 08:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060423075553.4A748B29C96>