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 package databases/p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/914232bac53d
branches:  trunk
changeset: 397803:914232bac53d
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Aug 19 06:55:47 2009 +0000

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

pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
0.08109 2009-08-18 08:35:00 (UTC)
        - Replication updates:
          - Improved the replication tests so that they are more reliable
            and accurate, and hopefully solve some cross platform issues.
          - Bugfixes related to naming particular replicants in a
            'force_pool' attribute.
          - Lots of documentation updates, including a new Introduction.pod
            file.
          - Fixed the way we detect transaction to make this more reliable
            and forward looking.
          - Fixed some trouble with the way Moose Types are used.
          - Made discard_chages/get_from_storage replication aware (they
            now read from the master storage by default)
        - Refactor of MSSQL storage drivers, with some new features:
          - Support for placeholders for MSSQL via DBD::Sybase with proper
            autodetection
          - 'uniqueidentifier' support with auto newid()
          - Dynamic cursor support and other MARS options for ODBC
          - savepoints with auto_savepoint => 1
        - Support for MSSQL 'money' type
        - Support for 'smalldatetime' type used in MSSQL and Sybase for
          InflateColumn::DateTime
        - support for Postgres 'timestamp without timezone' type in
          InflateColumn::DateTime (RT#48389)
        - Added new MySQL specific on_connect_call macro 'set_strict_mode'
          (also known as make_mysql_not_suck_as_much)
        - Multiple prefetch-related fixes:
          - Adjust overly agressive subquery join-chain pruning
          - Always preserve the outer join-chain - fixes numerous
            problems with search_related chaining
          - Deal with the distinct => 1 attribute properly when using
            prefetch
        - An extension of the select-hashref syntax, allowing labeling
          SQL-side aliasing: select => [ { max => 'foo', -as => 'bar' } ]
        - Massive optimization of the DBI storage layer - reduce the
          amount of connected() ping-calls
        - Some fixes of multi-create corner cases
        - Multiple POD improvements
        - Added exception when resultset is called without an argument
        - Improved support for non-schema-qualified tables under
          Postgres (fixed last_insert_id sequence name auto-detection)

diffstat:

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

diffs (37 lines):

diff -r 00871ceeeb85 -r 914232bac53d databases/p5-DBIx-Class/Makefile
--- a/databases/p5-DBIx-Class/Makefile  Wed Aug 19 06:43:23 2009 +0000
+++ b/databases/p5-DBIx-Class/Makefile  Wed Aug 19 06:55:47 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2009/07/19 11:08:00 sno Exp $
+# $NetBSD: Makefile,v 1.12 2009/08/19 06:55:47 sno Exp $
 
-DISTNAME=      DBIx-Class-0.08108
+DISTNAME=      DBIx-Class-0.08109
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -28,9 +28,10 @@
 DEPENDS+=      {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable
 DEPENDS+=      p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
 
+BUILD_DEPENDS+=        p5-File-Temp>=0.22:../../devel/p5-File-Temp
 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.82:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Test-Simple>=0.92:../../devel/p5-Test-Simple
 BUILD_DEPENDS+=        p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 00871ceeeb85 -r 914232bac53d databases/p5-DBIx-Class/distinfo
--- a/databases/p5-DBIx-Class/distinfo  Wed Aug 19 06:43:23 2009 +0000
+++ b/databases/p5-DBIx-Class/distinfo  Wed Aug 19 06:55:47 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2009/07/19 11:08:00 sno Exp $
+$NetBSD: distinfo,v 1.10 2009/08/19 06:55:47 sno Exp $
 
-SHA1 (DBIx-Class-0.08108.tar.gz) = 7456886eca33dbf6c43aaa4387c9c4865054ac6b
-RMD160 (DBIx-Class-0.08108.tar.gz) = 2922400b13452568072dff54f43bc451f3c9eb6e
-Size (DBIx-Class-0.08108.tar.gz) = 427175 bytes
+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



Home | Main Index | Thread Index | Old Index