diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-21 23:10:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-21 23:10:14 +0000 |
commit | e951ae001708c37201354577e53fbf47a494818e (patch) | |
tree | 5770ae4110310c6a2ab4f36cc67ca39e08462560 /textproc/p5-Encode | |
parent | c4dd9d9c7992517cdd324da97573cf6eb4316037 (diff) | |
download | pkgsrc-e951ae001708c37201354577e53fbf47a494818e.tar.gz |
Update to 2.47:
$Revision: 2.47 $ $Date: 2012/08/15 05:36:16 $
! Encode.pm
POD Fixes: Copyright and mail address
! Makefile.PL
Added LICENSE => 'perl'
! lib/Encode/GSM0338.pm t/gsm0338.t
REALLY fixed RT#75670: Wrong decoding for GSM 3.38 character \x09
ucm/gsm0338.ucm is dropped from MANIFEST since 2.25
but I was fixing the wrong file!
https://rt.cpan.org/Ticket/Display.html?id=75670
! 2.46 2012/08/12 05:49:30
! Encode.pm
Fixed: RT#78917 for I18N-Charset: Fails with Encode 2.45
To be more exact, 2.45 broke Encode->encodings(':all')
https://rt.cpan.org/Ticket/Display.html?id=78917
2.45 2012/08/05 23:08:49
! lib/Encode/Alias.pm
Addressed RT#78125: Missed Mac Alias x-mac-ce
https://rt.cpan.org/Ticket/Display.html?id=78125
! lib/Encode/Unicode/UTF7.pm
Applied the patch in RT#76711
https://rt.cpan.org/Ticket/Display.html?id=76711
! ucm/gsm0338.ucm
Addressed RT#75670: Wrong decoding for GSM 3.38 character \x09
https://rt.cpan.org/Ticket/Display.html?id=75670
! Encode.pm
Applied the patch in RT#72519
https://rt.cpan.org/Ticket/Display.html?id=72519
! Unicode/Unicode.xs
t/Unicode.t
Bug fixes in Unicode.xs by chansen
https://github.com/dankogai/p5-encode/pull/5
! Encode.pm
various POD improvements by daxim
https://github.com/dankogai/p5-encode/pull/4
Diffstat (limited to 'textproc/p5-Encode')
-rw-r--r-- | textproc/p5-Encode/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Encode/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile index 5f8bca763f2..4a1f39f672d 100644 --- a/textproc/p5-Encode/Makefile +++ b/textproc/p5-Encode/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 21:57:51 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/21 23:10:14 wiz Exp $ -DISTNAME= Encode-2.44 +DISTNAME= Encode-2.47 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} diff --git a/textproc/p5-Encode/distinfo b/textproc/p5-Encode/distinfo index e98fb9fd668..1c603a7d428 100644 --- a/textproc/p5-Encode/distinfo +++ b/textproc/p5-Encode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2011/11/11 07:47:01 hiramatsu Exp $ +$NetBSD: distinfo,v 1.14 2012/10/21 23:10:14 wiz Exp $ -SHA1 (Encode-2.44.tar.gz) = fc6f8fca61a82b4051a74f32dd7a63e77aa5b9ba -RMD160 (Encode-2.44.tar.gz) = c8d824d5c61ac01309579fb7d3a1389b5f5b8606 -Size (Encode-2.44.tar.gz) = 2002716 bytes +SHA1 (Encode-2.47.tar.gz) = 4fcc1744441d46ecea536d62f692683dde188da4 +RMD160 (Encode-2.47.tar.gz) = c29beff3321d889760e5b497dea2e671187fec44 +Size (Encode-2.47.tar.gz) = 2003578 bytes |