From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 23 08:00:36 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC3D16A410 for ; Sun, 23 Apr 2006 08:00:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1779843D53 for ; Sun, 23 Apr 2006 08:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3N80Y9P032586 for ; Sun, 23 Apr 2006 08:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3N80YbQ032585; Sun, 23 Apr 2006 08:00:34 GMT (envelope-from gnats) Resent-Date: Sun, 23 Apr 2006 08:00:34 GMT Resent-Message-Id: <200604230800.k3N80YbQ032585@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/96181: [PATCH] mail/p5-Mail-MboxParser: unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Apr 2006 08:00:36 -0000 >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 .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 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: