pkgsrc/databases/p5-DBIx-Class/Makefile
rhaen 6604d8ef28 - updated to 0.08205
ChangeLog:
0.08205 2013-01-22
    * New Features / Changes
        - The emulate_limit() arbitrary limit dialect emulation mechanism is
          now deprecated, and will be removed when DBIx::Class migrates to
          Data::Query
        - Support for the source_bind_attributes() storage method has been
          removed after a lengthy deprecation cycle
    * Fixes
        - When performing resultset update/delete only strip condition
          qualifiers - leave the source name alone (RT#80015, RT#78844)
        - Fix incorrect behavior on resultset update/delete invoked on
          composite resultsets (e.g. as_subselect_rs)
        - Fix update/delete operations referencing the updated table failing
          on MySQL, due to its refusal to modify a table being directly
          queried. As a workaround induce in-memory temp-table creation
          (RT#81378, RT#81897)
        - More robust behavior under heavily threaded environments - make
          sure we do not have refaddr reuse in the global storage registry
        - Fix failing test on 5.8 under Win32 (RT#81114)
        - Fix hash-randomization test issues (RT#81638)
        - Disallow erroneous calling of connect_info on a replicated storage
          (RT#78436)
    * Misc
        - Improve the populate docs in ::Schema and ::ResultSet
        - ::Storage::DBI::source_bind_attributes() removed as announced
          on Jan 2011 in 0e773352a

0.08204 2012-11-08
    * New Features / Changes
        - SQLMaker now accepts \'literal' with the 'for' rs attribute as an
          override to the builtin FOR options
    * Fixes
        - Fix unique constraint violations in Ordered.pm blanket movement
          (RT#79773, rolls back short-sighted 5e6fde33e)
        - Fix API mismatch between new_result() and new_related() (originally
          broken by fea3d045)
        - Fix test failure on perl 5.8
    * Misc
        - Much more extensive diagnostics when a new RDBMS/DSN combination is
          encountered (RT#80431)

0.08203 2012-10-18
    * Fixes
        - Really fix inadequate $dbh->ping SQLite implementation (what shipped
          in 0.08201 tickled other deficiencies in DBD::SQLite itself)

0.08202 2012-10-06
    * Fixes
        - Replace inadequate $dbh->ping SQLite implementation with our own,
          fixes RT#78420
2013-01-26 13:20:11 +00:00

52 lines
2.4 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2013/01/26 13:20:11 rhaen Exp $
DISTNAME= DBIx-Class-0.08205
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBIx-Class/
COMMENT= Extensible and flexible object <-> relational mapper
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Accessor-Grouped>=0.10002:../../devel/p5-Class-Accessor-Grouped
DEPENDS+= p5-Class-C3-Componentised>=1.0009:../../devel/p5-Class-C3-Componentised
DEPENDS+= p5-Class-Inspector>=1.24:../../devel/p5-Class-Inspector
DEPENDS+= p5-Class-Method-Modifiers>=1.06:../../devel/p5-Class-Method-Modifiers
DEPENDS+= p5-Config-Any>=0.20:../../devel/p5-Config-Any
DEPENDS+= p5-Context-Preserve>=0.01:../../devel/p5-Context-Preserve
DEPENDS+= p5-Data-Page>=2.00:../../devel/p5-Data-Page
DEPENDS+= p5-Data-Compare>=1.22:../../devel/p5-Data-Compare
DEPENDS+= p5-Data-Dumper-Concise>=2.020:../../devel/p5-Data-Dumper-Concise
DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
DEPENDS+= p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge
DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
DEPENDS+= p5-Module-Find>=0.06:../../devel/p5-Module-Find
DEPENDS+= p5-Moo>=0.009100:../../devel/p5-Moo
DEPENDS+= p5-Path-Class>=0.18:../../devel/p5-Path-Class
DEPENDS+= p5-SQL-Abstract>=1.73:../../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+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
DEPENDS+= p5-Try-Tiny>=0.04:../../devel/p5-Try-Tiny
DEPENDS+= p5-namespace-clean>=0.20:../../devel/p5-namespace-clean
BUILD_DEPENDS+= p5-DBD-SQLite>=1.29:../../databases/p5-DBD-SQLite
BUILD_DEPENDS+= p5-Package-Stash>=0.28:../../devel/p5-Package-Stash
BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
REPLACE_PERL= script/dbicadmin
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/Class/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.609
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"