From 163b586d064533a6db3d6d87f7cf980904c80ca1 Mon Sep 17 00:00:00 2001 From: sno Date: Sun, 19 Jul 2009 11:08:00 +0000 Subject: pkgsrc changes: - Updating package for p5 module DBIx::Class from 0.08107 to 0.08108 - Reordering dependencies (alphabetically according to META.yml) Upstream changes: 0.08108 2009-07-05 23:15:00 (UTC) - Fixed the has_many prefetch with limit/group deficiency - it is now possible to select "top 5 commenters" while prefetching all their comments - New resultsed method count_rs, returns a ::ResultSetColumn which in turn returns a single count value - Even better support of count with limit - New on_connect_call/on_disconnect_call functionality (check POD of Storage::DBI) - Automatic datetime handling environment/session setup for Oracle via connect_call_datetime_setup() - count/all on related left-joined empty resultsets now correctly returns 0/() - Fixed regression when both page and offset are specified on a resultset - Fixed HRI returning too many empty results on multilevel nonexisting prefetch - make_column_dirty() now overwrites the deflated value with an inflated one if such exists - Fixed set_$rel with where restriction deleting rows outside the restriction - populate() returns the created objects or an arrayref of the created objects depending on scalar vs. list context - Fixed find_related on 'single' relationships - the former implementation would overspecify the WHERE condition, reporting no related objects when there in fact is one - SQL::Translator::Parser::DBIx::Class now attaches tables to the central schema object in relationship dependency order - Fixed regression in set_column() preventing sourceless object manipulations - Fixed a bug in search_related doubling a join if the original $rs already joins/prefetches the same relation - Storage::DBI::connected() improvements for Oracle and Sybase - Fixed prefetch+incomplete select regression introduced in 0.08100 - MSSQL limit (TOP emulation) fixes and improvements --- databases/p5-DBIx-Class/Makefile | 8 ++++---- databases/p5-DBIx-Class/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'databases') diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 37ae4519df5..2e9f10d6381 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2009/06/15 20:30:03 sno Exp $ +# $NetBSD: Makefile,v 1.11 2009/07/19 11:08:00 sno Exp $ -DISTNAME= DBIx-Class-0.08107 +DISTNAME= DBIx-Class-0.08108 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -28,9 +28,9 @@ 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-Test-Simple>=0.82:../../devel/p5-Test-Simple -BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception 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-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 060c461eede..3e3b209d7ae 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/06/15 20:30:03 sno Exp $ +$NetBSD: distinfo,v 1.9 2009/07/19 11:08:00 sno Exp $ -SHA1 (DBIx-Class-0.08107.tar.gz) = 0e422e775cc0c1919f1a9ea488dc0f301355c702 -RMD160 (DBIx-Class-0.08107.tar.gz) = a18caf68c2303120527175e56d603fc9a4ed883f -Size (DBIx-Class-0.08107.tar.gz) = 408865 bytes +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 -- cgit v1.2.3