diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-15 13:12:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-15 13:12:35 +0000 |
commit | ab483a534ac020791a4d37099f6ca607339cc1a6 (patch) | |
tree | f8c769dbd21fb5e69f2907b74d32b7d1d49c6ca1 /textproc/p5-Encode | |
parent | c8386afdfda61f23860967eca1a72af5bbed0c55 (diff) | |
download | pkgsrc-ab483a534ac020791a4d37099f6ca607339cc1a6.tar.gz |
Update to 2.39:
# $Id: Changes,v 2.39 2009/11/26 09:23:59 dankogai Exp dankogai $
! Encode.xs t/fallback.t
$utf8 = decode('utf8', $malformed, sub{ ... }) # now works!
http://rt.cpan.org/Ticket/Display.html?id=51204
! t/CJKT.t t/guess.t t/perlio.t
$ENV{'PERL_CORE'} tricks removed since they are no longer necessary.
Message-Id: <20091116161513.GA25556@bestpractical.com>
Diffstat (limited to 'textproc/p5-Encode')
-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 da6758985ae..d8c7882ba74 100644 --- a/textproc/p5-Encode/Makefile +++ b/textproc/p5-Encode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2009/11/21 15:05:52 sno Exp $ +# $NetBSD: Makefile,v 1.14 2009/12/15 13:12:35 wiz Exp $ -DISTNAME= Encode-2.38 +DISTNAME= Encode-2.39 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 795338186b9..748b1246fef 100644 --- a/textproc/p5-Encode/distinfo +++ b/textproc/p5-Encode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/11/21 15:05:52 sno Exp $ +$NetBSD: distinfo,v 1.11 2009/12/15 13:12:35 wiz Exp $ -SHA1 (Encode-2.38.tar.gz) = d396ff59bf2fcdc5d09935250ab5965514aec593 -RMD160 (Encode-2.38.tar.gz) = 6e4a1710447d2d7b4779d25a7fc2e194d4cef236 -Size (Encode-2.38.tar.gz) = 1999549 bytes +SHA1 (Encode-2.39.tar.gz) = 55f87dd541eddaf30369fbd603dddcb467deb837 +RMD160 (Encode-2.39.tar.gz) = 05c3ab3662ac204bb888b22eb57a79c08fbe9561 +Size (Encode-2.39.tar.gz) = 2000369 bytes |