diff options
author | sno <sno@pkgsrc.org> | 2009-09-12 19:30:16 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-12 19:30:16 +0000 |
commit | 4dc01b972c40f849d01fdf2b872e8524b9dc2265 (patch) | |
tree | d5fef1084968f0507197fbbba0e9779a1635a2ea /databases/p5-DBIx-Class | |
parent | 015932fb97421e2ecb6bc970a7496399aa14a11b (diff) | |
download | pkgsrc-4dc01b972c40f849d01fdf2b872e8524b9dc2265.tar.gz |
Updating databases/p5-DBIx-Class from 0.08109 to 0.08111
pkgsrc changes:
- Updating dependencies
Upstream changes:
0.08111 2009-09-06 21:58:00 (UTC)
- The hashref to connection_info now accepts a 'dbh_maker'
coderef, allowing better intergration with Catalyst
- Fixed a complex prefetch + regular join regression introduced
in 0.08108
- Fixed insert_bulk rebless handling
- Fixed Storable roundtrip regression, and general serialization
cleanup
- SQLT related fixes:
- sqlt_type is now called on the correct storage object
- hooks can now see the correct producer_type (RT#47891)
- optional SQLT requirements for e.g. deploy() bumped to 0.11002
- Really fixed (and greatly cleaned up) postgresql autoinc sequence
autodetection
- Automatically detect MySQL v3 and use INNER JOIN instead of JOIN
- POD improvements (including RT#48769)
- Test suite tweaks (including fixes for recent CPANTS fails)
- Better support for MSSQL IDENTITY_INSERT ON
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/distinfo | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/options.mk | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index f6ba567f2e4..8bccabb1a24 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2009/08/19 06:55:47 sno Exp $ +# $NetBSD: Makefile,v 1.13 2009/09/12 19:30:16 sno Exp $ -DISTNAME= DBIx-Class-0.08109 +DISTNAME= DBIx-Class-0.08111 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -11,7 +11,7 @@ COMMENT= Extensible and flexible object <-> relational mapper LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Carp-Clan>=6.0:../../devel/p5-Carp-Clan -DEPENDS+= p5-Class-Accessor-Grouped>=0.08003:../../devel/p5-Class-Accessor-Grouped +DEPENDS+= p5-Class-Accessor-Grouped>=0.09000:../../devel/p5-Class-Accessor-Grouped 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 @@ -21,7 +21,7 @@ DEPENDS+= p5-JSON-Any>=1.18:../../converters/p5-JSON-Any DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat DEPENDS+= p5-Module-Find>=0.06:../../devel/p5-Module-Find DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class -DEPENDS+= p5-SQL-Abstract>=1.56:../../databases/p5-SQL-Abstract +DEPENDS+= p5-SQL-Abstract>=1.58:../../databases/p5-SQL-Abstract DEPENDS+= p5-SQL-Abstract-Limit>=0.13:../../databases/p5-SQL-Abstract-Limit DEPENDS+= p5-Scope-Guard>=0.03:../../devel/p5-Scope-Guard DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils @@ -32,7 +32,7 @@ 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.92:../../devel/p5-Test-Simple -BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo index b2a42145382..bde6b12b54c 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/08/19 06:55:47 sno Exp $ +$NetBSD: distinfo,v 1.11 2009/09/12 19:30:16 sno Exp $ -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 +SHA1 (DBIx-Class-0.08111.tar.gz) = b4e573ae242f767c2b3a28e41c4a5b281811ae3f +RMD160 (DBIx-Class-0.08111.tar.gz) = b28ca25fa4342e11ca673d2ab0b117bb2da133b3 +Size (DBIx-Class-0.08111.tar.gz) = 454885 bytes diff --git a/databases/p5-DBIx-Class/options.mk b/databases/p5-DBIx-Class/options.mk index 430e387dce4..5af4d325958 100644 --- a/databases/p5-DBIx-Class/options.mk +++ b/databases/p5-DBIx-Class/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2009/06/15 20:30:03 sno Exp $ +# $NetBSD: options.mk,v 1.3 2009/09/12 19:30:16 sno Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.p5-DBIx-Class PKG_SUPPORTED_OPTIONS= sql-translator @@ -7,5 +7,5 @@ PKG_SUGGESTED_OPTIONS= sql-translator .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Msql-translator) -DEPENDS+= p5-SQL-Translator>=0.09004:../../databases/p5-SQL-Translator +DEPENDS+= p5-SQL-Translator>=0.11002:../../databases/p5-SQL-Translator .endif |