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-Schema-Loader Updating databas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dbd517e5db7
branches:  trunk
changeset: 580938:4dbd517e5db7
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Sep 21 21:50:50 2010 +0000

description:
Updating databases/p5-DBIx-Class-Schema-Loader from 0.07001nb1 to 0.07002

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.07002  2010-09-11 01:48:00
        - Properly detect a schema loaded with use_moose on subsequent
          reloads
        - Die with a sensible message when a schema loaded with
          use_moose => 1 is reloaded with use_moose => 0
        - Switch to MRO::Compat
        - Fix oracle common tests failure / lc(undef) warnings
        - Bump Moose/Moosex::NonMoose optional dependencies to fixed-up
          versions
        - Fix mssql common tests failures with MSSQL 2005 (skip test of
          datatypes found only on MSSQL 2008)
        - Fix DB2 v8 test failures (skip tests of graphics types found
          only on DB2 v9)
        - Fix dangerous invocation of ->meta on classes during upgrade
          (may be *non* moosified and contain a user-defined meta() )
        - Multiple test cleanups and refactorings

diffstat:

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

diffs (35 lines):

diff -r cb13c80619d4 -r 4dbd517e5db7 databases/p5-DBIx-Class-Schema-Loader/Makefile
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile    Tue Sep 21 21:40:10 2010 +0000
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile    Tue Sep 21 21:50:50 2010 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2010/08/21 16:32:59 seb Exp $
+# $NetBSD: Makefile,v 1.12 2010/09/21 21:50:50 sno Exp $
 
-DISTNAME=      DBIx-Class-Schema-Loader-0.07001
+DISTNAME=      DBIx-Class-Schema-Loader-0.07002
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
 
@@ -22,6 +21,7 @@
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-Test-Kwalitee-[0-9]*:../../devel/p5-Test-Kwalitee
 BUILD_DEPENDS+=        {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
 BUILD_DEPENDS+=        p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
 
 DEPENDS+=      p5-Carp-Clan-[0-9]*:../../devel/p5-Carp-Clan
diff -r cb13c80619d4 -r 4dbd517e5db7 databases/p5-DBIx-Class-Schema-Loader/distinfo
--- a/databases/p5-DBIx-Class-Schema-Loader/distinfo    Tue Sep 21 21:40:10 2010 +0000
+++ b/databases/p5-DBIx-Class-Schema-Loader/distinfo    Tue Sep 21 21:50:50 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2010/08/19 20:27:18 sno Exp $
+$NetBSD: distinfo,v 1.7 2010/09/21 21:50:50 sno Exp $
 
-SHA1 (DBIx-Class-Schema-Loader-0.07001.tar.gz) = 9f8d5a6ecf58037aa3929f140ba3fc41e124964a
-RMD160 (DBIx-Class-Schema-Loader-0.07001.tar.gz) = 687e3182cfec81618c7b3cbb29bf7d391584a7ae
-Size (DBIx-Class-Schema-Loader-0.07001.tar.gz) = 136549 bytes
+SHA1 (DBIx-Class-Schema-Loader-0.07002.tar.gz) = 6c9774a17de37a4482e11310b3404034df616a78
+RMD160 (DBIx-Class-Schema-Loader-0.07002.tar.gz) = cf9c5637599eb59a2fb97564fd0d7ded48c59cff
+Size (DBIx-Class-Schema-Loader-0.07002.tar.gz) = 138192 bytes



Home | Main Index | Thread Index | Old Index