Sun Feb 23 14:47:48 2014 UTC ()
Update to 0.41

Upstream changes:
0.41	- 2013-07-29, H.Merijn Brand
    * Use File::Spec->tmpdir () for universal existing folder
      Note that huge $TMP folders may cause the test to run slow
    * Use File::Spec::rel2abs () instead of abs_path and hoops
    * Guard against parallel testing, which is unsupported
    * Guard against streaming tests (they PASS on the DBI-devel)

0.40	- 2013-07-23, H.Merijn Brand
    * Fix version references in doc
    * Fix tests for Windows

0.39	- 2013-06-28, H.Merijn Brand
    * Use f_file in docs. file is deprecated
    * DBD::CSV's repository moved to github
    * Add test for row-completeness
    * Fix UTF-8 tests to better follow Text::CSV_XS auto-encoding
    * Require more recent versions of low level modules that fixe
      issues reported for DBD::CSV
    * Development will also do mosts tests with DBI_SQL_NANO=1
    * Added support for f_dir_search from DBD::File (in fact DBI was
      changed to feature this for DBD::CSV :)
    * Fix test relying on spell-error in DBI's error message
    * Document csv_class (still undertested)


(wen)
diff -r1.37 -r1.38 pkgsrc/databases/p5-DBD-CSV/Makefile
diff -r1.16 -r1.17 pkgsrc/databases/p5-DBD-CSV/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/databases/p5-DBD-CSV/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-CSV/Makefile 2013/05/31 12:39:49 1.37
+++ pkgsrc/databases/p5-DBD-CSV/Makefile 2014/02/23 14:47:47 1.38
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.37 2013/05/31 12:39:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.38 2014/02/23 14:47:47 wen Exp $
2 2
3DISTNAME= DBD-CSV-0.38 3DISTNAME= DBD-CSV-0.41
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6SVR4_PKGNAME= p5dcs 5SVR4_PKGNAME= p5dcs
7CATEGORIES= databases perl5 6CATEGORIES= databases perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/DBD-CSV/ 11HOMEPAGE= http://search.cpan.org/dist/DBD-CSV/
13COMMENT= Access CSV files via DBI 12COMMENT= Access CSV files via DBI
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16DEPENDS+= p5-SQL-Statement>=1.31:../../databases/p5-SQL-Statement 15DEPENDS+= p5-SQL-Statement>=1.31:../../databases/p5-SQL-Statement
17DEPENDS+= p5-Text-CSV_XS>=0.91:../../textproc/p5-Text-CSV_XS 16DEPENDS+= p5-Text-CSV_XS>=0.91:../../textproc/p5-Text-CSV_XS
18 17

cvs diff -r1.16 -r1.17 pkgsrc/databases/p5-DBD-CSV/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-CSV/distinfo 2013/05/06 18:06:05 1.16
+++ pkgsrc/databases/p5-DBD-CSV/distinfo 2014/02/23 14:47:47 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2013/05/06 18:06:05 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.17 2014/02/23 14:47:47 wen Exp $
2 2
3SHA1 (DBD-CSV-0.38.tgz) = 373767942730037f1e5524ae12697c1888b7baab 3SHA1 (DBD-CSV-0.41.tgz) = 27729f8d61457fcf4bd376d8595937c711f136ef
4RMD160 (DBD-CSV-0.38.tgz) = e923f3efa84781059033ff19cc0083631268cd9c 4RMD160 (DBD-CSV-0.41.tgz) = ae4dfe71307a139ead08636191264aa52dc5e5c2
5Size (DBD-CSV-0.38.tgz) = 30794 bytes 5Size (DBD-CSV-0.41.tgz) = 33291 bytes