summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authorsno <sno>2009-08-19 06:55:47 +0000
committersno <sno>2009-08-19 06:55:47 +0000
commiteea87f5653c5f06b7b4cc852b1bc9e6aed82c3fe (patch)
tree773ab7c76c5ad2b1c10951afc6e047ecfd5ab880 /databases/p5-DBIx-Class
parent44e00d0f112cb67e079e3df98d0abfef110842ca (diff)
downloadpkgsrc-eea87f5653c5f06b7b4cc852b1bc9e6aed82c3fe.tar.gz
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 (limited to 'databases/p5-DBIx-Class')
-rw-r--r--databases/p5-DBIx-Class/Makefile7
-rw-r--r--databases/p5-DBIx-Class/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile
index 2e9f10d6381..f6ba567f2e4 100644
--- a/databases/p5-DBIx-Class/Makefile
+++ b/databases/p5-DBIx-Class/Makefile
@@ -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-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Uti
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 --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo
index 3e3b209d7ae..b2a42145382 100644
--- a/databases/p5-DBIx-Class/distinfo
+++ b/databases/p5-DBIx-Class/distinfo
@@ -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