Date: Sat, 4 Sep 2004 12:30:57 +0800 (CST) From: Yen-Ming Lee <leeym@utopia.leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org Subject: ports/71360: [PATCH] mail/p5-MIME-Tools: fix PLIST Message-ID: <20040904043057.AE0B63EAB01@utopia.leeym.com> Resent-Message-ID: <200409040440.i844e29N033595@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> - 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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040904043057.AE0B63EAB01>