diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-11-15 13:53:27 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-11-15 13:53:27 +0000 |
commit | b2fce348f5a26c9a04bd88e08a77c9dd49a3c95c (patch) | |
tree | f41eb8c04a85ab0eab59d1c329cd9982d56df94a /mail | |
parent | a06920cc5975adce376c0e516b45253c2dcd4dfb (diff) | |
download | pkgsrc-b2fce348f5a26c9a04bd88e08a77c9dd49a3c95c.tar.gz |
version 2.084: Fri Sep 26 16:44:51 CEST 2008
Changes:
- no questions asked about Mail::Box::Parser::C; it is not
really maintained as it should... but probably still works
in most cases.
Fixes:
- change in TAP::Harness shows missing TAP::Parser::Aggregator
in test.pl rt.cpan.org#39264 [Jerrad Pierce]
- removed (@) prototype on Mail::Internet::new replacement,
because it produces a warning on 5.10
version 2.083: Tue Sep 2 09:41:19 CEST 2008
Changes:
- FIX CHARACTER-SET HANDLING. When a new body is created,
it will get charset 'PERL', which means: Perl internal
representation. Also the decoded() body is of that. As part
of a message, the body with be translated into real utf-8.
This change will make Mail::Box slower, but correct! Check
your applications! Use $msg->decoded when you process the
content.
- removed $msg->decoded option 'keep', because decoded object
depends on temporary decoding parameters.
Fixes:
- use File::Temp, not POSIX::tmpnam, to work around Windows
bug. rt.cpan.org#35747 [Ron Murray]
- Mail::Message::contentType could produce "use of undefined"
error message [Patrick Heesom]
- Fix listing IMAP folders. rt.cpan.org#36458 [Jonathan Kamens]
- do not set charset on non-text parts.
- no complaints for IMAP4 object without explicit folder
name. rt.cpan.org#37801 [Slaven Rezic]
- remove SpamAssassion question from installation: SAv2 is the
only supported, but most people will not install that.
Improvements:
- doc-patch, where "my Type @array" is not permitted
anymore [Mike Andrews]
- do not coerce parts via messages into parts.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Box/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index 807e902619e..377a4b4166a 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/10/19 19:18:12 he Exp $ +# $NetBSD: Makefile,v 1.10 2008/11/15 13:53:27 adrianp Exp $ -DISTNAME= Mail-Box-2.082 +DISTNAME= Mail-Box-2.084 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-Box/distinfo b/mail/p5-Mail-Box/distinfo index 6c7045d9cc0..c1b9abd57db 100644 --- a/mail/p5-Mail-Box/distinfo +++ b/mail/p5-Mail-Box/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2008/06/16 10:50:15 adrianp Exp $ +$NetBSD: distinfo,v 1.5 2008/11/15 13:53:27 adrianp Exp $ -SHA1 (Mail-Box-2.082.tar.gz) = 5c05888fd23e27f6d9cb2c441efb416863b780a2 -RMD160 (Mail-Box-2.082.tar.gz) = f4c37838f00ed504ebcbb9ba776ea92e11514d33 -Size (Mail-Box-2.082.tar.gz) = 597558 bytes +SHA1 (Mail-Box-2.084.tar.gz) = 4b80c16de0e91e8bdf5c9d58f66aeefc1bcd3b67 +RMD160 (Mail-Box-2.084.tar.gz) = 0ffc6129d7606258d5a3a231403aa99dba7190ed +Size (Mail-Box-2.084.tar.gz) = 598951 bytes SHA1 (patch-aa) = 63cfb55fb8b76b544d5b226251a8e1639ffa7c58 |