pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class Updated to 0.08196



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2c5851978e5
branches:  trunk
changeset: 598523:e2c5851978e5
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Thu Jan 26 15:13:33 2012 +0000

description:
Updated to 0.08196

Changes:
0.08196 2011-11-29 05:35 (UTC)
    * Fixes
        - Fix tests for DBD::SQLite >= 1.34.
        - Fix test failures with DBICTEST_SQLITE_USE_FILE set
        - Fix the find() condition heuristics being invoked even when the
          call defaults to 'primary' (i.e. when invoked with bare values)
        - Throw much clearer error on incorrect inflation spec
        - Fix incorrect storage behavior when first call on a fresh schema
          is with_deferred_fk_checks
        - Fix incorrect dependency on Test::Simple/Builder (RT#72282)
        - Fix uninitialized warning in ::Storage::Sybase::ASE
        - Improve/cache  DBD-specific datatype bind checks (also solves a
          nasty memleak with version.pm on multiple ->VERSION invocations)
        - The internal carp module now correctly skips CAG frames when
          reporting a callsite
        - Fix test failures on perl < 5.8.7 and new Package::Stash::XS
        - Fix TxnScopeGuard not behaving correctly when $@ is set at the
          time of $guard instantiation
        - Fix the join/prefetch resolver when dealing with ''/undef/()
          relation specifications

    * Misc
        - No longer depend on Variable::Magic now that a pure-perl
          namespace::clean is available
        - Drop Oracle's Math::BigInt req down to 1.80 - no fixes concerning
          us were made since

diffstat:

 databases/p5-DBIx-Class/Makefile |  6 ++++--
 databases/p5-DBIx-Class/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 10a583525aff -r e2c5851978e5 databases/p5-DBIx-Class/Makefile
--- a/databases/p5-DBIx-Class/Makefile  Thu Jan 26 15:03:39 2012 +0000
+++ b/databases/p5-DBIx-Class/Makefile  Thu Jan 26 15:13:33 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2011/10/11 12:43:36 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.24 2012/01/26 15:13:33 rhaen Exp $
 
-DISTNAME=      DBIx-Class-0.08195
+DISTNAME=      DBIx-Class-0.08196
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -16,7 +16,9 @@
 DEPENDS+=      p5-Class-Inspector>=1.24:../../devel/p5-Class-Inspector
 DEPENDS+=      p5-Context-Preserve>=0.01:../../devel/p5-Context-Preserve
 DEPENDS+=      p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite
+DEPENDS+=      p5-Config-Any>=0.20:../../devel/p5-Config-Any
 DEPENDS+=      p5-Data-Page>=2.00:../../devel/p5-Data-Page
+DEPENDS+=      p5-Data-Compare>=1.22:../../devel/p5-Data-Compare
 DEPENDS+=      p5-Data-Dumper-Concise>=1.000:../../devel/p5-Data-Dumper-Concise
 DEPENDS+=      p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
 DEPENDS+=      p5-Math-Base36>=0.07:../../math/p5-Math-Base36
diff -r 10a583525aff -r e2c5851978e5 databases/p5-DBIx-Class/distinfo
--- a/databases/p5-DBIx-Class/distinfo  Thu Jan 26 15:03:39 2012 +0000
+++ b/databases/p5-DBIx-Class/distinfo  Thu Jan 26 15:13:33 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2011/10/08 03:54:34 hiramatsu Exp $
+$NetBSD: distinfo,v 1.19 2012/01/26 15:13:33 rhaen Exp $
 
-SHA1 (DBIx-Class-0.08195.tar.gz) = 14c4467a28e5d5986ff497522aeb4392b3af9d4b
-RMD160 (DBIx-Class-0.08195.tar.gz) = 97ed78d355ff0a26f0868eae9875b21ec867e1e0
-Size (DBIx-Class-0.08195.tar.gz) = 664222 bytes
+SHA1 (DBIx-Class-0.08196.tar.gz) = 19f2963a479eecfbd3eaaa827b753f1fbba16e82
+RMD160 (DBIx-Class-0.08196.tar.gz) = 7963f7da9269f84ce3205944d899a64e34f16dba
+Size (DBIx-Class-0.08196.tar.gz) = 667259 bytes



Home | Main Index | Thread Index | Old Index