Updating databases/p5-DBIx-Class-Schema-Loader from 0.05000 to 0.05002

pkgsrc changes:
- Remove '*.orig' relics remaining from patch

Upstream changes:
0.05002  2010-02-15 10:17:47
        - support for SQLAnywhere via DBD::SQLAnywhere and ODBC
        - fix picking up quoted tables for SQLite (RT#54538) patch from schwern
        - validate class/component loader_options to make sure classes
          are available before generating the schema, patch from bphillips

0.05001  2010-02-05 14:29:27
        - correct default_value for all backends with common tests
        - fix bug with quoted Pg tables from $dbh->tables (RT#54338)
        - add inflate_datetime => 0 to 'timestamp' types for Sybase
This commit is contained in:
sno 2010-02-16 13:53:38 +00:00
parent a5b47b4854
commit 58866ba4e0
2 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2010/02/02 19:17:30 sno Exp $
# $NetBSD: Makefile,v 1.7 2010/02/16 13:53:38 sno Exp $
DISTNAME= DBIx-Class-Schema-Loader-0.05000
DISTNAME= DBIx-Class-Schema-Loader-0.05002
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
@ -44,6 +44,9 @@ USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/Class/Schema/Loader/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.560
BUILDLINK_DEPMETHOD.p5-DBI?= build
.include "../../databases/p5-DBI/buildlink3.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2010/02/02 19:17:30 sno Exp $
$NetBSD: distinfo,v 1.4 2010/02/16 13:53:38 sno Exp $
SHA1 (DBIx-Class-Schema-Loader-0.05000.tar.gz) = 06f8c90551272ce82e19a8b4ba7f0a2977e607b2
RMD160 (DBIx-Class-Schema-Loader-0.05000.tar.gz) = d0435958dc07b8bcf0096e70a80505fad6a43f8a
Size (DBIx-Class-Schema-Loader-0.05000.tar.gz) = 110319 bytes
SHA1 (DBIx-Class-Schema-Loader-0.05002.tar.gz) = c10b29bc6dca03eb1fba957bb9f797f359513019
RMD160 (DBIx-Class-Schema-Loader-0.05002.tar.gz) = b49e1edf754bbff255ebd548931b6b9a08d2b071
Size (DBIx-Class-Schema-Loader-0.05002.tar.gz) = 100562 bytes