diff options
author | sno <sno@pkgsrc.org> | 2009-04-29 08:56:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-29 08:56:14 +0000 |
commit | 9f79c369ce337f3d3ae80706e0bdf40af48e5e6d (patch) | |
tree | 657bd9d8dba1d6642858a9c619bdff4b918ae859 /databases | |
parent | 0499c945320ab500bf211694c5cee1fec94fb43b (diff) | |
download | pkgsrc-9f79c369ce337f3d3ae80706e0bdf40af48e5e6d.tar.gz |
PkgSrc changes:
- Updating package for perl module DBIx::Class to 0.08101
- bump dependency to Class::C3::Componentised
Upstream changes since 0.08100:
0.08101 2009-04-27 09:45:00 (UTC)
- Fix +select, +as, +columns and include_columns being stripped
by $rs->get_column
- move load_optional_class from DBIx::Class::Componentised to
Class::C3::Componentised, bump dependency
- register_extra_source() now *really* fixed wrt subclassing
- Added missing POD descriptions (RT#45195)
- Fix insert() to not store_column() every present object column
- Multiple Makefile.PL fixes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 0596373d537..9fe8f01f4f1 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2009/04/24 17:28:05 sno Exp $ +# $NetBSD: Makefile,v 1.6 2009/04/29 08:56:14 sno Exp $ -DISTNAME= DBIx-Class-0.08100 +DISTNAME= DBIx-Class-0.08101 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -12,7 +12,7 @@ COMMENT= Extensible and flexible object <-> relational mapper DEPENDS+= p5-Carp-Clan>=0:../../devel/p5-Carp-Clan DEPENDS+= p5-Class-Accessor-Grouped>=0.08003:../../devel/p5-Class-Accessor-Grouped DEPENDS+= p5-Class-C3>=0.20:../../devel/p5-Class-C3 -DEPENDS+= p5-Class-C3-Componentised>=1.0004:../../devel/p5-Class-C3-Componentised +DEPENDS+= p5-Class-C3-Componentised>=1.0005:../../devel/p5-Class-C3-Componentised DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector DEPENDS+= p5-Data-Page>=2.00:../../devel/p5-Data-Page DEPENDS+= p5-JSON-Any>=1.17:../../converters/p5-JSON-Any diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo index 8339839b73f..24185a84ba0 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/04/24 17:28:05 sno Exp $ +$NetBSD: distinfo,v 1.5 2009/04/29 08:56:14 sno Exp $ -SHA1 (DBIx-Class-0.08100.tar.gz) = e5b88eed7b394a0036d83a3ed0776892a46b5709 -RMD160 (DBIx-Class-0.08100.tar.gz) = 1d92ddea0371439abe2c45d69e9551edeb6ba16a -Size (DBIx-Class-0.08100.tar.gz) = 430733 bytes +SHA1 (DBIx-Class-0.08101.tar.gz) = bb2dc5fa01cf6731e5c67be1bba42f2a70ce4d34 +RMD160 (DBIx-Class-0.08101.tar.gz) = fc9b64baf6ce55bdf4ee0abe36bccb987acc136a +Size (DBIx-Class-0.08101.tar.gz) = 429865 bytes |