ports/71360: [PATCH] mail/p5-MIME-Tools: fix PLIST

Yen-Ming Lee leeym at utopia.leeym.com
Sat Sep 4 04:40:03 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list