diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 18:02:23 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 18:02:23 +0000 |
commit | 1eaf710213fb2dac18e0dc7299106db18dc66fe2 (patch) | |
tree | 56315c46e3db1607c055e91beb2537b65255fd47 /mail/p5-MIME-Tools | |
parent | 075ba35961f57542bb2b32fac931c1eeb717809f (diff) | |
download | ports-1eaf710213fb2dac18e0dc7299106db18dc66fe2.tar.gz ports-1eaf710213fb2dac18e0dc7299106db18dc66fe2.zip |
- add missing entry (MIME::Decoder::BinHex) in PLIST and MAN3
- remove *.orig in post-patch phase
- shorten PKGMESSAGE to makes portlint happier
- bump PORTREVISION
PR: 71360
Submitted by: leeym
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=118318
Diffstat (limited to 'mail/p5-MIME-Tools')
-rw-r--r-- | mail/p5-MIME-Tools/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-MIME-Tools/pkg-descr | 27 | ||||
-rw-r--r-- | mail/p5-MIME-Tools/pkg-plist | 1 |
3 files changed, 10 insertions, 26 deletions
diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index 03408bef8b18..40b8d9a019e2 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= p5-MIME-Tools PORTVERSION= 5.411a -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -29,6 +29,7 @@ WRKSRC= ${WRKDIR}/MIME-tools-5.411 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 @@ MAN3= MIME::Body.3 \ .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> diff --git a/mail/p5-MIME-Tools/pkg-descr b/mail/p5-MIME-Tools/pkg-descr index 4188e8f16ae7..d7c6bddb348d 100644 --- a/mail/p5-MIME-Tools/pkg-descr +++ b/mail/p5-MIME-Tools/pkg-descr @@ -1,27 +1,12 @@ 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::BinHex +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. diff --git a/mail/p5-MIME-Tools/pkg-plist b/mail/p5-MIME-Tools/pkg-plist index 5722ecd9136b..4c2b425453db 100644 --- a/mail/p5-MIME-Tools/pkg-plist +++ b/mail/p5-MIME-Tools/pkg-plist @@ -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 |