Thu Jan 10 15:25:09 2013 UTC ()
Update to 0.94

Upstream changes:
0.94	- 2012-12-03, H.Merijn Brand
    * Guard against beta releases of Encode (Xavier Guimard - RT#81499)
    * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
    * Tested with perl compiled with clag (also to verify RT#81469)
    * Fix memory leak reported in RT#81539 (Fix by Tony Cook)

0.93	- 2012-11-19, H.Merijn Brand
    * Skip Encode related tests on too old Encode
    * Force old(er) tar format (ustar) - assumes GNU tar on release box

0.92	- 2012-11-12, H.Merijn Brand
    * Allow bind_columns () for print ()
    * Increase buffer size for print to 64k
    * Fix RT#80680 - Buffer break halfway UTF8 + tests


(wen)
diff -r1.41 -r1.42 pkgsrc/textproc/p5-Text-CSV_XS/Makefile
diff -r1.23 -r1.24 pkgsrc/textproc/p5-Text-CSV_XS/distinfo

cvs diff -r1.41 -r1.42 pkgsrc/textproc/p5-Text-CSV_XS/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CSV_XS/Makefile 2012/10/25 06:56:24 1.41
+++ pkgsrc/textproc/p5-Text-CSV_XS/Makefile 2013/01/10 15:25:08 1.42
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.41 2012/10/25 06:56:24 asau Exp $ 1# $NetBSD: Makefile,v 1.42 2013/01/10 15:25:08 wen Exp $
2# 2#
3 3
4DISTNAME= Text-CSV_XS-0.91 4DISTNAME= Text-CSV_XS-0.94
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5tcx 6SVR4_PKGNAME= p5tcx
8CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
10EXTRACT_SUFX= .tgz 9EXTRACT_SUFX= .tgz
11 10
12MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/ 12HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/
14COMMENT= Routines for composition and decomposition of comma-separated values 13COMMENT= Routines for composition and decomposition of comma-separated values
15LICENSE= ${PERL5_LICENSE} 14LICENSE= ${PERL5_LICENSE}
16 15
17PERL5_PACKLIST= auto/Text/CSV_XS/.packlist 16PERL5_PACKLIST= auto/Text/CSV_XS/.packlist
18 17
19.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"

cvs diff -r1.23 -r1.24 pkgsrc/textproc/p5-Text-CSV_XS/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CSV_XS/distinfo 2012/09/07 11:37:50 1.23
+++ pkgsrc/textproc/p5-Text-CSV_XS/distinfo 2013/01/10 15:25:08 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2012/09/07 11:37:50 sno Exp $ 1$NetBSD: distinfo,v 1.24 2013/01/10 15:25:08 wen Exp $
2 2
3SHA1 (Text-CSV_XS-0.91.tgz) = b790efd08f9f362b48a5dea84a1fd36c6992ee26 3SHA1 (Text-CSV_XS-0.94.tgz) = cd78491eebb90819b89e79ebcc57b318f4e7bf7f
4RMD160 (Text-CSV_XS-0.91.tgz) = 115e91d274827be324176899e55c0e85c6c5b74f 4RMD160 (Text-CSV_XS-0.94.tgz) = fb1d13ab39267cc8951ec141578d116d86fe0790
5Size (Text-CSV_XS-0.91.tgz) = 119343 bytes 5Size (Text-CSV_XS-0.94.tgz) = 120898 bytes