diff options
author | rhaen <rhaen> | 2009-03-09 20:22:43 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2009-03-09 20:22:43 +0000 |
commit | 249d5a53f8013d58b0294c22f2a586ab9ef4ce4f (patch) | |
tree | 8057443e3f970f9eee6479b26831ce34c5ee9deb /textproc | |
parent | 913ddea8a922c46e88268d28c70025edd4b3e644 (diff) | |
download | pkgsrc-249d5a53f8013d58b0294c22f2a586ab9ef4ce4f.tar.gz |
- updated to 2.32
ChangeLog:
! lib/Encode/Alias.pm t/Alias.t
Encode now resolves 'en_US.UTF-8' to utf-8-strict like 'ja_JP.euc'
Those who set locale on their shells should be happier now.
! AUTHORS
added tokuhirom
! Encode.pm
"encode(undef, 'str') should die earlier"
http://coderepos.org/share/changeset/30790
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Encode/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Encode/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile index 6fb5f8f2c13..72b3f5db733 100644 --- a/textproc/p5-Encode/Makefile +++ b/textproc/p5-Encode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2009/03/01 21:53:39 sno Exp $ +# $NetBSD: Makefile,v 1.9 2009/03/09 20:22:43 rhaen Exp $ -DISTNAME= Encode-2.31 +DISTNAME= Encode-2.32 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} diff --git a/textproc/p5-Encode/distinfo b/textproc/p5-Encode/distinfo index 520534e6a69..d380e7b5960 100644 --- a/textproc/p5-Encode/distinfo +++ b/textproc/p5-Encode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/03/01 21:53:39 sno Exp $ +$NetBSD: distinfo,v 1.6 2009/03/09 20:22:44 rhaen Exp $ -SHA1 (Encode-2.31.tar.gz) = 4b041340ff76875050c7ae71872ff5a052fe02c6 -RMD160 (Encode-2.31.tar.gz) = 21cdd87fb6e8f5b7747dcdde103f98ec5cfa4ccf -Size (Encode-2.31.tar.gz) = 2001302 bytes +SHA1 (Encode-2.32.tar.gz) = de713c505c6fc2c0d8aad0e1a7af26a49c07fe8d +RMD160 (Encode-2.32.tar.gz) = ba4ce3f683104c866f6ed3ef257d8708c450c045 +Size (Encode-2.32.tar.gz) = 2001543 bytes |