diff options
author | sno <sno> | 2010-03-03 18:21:00 +0000 |
---|---|---|
committer | sno <sno> | 2010-03-03 18:21:00 +0000 |
commit | 052b48f67994b13d9d091b4df98817bfafcbe6e7 (patch) | |
tree | 41e6f59ff1fbff8d2c3c9a50ea98d560c17fd186 /databases/p5-DBIx-Class | |
parent | a58ce03129dfed9b51bdc17a3aed0e69b69bf5aa (diff) | |
download | pkgsrc-052b48f67994b13d9d091b4df98817bfafcbe6e7.tar.gz |
Updating databases/p5-DBIx-Class from 0.08119 to 0.08120
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.08120 2010-02-24 08:58:00 (UTC)
- Make sure possibly overwritten deployment_statements methods in
schemas get called on $schema->deploy
- Fix count() with group_by aliased-function resultsets
- with_deferred_fk_checks() Oracle support
- Massive refactor and cleanup of primary key handling
- Fixed regression losing custom result_class (really this time)
(RT#54697)
- Fixed regression in DBIC SQLT::Parser failing with a classname
(as opposed to a schema object)
- Changes to Storage::DBI::Oracle to accomodate changes in latest
SQL::Translator (quote handling)
- Make sure deployment_statements is per-storage overridable
- Fix dbicadmin's (lack of) POD
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 539e05d1e97..6ae4e064686 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2010/02/16 13:31:33 sno Exp $ +# $NetBSD: Makefile,v 1.18 2010/03/03 18:21:00 sno Exp $ -DISTNAME= DBIx-Class-0.08119 +DISTNAME= DBIx-Class-0.08120 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -15,6 +15,7 @@ DEPENDS+= p5-Class-Accessor-Grouped>=0.09000:../../devel/p5-Class-Accessor-Group #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 +DEPENDS+= p5-Context-Preserve>=0.01:../../devel/p5-Context-Preserve DEPENDS+= p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite DEPENDS+= p5-Data-Page>=2.00:../../devel/p5-Data-Page DEPENDS+= p5-Data-Dumper-Concise>=1.000:../../devel/p5-Data-Dumper-Concise @@ -41,7 +42,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DBIx/Class/.packlist PERL5_MODULE_TYPE= Module::Install -BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.605 +BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.609 .include "../../databases/p5-DBI/buildlink3.mk" .include "../../lang/perl5/module.mk" diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo index 4ebf0b22abe..07825aef6c1 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2010/02/16 13:31:33 sno Exp $ +$NetBSD: distinfo,v 1.16 2010/03/03 18:21:00 sno Exp $ -SHA1 (DBIx-Class-0.08119.tar.gz) = 086921be2cc89669c6281ad3fe7152a31dd7f17e -RMD160 (DBIx-Class-0.08119.tar.gz) = 6c0b17a2f062379a98f467be4b679ed86b3f7ccf -Size (DBIx-Class-0.08119.tar.gz) = 510707 bytes +SHA1 (DBIx-Class-0.08120.tar.gz) = b16397560c1b1bbb1bfab9b1712c841a44875840 +RMD160 (DBIx-Class-0.08120.tar.gz) = ea342a8f37bf0915b60c4bcdad9079be232aaa1f +Size (DBIx-Class-0.08120.tar.gz) = 513806 bytes |