summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-08-06 14:47:28 +0000
committeradam <adam@pkgsrc.org>2011-08-06 14:47:28 +0000
commit334d661f8ac26cc27e5dd66576e2a9147147274e (patch)
tree292206e28c9090d58020fdcf411835de8dd5cfae /databases/p5-DBI
parent6a7e122efffbf8b20d95ccb2f9b662859c3a168f (diff)
downloadpkgsrc-334d661f8ac26cc27e5dd66576e2a9147147274e.tar.gz
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
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile13
-rw-r--r--databases/p5-DBI/distinfo8
2 files changed, 10 insertions, 11 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 91487a10a7a..f18dc0b660c 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2010/09/22 20:51:29 sno Exp $
+# $NetBSD: Makefile,v 1.51 2011/08/06 14:47:28 adam Exp $
-DISTNAME= DBI-1.615
+DISTNAME= DBI-1.616
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -10,13 +10,12 @@ HOMEPAGE= http://dbi.perl.org/
COMMENT= The database-independent Perl database access API
LICENSE= ${PERL5_LICENSE}
-REPLACE_PERL= dbixs_rev.pl
-
-USE_LANGUAGES= c
-PERL5_PACKLIST= auto/DBI/.packlist
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/DBI/.packlist
+REPLACE_PERL= dbixs_rev.pl
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index 3a2a85a9fad..1cf4f7f0798 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2010/09/22 20:51:29 sno Exp $
+$NetBSD: distinfo,v 1.31 2011/08/06 14:47:28 adam Exp $
-SHA1 (DBI-1.615.tar.gz) = 086d0dc9f17db9d8e4f083a6236cca82d90694a6
-RMD160 (DBI-1.615.tar.gz) = 6ac748c9bc93c7981a8f61d48dddd045dbe3bcd9
-Size (DBI-1.615.tar.gz) = 571379 bytes
+SHA1 (DBI-1.616.tar.gz) = d969beb953c39f817f2329dcca6293ef5b048b50
+RMD160 (DBI-1.616.tar.gz) = ddfcd154546f78e1524f602356c209ec7975a464
+Size (DBI-1.616.tar.gz) = 576803 bytes