Noticed when updating p5-DBI which is required, this was the one dependency that didn't pass tests under the new version of p5-DBI, so it gets an update. It's possible the failure was due to an old p5-Text-CSV_XS, so also sent an update to that.
https://metacpan.org/changes/distribution/DBD-CSV Dang, I notice that I copied the wrong dependency list into the last email, this one all depends pass their tests, which is devel/p5-Log-Log4perl. The extra DBI::Test modules seem weird, I haven't really grokked what they are for, seems like a way to provide testing easy testing for your code with for different backends, so seems nice to have if we ever get p5-DBI-Test. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/databases/p5-DBD-CSV/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile 15 May 2014 14:06:59 -0000 1.18 +++ Makefile 2 Jan 2015 06:11:24 -0000 @@ -2,7 +2,7 @@ COMMENT = perl DBI driver for CSV files -DISTNAME = DBD-CSV-0.41 +DISTNAME = DBD-CSV-0.46 EXTRACT_SUFX = .tgz CATEGORIES = databases MODULES = cpan @@ -12,9 +12,10 @@ MAINTAINER = Andrew Fresh <afresh1@openb # perl_5 PERMIT_PACKAGE_CDROM = Yes -RUN_DEPENDS = databases/p5-DBI>=0.42 \ - databases/p5-DBI>=1.628 \ +RUN_DEPENDS = databases/p5-DBI>=1.628 \ databases/p5-SQL-Statement>=1.405 \ textproc/p5-Text-CSV_XS>=1.01 + +BUILD_DEPENDS = databases/p5-DBI>=1.628 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/databases/p5-DBD-CSV/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 15 May 2014 14:06:59 -0000 1.7 +++ distinfo 2 Jan 2015 06:11:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (DBD-CSV-0.41.tgz) = 03NE77DgPXQ91aN9RYKiAfEdZadImEBgii4WknGqFns= -SIZE (DBD-CSV-0.41.tgz) = 33291 +SHA256 (DBD-CSV-0.46.tgz) = 7RjhICLdp4LOQMrRYjyvy8oy2BiWvDAjbKCbnM/kEp8= +SIZE (DBD-CSV-0.46.tgz) = 40219 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/p5-DBD-CSV/pkg/PLIST,v retrieving revision 1.6 diff -u -p -r1.6 PLIST --- pkg/PLIST 13 Feb 2005 16:28:09 -0000 1.6 +++ pkg/PLIST 2 Jan 2015 06:11:24 -0000 @@ -2,6 +2,22 @@ ${P5SITE}/Bundle/DBD/ ${P5SITE}/Bundle/DBD/CSV.pm ${P5SITE}/DBD/ +${P5SITE}/DBD/CSV/ ${P5SITE}/DBD/CSV.pm +${P5SITE}/DBD/CSV/GetInfo.pm +${P5SITE}/DBD/CSV/TypeInfo.pm +${P5SITE}/DBI/ +${P5SITE}/DBI/Test/ +${P5SITE}/DBI/Test/Case/ +${P5SITE}/DBI/Test/Case/DBD/ +${P5SITE}/DBI/Test/Case/DBD/CSV/ +${P5SITE}/DBI/Test/Case/DBD/CSV/t10_base.pm +${P5SITE}/DBI/Test/Case/DBD/CSV/t11_dsnlist.pm +${P5SITE}/DBI/Test/Case/DBD/CSV/t20_createdrop.pm +${P5SITE}/DBI/Test/Case/DBD/CSV/t85_error.pm +${P5SITE}/DBI/Test/DBD/ +${P5SITE}/DBI/Test/DBD/CSV/ +${P5SITE}/DBI/Test/DBD/CSV/Conf.pm +${P5SITE}/DBI/Test/DBD/CSV/List.pm @man man/man3p/Bundle::DBD::CSV.3p @man man/man3p/DBD::CSV.3p