diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 16:55:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 16:55:02 +0000 |
commit | 72e1b11fe61ea6ab9183c2bac3a5b85adf2bb23e (patch) | |
tree | 1ca208ea27664846643abf36d27ef4a61e0002b3 /mail/p5-MIME-tools/Makefile | |
parent | 19c00732d1fe072b4a0bf6e27ddb6bc7bf864325 (diff) | |
download | pkgsrc-72e1b11fe61ea6ab9183c2bac3a5b85adf2bb23e.tar.gz |
Update to 5.417:
2005-01-20 David F. Skoll
* VERSION 5.417 RELEASED
* Require MIME::QuotedPrint 3.03 to use the three-argument
"encode_qp" function. If we have an earlier version of
MIME::QuotedPrint, fall back to the one-argument version.
* Field/ParamVal.pm: The patch to strip trailing whitespace on
parameters was buggy and caused decoding errors. This has been
fixed.
2005-01-03 David F. Skoll
* VERSION 5.416 RELEASED
* Allow MIME::Tools to work with MIME::QuotedPrint 2.20 again.
The Makefile.PL will warn about potential problems, but will allow you
to proceed.
* Field/ParamVal.pm: Strip trailing whitespace when extracting
parameters. Apparently, not doing so can cause Perl to core dump
on certain badly-formed messages.
Diffstat (limited to 'mail/p5-MIME-tools/Makefile')
-rw-r--r-- | mail/p5-MIME-tools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index 06b04cbfe53..e0c5de2be2c 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:21 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/04/18 16:55:02 wiz Exp $ # -DISTNAME= MIME-tools-5.415 +DISTNAME= MIME-tools-5.417 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mit -PKGREVISION= 1 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} |