diff options
author | wen <wen@pkgsrc.org> | 2017-10-07 10:44:25 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-10-07 10:44:25 +0000 |
commit | 78c6b7e35d2269cda6b051cf810242bf071eefc2 (patch) | |
tree | 84f23e319fe5602b842b9a81a707d8d832949593 | |
parent | 38f346b070a29e8b4ab84d15f8bea4e6d5c0da74 (diff) | |
download | pkgsrc-78c6b7e35d2269cda6b051cf810242bf071eefc2.tar.gz |
Update to 2.93
Upstream changes:
$Revision: 2.93 $ $Date: 2017/10/06 22:21:53 $
! lib/Encode/MIME/Name.pm t/mime-name.t
Pulled: Add "euc-cn" => "EUC-CN" alias to Encode::MIME::Name
https://github.com/dankogai/p5-encode/pull/124
! encoding.pm
Pulled: Propagate fatal errors from the encoding pragma back to the caller
Resolves rt #100427
https://github.com/dankogai/p5-encode/pull/123
https://rt.cpan.org/Ticket/Display.html?id=100427
! lib/Encode/CN/HZ.pm lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm
t/decode.t
Pulled: Uninitialized value fixes #122
https://github.com/dankogai/p5-encode/pull/122
! Makefile.PL
Pulled: Fix -Werror=declaration-after-statement for gcc 4.1.2
https://github.com/dankogai/p5-encode/pull/121
-rw-r--r-- | textproc/p5-Encode/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Encode/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile index 3a8668d8d69..43f13809267 100644 --- a/textproc/p5-Encode/Makefile +++ b/textproc/p5-Encode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2017/08/16 06:59:36 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2017/10/07 10:44:25 wen Exp $ -DISTNAME= Encode-2.92 +DISTNAME= Encode-2.93 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 e61f08bf501..850fc9b595a 100644 --- a/textproc/p5-Encode/distinfo +++ b/textproc/p5-Encode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2017/08/16 06:59:36 wiz Exp $ +$NetBSD: distinfo,v 1.31 2017/10/07 10:44:25 wen Exp $ -SHA1 (Encode-2.92.tar.gz) = ce81c9848aaa47dae9341cdfe2228630cf601680 -RMD160 (Encode-2.92.tar.gz) = ffee46e02a970d8f7da25bfadd2b472db8ed7761 -SHA512 (Encode-2.92.tar.gz) = 6066bdded10e0fe7fbd15b5a2445263667b056e84142e075373fa502e4c2d09f16f5b6a394fc00813a9ca9cb9dfbbb5fdd9c16707145e2ec368d1e11039b078f -Size (Encode-2.92.tar.gz) = 2035975 bytes +SHA1 (Encode-2.93.tar.gz) = dcaeb65bc5fd20c90cd6d5b1bbc521768c3483b5 +RMD160 (Encode-2.93.tar.gz) = 84c813feed5417d5764ab168dbca66c09d98c1de +SHA512 (Encode-2.93.tar.gz) = bdb72139e3e9ad1c2b829167d97e429462395ff1c6f050cbc55ea6605b927de58a75a4c4496f2064a378efc4b3cc6c972821a417f302ca36b02aa104b395aba2 +Size (Encode-2.93.tar.gz) = 2043235 bytes |