Hi,
this is an update of p5-DBI to version 1.59.
As the maintainer didn't reply to the last few mails i'd like to take
over.
Tested on amd64 or i386 without any regressions.

This is a dependency of enough ports to hardly let me believe no-one is
using it - feedback is highly appreciated.

Regards,
Simon
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-DBI/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- Makefile    7 Jan 2007 00:43:09 -0000       1.44
+++ Makefile    25 Aug 2007 11:25:07 -0000
@@ -2,16 +2,16 @@
 
 SHARED_ONLY=   Yes
 
-COMMENT=       "unified perl interface for database access"
+COMMENT=       unified perl interface for database access
 
 MODULES=       cpan
-DISTNAME=      DBI-1.53
-PKGNAME=       p5-${DISTNAME}
+DISTNAME=      DBI-1.59
 CATEGORIES=    databases
 
-HOMEPAGE=      http://dbi.perl.org/index.html
-MAINTAINER=    Michael Coulter <[EMAIL PROTECTED]>
+HOMEPAGE=      http://dbi.perl.org/
+MAINTAINER=    Simon Bertrang <[EMAIL PROTECTED]>
 
+# Perl
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-DBI/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo    5 Apr 2007 15:37:50 -0000       1.19
+++ distinfo    25 Aug 2007 11:25:07 -0000
@@ -1,5 +1,5 @@
-MD5 (DBI-1.53.tar.gz) = 523+6zfrc0Y0KkkULTYXHQ==
-RMD160 (DBI-1.53.tar.gz) = ekxxKjvK5BDCj+2c8TukhWlbkZ0=
-SHA1 (DBI-1.53.tar.gz) = wevX4MQ6OqTvVzWACRLfmnQ9K+s=
-SHA256 (DBI-1.53.tar.gz) = osZWLGBtFlYFzbDEFgZrm+lRsasfznST1GWV0OFhHsQ=
-SIZE (DBI-1.53.tar.gz) = 423124
+MD5 (DBI-1.59.tar.gz) = 95O9fhyncBi+HsFr+BYUzQ==
+RMD160 (DBI-1.59.tar.gz) = 31UrZw8C4Im912cciAlz0NlPaLU=
+SHA1 (DBI-1.59.tar.gz) = S0XXUUaY7LtUIuPYtn8dDeHPduQ=
+SHA256 (DBI-1.59.tar.gz) = 49Jsq/hw6l20dNs5jmo9r25NPTvZ690obuAFed4uLng=
+SIZE (DBI-1.59.tar.gz) = 489903
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/p5-DBI/pkg/PLIST,v
retrieving revision 1.27
diff -u -p -r1.27 PLIST
--- pkg/PLIST   7 Jan 2007 00:43:09 -0000       1.27
+++ pkg/PLIST   25 Aug 2007 11:25:07 -0000
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.27 2007/01/07 00:43:09 espie Exp $
+bin/dbilogstrip
 bin/dbiprof
 bin/dbiproxy
 ${P5ARCH}/
@@ -8,6 +9,18 @@ ${P5ARCH}/DBD/
 ${P5ARCH}/DBD/DBM.pm
 ${P5ARCH}/DBD/ExampleP.pm
 ${P5ARCH}/DBD/File.pm
+${P5ARCH}/DBD/Gofer/
+${P5ARCH}/DBD/Gofer.pm
+${P5ARCH}/DBD/Gofer/Policy/
+${P5ARCH}/DBD/Gofer/Policy/Base.pm
+${P5ARCH}/DBD/Gofer/Policy/classic.pm
+${P5ARCH}/DBD/Gofer/Policy/pedantic.pm
+${P5ARCH}/DBD/Gofer/Policy/rush.pm
+${P5ARCH}/DBD/Gofer/Transport/
+${P5ARCH}/DBD/Gofer/Transport/Base.pm
+${P5ARCH}/DBD/Gofer/Transport/null.pm
+${P5ARCH}/DBD/Gofer/Transport/pipeone.pm
+${P5ARCH}/DBD/Gofer/Transport/stream.pm
 ${P5ARCH}/DBD/NullP.pm
 ${P5ARCH}/DBD/Proxy.pm
 ${P5ARCH}/DBD/Sponge.pm
