Sat Aug 6 14:47:29 2011 UTC ()
Changes 1.1616:
* Fixed spurious dbi_profile lines written to the log when
  profiling is enabled and a trace flag, like SQL, is used.
* Fixed to recognize SQL::Statement errors even if instantiated
  with RaiseError=0
* Fixed RT-61513 by catching attribute assignment to tied table access
  interface
* Fixing some misbehavior of DBD::File when running within the Gofer server.
* Fixed compiler warnings RT-62640
* Optimized connect() to remove redundant FETCH of \%attrib values.
* Improved initialization phases in DBI::DBD::SqlEngine
* Added DBD::Gofer::Transport::corostream. An experimental proof-of-concept
  transport that enables asynchronous database calls with few code changes.
  It enables asynchronous use of DBI frameworks like DBIx::Class.
* Added additional notes on DBDs which avoid creating a statement in
  the do() method and the effects on error handlers
* Adding new attribute "sql_dialect" to DBI::DBD::SqlEngine to allow
  users control used SQL dialect (ANSI, CSV or AnyData), defaults to CSV
* Add documentation for DBI::DBD::SqlEngine attributes
* Documented dbd_st_execute return
* Fixed typo in InactiveDestroy


(adam)
diff -r1.50 -r1.51 pkgsrc/databases/p5-DBI/Makefile
diff -r1.30 -r1.31 pkgsrc/databases/p5-DBI/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/databases/p5-DBI/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI/Makefile 2010/09/22 20:51:29 1.50
+++ pkgsrc/databases/p5-DBI/Makefile 2011/08/06 14:47:28 1.51
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.50 2010/09/22 20:51:29 sno Exp $ 1# $NetBSD: Makefile,v 1.51 2011/08/06 14:47:28 adam Exp $
2 2
3DISTNAME= DBI-1.615 3DISTNAME= DBI-1.616
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
7 7
8MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
9HOMEPAGE= http://dbi.perl.org/ 9HOMEPAGE= http://dbi.perl.org/
10COMMENT= The database-independent Perl database access API 10COMMENT= The database-independent Perl database access API
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13REPLACE_PERL= dbixs_rev.pl 
14 
15USE_LANGUAGES= c 
16PERL5_PACKLIST= auto/DBI/.packlist 
17 
18PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
19PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
20 15
 16USE_LANGUAGES= c
 17PERL5_PACKLIST= auto/DBI/.packlist
 18REPLACE_PERL= dbixs_rev.pl
 19
21.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.30 -r1.31 pkgsrc/databases/p5-DBI/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI/distinfo 2010/09/22 20:51:29 1.30
+++ pkgsrc/databases/p5-DBI/distinfo 2011/08/06 14:47:28 1.31
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.30 2010/09/22 20:51:29 sno Exp $ 1$NetBSD: distinfo,v 1.31 2011/08/06 14:47:28 adam Exp $
2 2
3SHA1 (DBI-1.615.tar.gz) = 086d0dc9f17db9d8e4f083a6236cca82d90694a6 3SHA1 (DBI-1.616.tar.gz) = d969beb953c39f817f2329dcca6293ef5b048b50
4RMD160 (DBI-1.615.tar.gz) = 6ac748c9bc93c7981a8f61d48dddd045dbe3bcd9 4RMD160 (DBI-1.616.tar.gz) = ddfcd154546f78e1524f602356c209ec7975a464
5Size (DBI-1.615.tar.gz) = 571379 bytes 5Size (DBI-1.616.tar.gz) = 576803 bytes