From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 4 04:40:02 2004 Return-Path: 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 D684416A4CF for ; Sat, 4 Sep 2004 04:40:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B173E43D6A for ; Sat, 4 Sep 2004 04:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i844e2F4033597 for ; Sat, 4 Sep 2004 04:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i844e29N033595; Sat, 4 Sep 2004 04:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 4 Sep 2004 04:40:02 GMT Resent-Message-Id: <200409040440.i844e29N033595@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 3B06B16A4CE; Sat, 4 Sep 2004 04:31:24 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9773443D41; Sat, 4 Sep 2004 04:31:23 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 3B9163EAAFD; Sat, 4 Sep 2004 12:31:23 +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 56871-01; Sat, 4 Sep 2004 12:31:02 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id AE0B63EAB01; Sat, 4 Sep 2004 12:30:57 +0800 (CST) Message-Id: <20040904043057.AE0B63EAB01@utopia.leeym.com> Date: Sat, 4 Sep 2004 12:30:57 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kuriyama@FreeBSD.org Subject: ports/71360: [PATCH] mail/p5-MIME-Tools: fix PLIST X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2004 04:40:03 -0000 >Number: 71360 >Category: ports >Synopsis: [PATCH] mail/p5-MIME-Tools: fix PLIST >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: Sat Sep 04 04:40:02 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004 >Description: - add missing entry (MIME::Decoder::BinHex) in PLIST and MAN3 - remove *.orig in post-patch phase - shorten PKGMESSAGE to makes portlint happier Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-MIME-Tools-5.411a_4,2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/p5-MIME-Tools/Makefile,v retrieving revision 1.28 diff -u -u -r1.28 Makefile --- Makefile 2 Sep 2004 22:33:01 -0000 1.28 +++ Makefile 4 Sep 2004 03:58:39 -0000 @@ -29,6 +29,7 @@ MAN3= MIME::Body.3 \ MIME::Decoder.3 \ MIME::Decoder::Base64.3 \ + MIME::Decoder::BinHex.3 \ MIME::Decoder::Binary.3 \ MIME::Decoder::Gzip64.3 \ MIME::Decoder::NBit.3 \ @@ -50,10 +51,7 @@ .include - post-patch: - @${RM} -f ${WRKSRC}/lib/MIME/Field/ParamVal.pm.orig \ - ${WRKSRC}/lib/MIME/Parser.pm.orig \ - ${WRKSRC}/lib/MIME/Words.pm.orig + @${FIND} ${WRKSRC} -name "*.orig" | ${XARGS} ${RM} -f .include Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/mail/p5-MIME-Tools/pkg-descr,v retrieving revision 1.3 diff -u -u -r1.3 pkg-descr --- pkg-descr 16 Oct 2000 14:26:20 -0000 1.3 +++ pkg-descr 4 Sep 2004 03:58:39 -0000 @@ -1,27 +1,11 @@ This collection of modules provides perl5 access methods related to MIME. It includes the following modules: -MIME::Body -MIME::Decoder -MIME::Decoder::Base64 -MIME::Decoder::Binary -MIME::Decoder::Gzip64 -MIME::Decoder::NBit -MIME::Decoder::QuotedPrint -MIME::Decoder::UU -MIME::Entity -MIME::Field::ConTraEnc -MIME::Field::ContDisp -MIME::Field::ContType -MIME::Field::ParamVal -MIME::Head -MIME::IO -MIME::Latin1 -MIME::Parser -MIME::ParserBase -MIME::ToolUtils -MIME::Tools -MIME::Words +MIME::Body MIME::Decoder MIME::Decoder::Base64 MIME::Decoder::Binary +MIME::Decoder::Gzip64 MIME::Decoder::NBit MIME::Decoder::QuotedPrint +MIME::Decoder::UU MIME::Entity MIME::Field::ConTraEnc MIME::Field::ContDisp +MIME::Field::ContType MIME::Field::ParamVal MIME::Head MIME::IO MIME::Latin1 +MIME::Parser MIME::ParserBase MIME::ToolUtils MIME::Tools MIME::Words Warning: This module is _very_ slow for (at least some) large mails, is derived from Mail-Tools, and has at least some mail-specific parts. Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/p5-MIME-Tools/pkg-plist,v retrieving revision 1.11 diff -u -u -r1.11 pkg-plist --- pkg-plist 28 Oct 2003 00:55:24 -0000 1.11 +++ pkg-plist 4 Sep 2004 03:58:39 -0000 @@ -3,6 +3,7 @@ %%SITE_PERL%%/MIME/Decoder.pm %%SITE_PERL%%/MIME/Decoder/QuotedPrint.pm %%SITE_PERL%%/MIME/Decoder/Base64.pm +%%SITE_PERL%%/MIME/Decoder/BinHex.pm %%SITE_PERL%%/MIME/Decoder/Binary.pm %%SITE_PERL%%/MIME/Decoder/Gzip64.pm %%SITE_PERL%%/MIME/Decoder/NBit.pm --- p5-MIME-Tools-5.411a_4,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: