diff options
author | leeym <leeym@FreeBSD.org> | 2004-09-21 18:02:23 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-09-21 18:02:23 +0000 |
commit | 3c2d8ce3bb819a14a667264b2674f62fd1cdcc9a (patch) | |
tree | 0eb3056a6666bdb164c505e910862e950c778faa /mail | |
parent | b30a1614a186155d1e57a8127ad0322a882aabf4 (diff) | |
download | FreeBSD-ports-3c2d8ce3bb819a14a667264b2674f62fd1cdcc9a.zip FreeBSD-ports-3c2d8ce3bb819a14a667264b2674f62fd1cdcc9a.tar.gz |
- 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)
Diffstat (limited to 'mail')
-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 03408be..40b8d9a 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 4188e8f..d7c6bdd 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 5722ecd..4c2b425 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 |