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 Updating databases/p5-DBIx-Cla...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a2ad1a0ecf2
branches:  trunk
changeset: 398995:9a2ad1a0ecf2
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 12 19:30:16 2009 +0000

description:
Updating databases/p5-DBIx-Class from 0.08109 to 0.08111

pkgsrc changes:
  - Updating dependencies

Upstream changes:
0.08111 2009-09-06 21:58:00 (UTC)
        - The hashref to connection_info now accepts a 'dbh_maker'
          coderef, allowing better intergration with Catalyst
        - Fixed a complex prefetch + regular join regression introduced
          in 0.08108
        - Fixed insert_bulk rebless handling
        - Fixed Storable roundtrip regression, and general serialization
          cleanup
        - SQLT related fixes:
          - sqlt_type is now called on the correct storage object
          - hooks can now see the correct producer_type (RT#47891)
          - optional SQLT requirements for e.g. deploy() bumped to 0.11002
        - Really fixed (and greatly cleaned up) postgresql autoinc sequence
          autodetection
        - Automatically detect MySQL v3 and use INNER JOIN instead of JOIN
        - POD improvements (including RT#48769)
        - Test suite tweaks (including fixes for recent CPANTS fails)
        - Better support for MSSQL IDENTITY_INSERT ON

diffstat:

 databases/p5-DBIx-Class/Makefile   |  10 +++++-----
 databases/p5-DBIx-Class/distinfo   |   8 ++++----
 databases/p5-DBIx-Class/options.mk |   4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (68 lines):

diff -r c8b292a96af1 -r 9a2ad1a0ecf2 databases/p5-DBIx-Class/Makefile
--- a/databases/p5-DBIx-Class/Makefile  Sat Sep 12 19:25:06 2009 +0000
+++ b/databases/p5-DBIx-Class/Makefile  Sat Sep 12 19:30:16 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2009/08/19 06:55:47 sno Exp $
+# $NetBSD: Makefile,v 1.13 2009/09/12 19:30:16 sno Exp $
 
-DISTNAME=      DBIx-Class-0.08109
+DISTNAME=      DBIx-Class-0.08111
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -11,7 +11,7 @@
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Carp-Clan>=6.0:../../devel/p5-Carp-Clan
-DEPENDS+=      p5-Class-Accessor-Grouped>=0.08003:../../devel/p5-Class-Accessor-Grouped
+DEPENDS+=      p5-Class-Accessor-Grouped>=0.09000:../../devel/p5-Class-Accessor-Grouped
 DEPENDS+=      p5-Class-C3>=0.20:../../devel/p5-Class-C3
 DEPENDS+=      p5-Class-C3-Componentised>=1.0005:../../devel/p5-Class-C3-Componentised
 DEPENDS+=      p5-Class-Inspector>=1.24:../../devel/p5-Class-Inspector
@@ -21,7 +21,7 @@
 DEPENDS+=      p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
 DEPENDS+=      p5-Module-Find>=0.06:../../devel/p5-Module-Find
 DEPENDS+=      p5-Path-Class>=0.16:../../devel/p5-Path-Class
-DEPENDS+=      p5-SQL-Abstract>=1.56:../../databases/p5-SQL-Abstract
+DEPENDS+=      p5-SQL-Abstract>=1.58:../../databases/p5-SQL-Abstract
 DEPENDS+=      p5-SQL-Abstract-Limit>=0.13:../../databases/p5-SQL-Abstract-Limit
 DEPENDS+=      p5-Scope-Guard>=0.03:../../devel/p5-Scope-Guard
 DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils
@@ -32,7 +32,7 @@
 BUILD_DEPENDS+=        p5-Test-Deep>=0:../../devel/p5-Test-Deep
 BUILD_DEPENDS+=        p5-Test-Exception>=0:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-Test-Simple>=0.92:../../devel/p5-Test-Simple
-BUILD_DEPENDS+=        p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
+BUILD_DEPENDS+=        p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r c8b292a96af1 -r 9a2ad1a0ecf2 databases/p5-DBIx-Class/distinfo
--- a/databases/p5-DBIx-Class/distinfo  Sat Sep 12 19:25:06 2009 +0000
+++ b/databases/p5-DBIx-Class/distinfo  Sat Sep 12 19:30:16 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/08/19 06:55:47 sno Exp $
+$NetBSD: distinfo,v 1.11 2009/09/12 19:30:16 sno Exp $
 
-SHA1 (DBIx-Class-0.08109.tar.gz) = 98d174ae346cd3a6e3f158428d6d58ba0a02691d
-RMD160 (DBIx-Class-0.08109.tar.gz) = 2a65690da04f60083693aefd0d364a1a169c56ab
-Size (DBIx-Class-0.08109.tar.gz) = 445784 bytes
+SHA1 (DBIx-Class-0.08111.tar.gz) = b4e573ae242f767c2b3a28e41c4a5b281811ae3f
+RMD160 (DBIx-Class-0.08111.tar.gz) = b28ca25fa4342e11ca673d2ab0b117bb2da133b3
+Size (DBIx-Class-0.08111.tar.gz) = 454885 bytes
diff -r c8b292a96af1 -r 9a2ad1a0ecf2 databases/p5-DBIx-Class/options.mk
--- a/databases/p5-DBIx-Class/options.mk        Sat Sep 12 19:25:06 2009 +0000
+++ b/databases/p5-DBIx-Class/options.mk        Sat Sep 12 19:30:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/06/15 20:30:03 sno Exp $
+# $NetBSD: options.mk,v 1.3 2009/09/12 19:30:16 sno Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-DBIx-Class
 PKG_SUPPORTED_OPTIONS= sql-translator
@@ -7,5 +7,5 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Msql-translator)
-DEPENDS+=      p5-SQL-Translator>=0.09004:../../databases/p5-SQL-Translator
+DEPENDS+=      p5-SQL-Translator>=0.11002:../../databases/p5-SQL-Translator
 .endif



Home | Main Index | Thread Index | Old Index