Sat Sep 12 21:42:08 2009 UTC ()
Updating textproc/p5-Encode from 2.35 to 2.37

Upstream changes:
! Encode.xs
  fixed: compilation failure on compilers not supporting C99
  http://rt.cpan.org/Ticket/Display.html?id=49466

2.37 2009/09/06 09:03:07
! Encode.xs
  fixed: 'find_encoding("utf8")->decode(undef)' causes segmentation fault
  http://rt.cpan.org/Ticket/Display.html?id=49462


(sno)
diff -r1.11 -r1.12 pkgsrc/textproc/p5-Encode/Makefile
diff -r1.8 -r1.9 pkgsrc/textproc/p5-Encode/distinfo

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

--- pkgsrc/textproc/p5-Encode/Attic/Makefile 2009/07/18 18:07:25 1.11
+++ pkgsrc/textproc/p5-Encode/Attic/Makefile 2009/09/12 21:42:08 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2009/07/18 18:07:25 sno Exp $ 1# $NetBSD: Makefile,v 1.12 2009/09/12 21:42:08 sno Exp $
2 2
3DISTNAME= Encode-2.35 3DISTNAME= Encode-2.37
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= rhaen@NetBSD.org 8MAINTAINER= rhaen@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
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15PERL5_REQD+= 5.7.3 15PERL5_REQD+= 5.7.3
16 16

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

--- pkgsrc/textproc/p5-Encode/Attic/distinfo 2009/07/18 18:07:25 1.8
+++ pkgsrc/textproc/p5-Encode/Attic/distinfo 2009/09/12 21:42:08 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2009/07/18 18:07:25 sno Exp $ 1$NetBSD: distinfo,v 1.9 2009/09/12 21:42:08 sno Exp $
2 2
3SHA1 (Encode-2.35.tar.gz) = 2181995c241c497a7e7d49a3bb386c14003aca19 3SHA1 (Encode-2.37.tar.gz) = 4ddd5ecd392e7a73915ba853c4456f08b6014c4f
4RMD160 (Encode-2.35.tar.gz) = 6e0189326f4e096d7fbb116fb9094da3c78045cd 4RMD160 (Encode-2.37.tar.gz) = f4c1e52353f5778e0a03680beff71e2b98f478ed
5Size (Encode-2.35.tar.gz) = 2002609 bytes 5Size (Encode-2.37.tar.gz) = 2002879 bytes