This fixes test failures introduced by the p5-DBI update (in 0.37 of
this module).  It does require an update to the in-tree p5-DBI to work.

https://metacpan.org/changes/distribution/DBD-CSV

Take maintainership
Index: databases/p5-DBD-CSV//Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-DBD-CSV/Makefile,v
retrieving revision 1.17
diff -u -p -u -r1.17 Makefile
--- databases/p5-DBD-CSV//Makefile      11 Oct 2013 23:48:19 -0000      1.17
+++ databases/p5-DBD-CSV//Makefile      15 May 2014 01:50:52 -0000
@@ -1,20 +1,20 @@
 # $OpenBSD: Makefile,v 1.17 2013/10/11 23:48:19 naddy Exp $
 
-COMMENT=       perl DBI driver for CSV files
+COMMENT =      perl DBI driver for CSV files
 
-DISTNAME=      DBD-CSV-0.31
-REVISION=      0
-EXTRACT_SUFX=  .tgz
-CATEGORIES=    databases
-MODULES=       cpan
+DISTNAME =     DBD-CSV-0.41
+EXTRACT_SUFX = .tgz
+CATEGORIES =   databases
+MODULES =      cpan
 
-# Perl
-PERMIT_PACKAGE_CDROM=   Yes
+MAINTAINER = Andrew Fresh <afre...@openbsd.org>
 
-CPAN_AUTHOR=   HMBRAND
+# perl_5
+PERMIT_PACKAGE_CDROM = Yes
 
-RUN_DEPENDS=   databases/p5-DBI>=1.613 \
-               textproc/p5-Text-CSV_XS>0.71 \
-               databases/p5-SQL-Statement>=1.30
+RUN_DEPENDS =  databases/p5-DBI>=0.42 \
+               databases/p5-DBI>=1.628 \
+               databases/p5-SQL-Statement>=1.405 \
+               textproc/p5-Text-CSV_XS>=1.01
 
 .include <bsd.port.mk>
Index: databases/p5-DBD-CSV//distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-DBD-CSV/distinfo,v
retrieving revision 1.6
diff -u -p -u -r1.6 distinfo
--- databases/p5-DBD-CSV//distinfo      27 Jun 2011 18:41:53 -0000      1.6
+++ databases/p5-DBD-CSV//distinfo      15 May 2014 01:50:52 -0000
@@ -1,5 +1,2 @@
-MD5 (DBD-CSV-0.31.tgz) = UJGMwO1Y3TjfRiOYoWrcNg==
-RMD160 (DBD-CSV-0.31.tgz) = O3nmxI/NxAa0n15472dUy3rMX4Y=
-SHA1 (DBD-CSV-0.31.tgz) = TAr24CF1Ktct4hs1O929ec0ANMw=
-SHA256 (DBD-CSV-0.31.tgz) = BG/hoE3EUtk2P/oH6Uf6a0lloysLOeCqlqR2n8vn/KA=
-SIZE (DBD-CSV-0.31.tgz) = 30278
+SHA256 (DBD-CSV-0.41.tgz) = 03NE77DgPXQ91aN9RYKiAfEdZadImEBgii4WknGqFns=
+SIZE (DBD-CSV-0.41.tgz) = 33291

Reply via email to