This makes portroach happy, the changes are primarily test fixes.
https://metacpan.org/changes/distribution/DBD-CSV

Additional modules are not used until someone decides to port Test::DBI.

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    5 Apr 2015 19:41:05 -0000
@@ -1,20 +1,24 @@
 # $OpenBSD: Makefile,v 1.18 2014/05/15 14:06:59 afresh1 Exp $
 
-COMMENT =      perl DBI driver for CSV files
+COMMENT =      DBI driver for CSV files
 
-DISTNAME =     DBD-CSV-0.41
+DISTNAME =     DBD-CSV-0.48
 EXTRACT_SUFX = .tgz
 CATEGORIES =   databases
 MODULES =      cpan
 
-MAINTAINER = Andrew Fresh <afre...@openbsd.org>
+MAINTAINER =   Andrew Fresh <afre...@openbsd.org>
 
 # 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
+
+# Additional dependencies to avoid skipping tests
+# If someone ports DBI-Test, we will get more testing
+TEST_DEPENDS +=        devel/p5-Test-Pod \
+               devel/p5-Test-Pod-Coverage
 
 .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    5 Apr 2015 19:41:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (DBD-CSV-0.41.tgz) = 03NE77DgPXQ91aN9RYKiAfEdZadImEBgii4WknGqFns=
-SIZE (DBD-CSV-0.41.tgz) = 33291
+SHA256 (DBD-CSV-0.48.tgz) = 4Ri22EdBkpIoTJ0wg2hQffDO4TIIf3EiOyPFzu7ytX0=
+SIZE (DBD-CSV-0.48.tgz) = 40358
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   5 Apr 2015 19:41:05 -0000
@@ -1,7 +1,23 @@
-@comment $OpenBSD: PLIST,v 1.6 2005/02/13 16:28:09 msf Exp $
+@comment $OpenBSD$
 ${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

Reply via email to