diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-16 16:22:41 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-16 16:22:41 +0000 |
commit | 250066b489bd76fef6fb827f1bd6186f349fc7ad (patch) | |
tree | 0d5fb06c5f26a71ff5eff5a669eeedc4febcd0f4 /mail | |
parent | ff3fbba64cdb1dc1dcee4f177fa3fc5be19c9718 (diff) | |
download | pkgsrc-250066b489bd76fef6fb827f1bd6186f349fc7ad.tar.gz |
Update p5-MIME-Charset to 1.009.1.
Changes from previous:
2011-06-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.009.1.
* Chg: Workaround for aliasing on TIS-620 that is treated as
ISO-8859-11 by Encode.
And added WINDOWS-874 as EXTENDED map of TIS-620.
* Imp: Result of _find_encoder() will be cached.
* Imp/Chg: 'S' encoding will be resolved numerically, without comparing
actually encoded lengths.
* Added informations for WINDOWS-125[03-8].
* Added some cases to test #4.
2011-06-08 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.009 - withdrawn.
2011-05-28 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.2.
* Bug Fix: Body transfer-encoding profile "S" did not work properly,
and profile for UTF-8 was NOT really updated.
2011-02-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.1.
* Chg: Workaround for CPAN RT #65796: Deep recursion error finding
invalid charset. Limit length of charset name upto 75.
* Imp: Supports Unicode/multibyte on Perl 5.7.3 (experimental).
* Perl 5.7.3 & 5.8.3:
avoid ``Useless use of a constant in void context'' warnings.
* Doc: small fixes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Charset/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-MIME-Charset/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-MIME-Charset/Makefile b/mail/p5-MIME-Charset/Makefile index d8a2ee79e3b..0796339907a 100644 --- a/mail/p5-MIME-Charset/Makefile +++ b/mail/p5-MIME-Charset/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2011/08/14 13:25:25 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/10/16 16:22:41 hiramatsu Exp $ # -DISTNAME= MIME-Charset-1.008 +DISTNAME= MIME-Charset-1.009.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} diff --git a/mail/p5-MIME-Charset/distinfo b/mail/p5-MIME-Charset/distinfo index 56119b88bfa..b36e5fa475a 100644 --- a/mail/p5-MIME-Charset/distinfo +++ b/mail/p5-MIME-Charset/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/02/22 17:21:00 sno Exp $ +$NetBSD: distinfo,v 1.4 2011/10/16 16:22:41 hiramatsu Exp $ -SHA1 (MIME-Charset-1.008.tar.gz) = 7653513d5ceec0c47b637e56c9c2fefd13091284 -RMD160 (MIME-Charset-1.008.tar.gz) = 3494a5e1bc23bec1c0bb77f8b445ab73e9b93097 -Size (MIME-Charset-1.008.tar.gz) = 49236 bytes +SHA1 (MIME-Charset-1.009.1.tar.gz) = 918f9bc4057815b962d649062e99530bd311969b +RMD160 (MIME-Charset-1.009.1.tar.gz) = a15b3d22ee8d54a7991278f43cc3ab9993200f8a +Size (MIME-Charset-1.009.1.tar.gz) = 50202 bytes |