This updates p5-DBI which is used by many things.  Mostly bugfixes, but
a fair number of changes in the last two years.

https://metacpan.org/changes/distribution/DBI

Upcoming is an update to p5-DBD-CSV which was the only obvious fallout I
saw from this update.

Maintainer email bounced, unknown user.

Also take maintainership
Index: databases/p5-DBI/Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-DBI/Makefile,v
retrieving revision 1.60
diff -u -p -u -r1.60 Makefile
--- databases/p5-DBI/Makefile   26 Mar 2013 18:24:29 -0000      1.60
+++ databases/p5-DBI/Makefile   15 May 2014 01:38:06 -0000
@@ -1,25 +1,25 @@
 # $OpenBSD: Makefile,v 1.60 2013/03/26 18:24:29 sthen Exp $
 
-SHARED_ONLY=   Yes
+SHARED_ONLY =  Yes
 
-COMMENT=       unified perl interface for database access
+COMMENT =      unified perl interface for database access
 
-MODULES=       cpan
-DISTNAME=      DBI-1.622
-CATEGORIES=    databases
+MODULES =      cpan
+DISTNAME =     DBI-1.631
+CATEGORIES =   databases
 
-HOMEPAGE=      http://dbi.perl.org/
-MAINTAINER=    Simon Bertrang <si...@openbsd.org>
+HOMEPAGE =     http://dbi.perl.org/
+MAINTAINER =   Andrew Fresh <afre...@openbsd.org>
 
 # Perl
-PERMIT_PACKAGE_CDROM=  Yes
+PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += c
 
-MAKE_ENV=      TEST_POD=1
-RUN_DEPENDS=   net/p5-PlRPC>=0.2017 \
-               databases/p5-SQL-Statement>=1.28 \
+RUN_DEPENDS =  net/p5-PlRPC>=0.2017 \
+               databases/p5-SQL-Statement>=1.400 \
                devel/p5-MLDBM
-BUILD_DEPENDS= ${RUN_DEPENDS}
+
+TEST_DEPENDS = devel/p5-Test-Pod>=1.00
 
 .include <bsd.port.mk>
Index: databases/p5-DBI/distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-DBI/distinfo,v
retrieving revision 1.25
diff -u -p -u -r1.25 distinfo
--- databases/p5-DBI/distinfo   13 Sep 2012 09:49:39 -0000      1.25
+++ databases/p5-DBI/distinfo   15 May 2014 01:38:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (DBI-1.622.tar.gz) = bpHEe/TIQTtvQ22WpicluDf/diMcjRrvdScCWn2GATw=
-SIZE (DBI-1.622.tar.gz) = 585651
+SHA256 (DBI-1.631.tar.gz) = 1wp0IIYwVZF/4gTIPmqDg4xY90g7qmhJlydyCJnN1RE=
+SIZE (DBI-1.631.tar.gz) = 589096

Reply via email to