@@ -24,6 +37,14 @@ ${P5ARCH}/DBI/DBD/
 ${P5ARCH}/DBI/DBD.pm
 ${P5ARCH}/DBI/DBD/Metadata.pm
 ${P5ARCH}/DBI/FAQ.pm
+${P5ARCH}/DBI/Gofer/
+${P5ARCH}/DBI/Gofer/Execute.pm
+${P5ARCH}/DBI/Gofer/Request.pm
+${P5ARCH}/DBI/Gofer/Response.pm
+${P5ARCH}/DBI/Gofer/Transport/
+${P5ARCH}/DBI/Gofer/Transport/Base.pm
+${P5ARCH}/DBI/Gofer/Transport/pipeone.pm
+${P5ARCH}/DBI/Gofer/Transport/stream.pm
 ${P5ARCH}/DBI/Profile.pm
 ${P5ARCH}/DBI/ProfileData.pm
 ${P5ARCH}/DBI/ProfileDumper/
@@ -35,6 +56,8 @@ ${P5ARCH}/DBI/PurePerl.pm
 ${P5ARCH}/DBI/Roadmap.pm
 ${P5ARCH}/DBI/SQL/
 ${P5ARCH}/DBI/SQL/Nano.pm
+${P5ARCH}/DBI/Util/
+${P5ARCH}/DBI/Util/_accessor.pm
 ${P5ARCH}/DBI/W32ODBC.pm
 @comment ${P5ARCH}/Roadmap.pod
 @comment ${P5ARCH}/TASKS.pod
@@ -51,11 +74,23 @@ ${P5ARCH}/auto/DBI/dbd_xsh.h
 ${P5ARCH}/auto/DBI/dbi_sql.h
 ${P5ARCH}/auto/DBI/dbipport.h
 ${P5ARCH}/auto/DBI/dbivport.h
+${P5ARCH}/auto/DBI/dbixs_rev.h
+${P5ARCH}/dbixs_rev.pl
[EMAIL PROTECTED] man/man1/dbilogstrip.1
 @man man/man1/dbiprof.1
 @man man/man1/dbiproxy.1
 @man man/man3p/Bundle::DBI.3p
 @man man/man3p/DBD::DBM.3p
 @man man/man3p/DBD::File.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer::Policy::Base.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer::Policy::classic.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer::Policy::pedantic.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer::Policy::rush.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer::Transport::Base.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer::Transport::null.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer::Transport::pipeone.3p
[EMAIL PROTECTED] man/man3p/DBD::Gofer::Transport::stream.3p
 @man man/man3p/DBD::Proxy.3p
 @man man/man3p/DBD::Sponge.3p
 @man man/man3p/DBI.3p
@@ -66,6 +101,12 @@ ${P5ARCH}/auto/DBI/dbivport.h
 @man man/man3p/DBI::DBD.3p
 @man man/man3p/DBI::DBD::Metadata.3p
 @man man/man3p/DBI::FAQ.3p
[EMAIL PROTECTED] man/man3p/DBI::Gofer::Execute.3p
[EMAIL PROTECTED] man/man3p/DBI::Gofer::Request.3p
[EMAIL PROTECTED] man/man3p/DBI::Gofer::Response.3p
[EMAIL PROTECTED] man/man3p/DBI::Gofer::Transport::Base.3p
[EMAIL PROTECTED] man/man3p/DBI::Gofer::Transport::pipeone.3p
[EMAIL PROTECTED] man/man3p/DBI::Gofer::Transport::stream.3p
 @man man/man3p/DBI::Profile.3p
 @man man/man3p/DBI::ProfileData.3p
 @man man/man3p/DBI::ProfileDumper.3p

Reply via email to