pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBI pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d1f51dd4625
branches:  trunk
changeset: 394715:6d1f51dd4625
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jun 14 21:03:32 2009 +0000

description:
pkgsrc changes:
  - Updating package of p5 module DBI & Co. from 1.608 to 1.609
  - Setting LICENSE to ${PERL5_LICENSE} according to META.yaml
  - Removing dependency to devel/p5-Test-Simple: required version is
    in pkgsrc distributed perl core

Upstream changes:
  Fixes to DBD::File (H.Merijn Brand)
    added f_schema attribute
    table names case sensitive when quoted, insensitive when unquoted
    workaround a bug in SQL::Statement (temporary fix) related
      to the "You passed x parameters where y required" error

  Added ImplementorClass and Name info to the "Issuing rollback() due to
    DESTROY without explicit disconnect" warning to identify the handle.
    Applies to compiled drivers when they are recompiled.
  Added DBI->visit_handles($coderef) method.
  Added $h->visit_child_handles($coderef) method.
  Added docs for column_info()'s COLUMN_DEF value.
  Clarified docs on stickyness of data type via bind_param().
  Clarified docs on stickyness of data type via bind_col().

diffstat:

 databases/p5-DBI/Makefile |  8 +++-----
 databases/p5-DBI/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r bb06e247621d -r 6d1f51dd4625 databases/p5-DBI/Makefile
--- a/databases/p5-DBI/Makefile Sun Jun 14 21:02:45 2009 +0000
+++ b/databases/p5-DBI/Makefile Sun Jun 14 21:03:32 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2009/05/06 06:34:10 sno Exp $
+# $NetBSD: Makefile,v 1.45 2009/06/14 21:03:32 sno Exp $
 
-DISTNAME=      DBI-1.608
+DISTNAME=      DBI-1.609
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -8,12 +8,10 @@
 MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://dbi.perl.org/
 COMMENT=       The database-independent Perl database access API
+LICENSE=       ${PERL5_LICENSE}
 
 REPLACE_PERL=  dbixs_rev.pl
 
-# Tests need Test::More
-BUILD_DEPENDS+=        p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
-
 USE_LANGUAGES= c
 PERL5_PACKLIST=        auto/DBI/.packlist
 
diff -r bb06e247621d -r 6d1f51dd4625 databases/p5-DBI/distinfo
--- a/databases/p5-DBI/distinfo Sun Jun 14 21:02:45 2009 +0000
+++ b/databases/p5-DBI/distinfo Sun Jun 14 21:03:32 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2009/05/06 06:34:10 sno Exp $
+$NetBSD: distinfo,v 1.26 2009/06/14 21:03:32 sno Exp $
 
-SHA1 (DBI-1.608.tar.gz) = 6ce03c2d385ba6a12a45a0cf4900001bbcf4176b
-RMD160 (DBI-1.608.tar.gz) = 646a6d3ff7ca796ae0ca17bb54c14e45992080b2
-Size (DBI-1.608.tar.gz) = 508058 bytes
+SHA1 (DBI-1.609.tar.gz) = abb8071a3451c36099846f73838cb7a6533e3bd8
+RMD160 (DBI-1.609.tar.gz) = 1f1e8ffb795168c65add2ac13d3549ab9958b934
+Size (DBI-1.609.tar.gz) = 510309 bytes



Home | Main Index | Thread Index | Old Index