Wed Aug 10 23:41:44 2016 UTC ()
Update to 2.86

Upstream changes:
$Revision: 2.86 $ $Date: 2016/08/10 18:08:45 $
! encoding.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t
  t/encoding.t t/jperl.t
  Fixed: #116196: [PATCH] Synchronize encoding.pm with blead
  https://rt.cpan.org/Ticket/Display.html?id=116196
! Byte/Makefile.PL
  Patched: #111421: Won't build with statically built perls
  https://rt.cpan.org/Public/Bug/Display.html?id=111421
! Encode.xs encoding.pm
  Pulled: Fixes for 5.8.x compilation failures
  https://github.com/dankogai/p5-encode/pull/60
! Encode.xs
  Patched: RT#116817 [PATCH] Avoid a C++ comment
  https://rt.cpan.org/Ticket/Display.html?id=116817


(wen)
diff -r1.36 -r1.37 pkgsrc/textproc/p5-Encode/Makefile
diff -r1.25 -r1.26 pkgsrc/textproc/p5-Encode/distinfo

cvs diff -r1.36 -r1.37 pkgsrc/textproc/p5-Encode/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Encode/Attic/Makefile 2016/08/09 13:50:45 1.36
+++ pkgsrc/textproc/p5-Encode/Attic/Makefile 2016/08/10 23:41:44 1.37
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.36 2016/08/09 13:50:45 mef Exp $ 1# $NetBSD: Makefile,v 1.37 2016/08/10 23:41:44 wen Exp $
2 2
3DISTNAME= Encode-2.85 3DISTNAME= Encode-2.86
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/~dankogai/Encode/ 9HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
10COMMENT= Provides interfaces between strings and the rest of the system 10COMMENT= Provides interfaces between strings and the rest of the system
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_REQD+= 5.7.3 13PERL5_REQD+= 5.7.3
14 14
15PERL5_PACKLIST= auto/Encode/.packlist 15PERL5_PACKLIST= auto/Encode/.packlist
16 16

cvs diff -r1.25 -r1.26 pkgsrc/textproc/p5-Encode/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Encode/Attic/distinfo 2016/08/09 13:50:45 1.25
+++ pkgsrc/textproc/p5-Encode/Attic/distinfo 2016/08/10 23:41:44 1.26
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.25 2016/08/09 13:50:45 mef Exp $ 1$NetBSD: distinfo,v 1.26 2016/08/10 23:41:44 wen Exp $
2 2
3SHA1 (Encode-2.85.tar.gz) = 8cc23e3d1f49accb50c15a1d7120c8c5eec58ce3 3SHA1 (Encode-2.86.tar.gz) = 2620643c6e06442809411f874a9b722c020f9dac
4RMD160 (Encode-2.85.tar.gz) = fedba2b49392b43c91f4071d74a422dbf09a9460 4RMD160 (Encode-2.86.tar.gz) = 2c2c5542f0fabc770cde2474067a991fc4080d6b
5SHA512 (Encode-2.85.tar.gz) = 1a798257366e4b0ab2cfdfd4bf6e8c28528dcf8aec873e24c376b8be1d4bfd395e99630ce08fc501bd63bbe649a66118933ba8c2a8db9fd3e89d9202365763a3 5SHA512 (Encode-2.86.tar.gz) = fa5feeb8f7b555c91322948cd526762fbdca6ef240b640800e7af0dcf75cffca48f8877a1a7b876798b8441de8a0075aeb50ea4769f52b1d180f68316c84d599
6Size (Encode-2.85.tar.gz) = 1993818 bytes 6Size (Encode-2.86.tar.gz) = 1994334 bytes