diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 18:59:10 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 18:59:10 +0000 |
commit | 2095f96085a8b88f676aa10763329596563be110 (patch) | |
tree | 0ce4ab2e09331c934f305e132bafa98e489e4b9d | |
parent | 3c867fe5fe18d96e8355ceecce25b1ef0c49510f (diff) | |
download | pkgsrc-2095f96085a8b88f676aa10763329596563be110.tar.gz |
Updating package for CPAN distribution DBIx-Class-Fixtures in
databases/p5-DBIx-Class-Fixtures from 1.001013nb3 to 1.001018.
pkgsrc changes:
- adjust dependencies
Upstream changes:
1.001018
- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
error reports
1.001017
- POD fixes (justin hunter++)
- Changed the test suite so it doesn't mindlessly break with the changes
introduced by DBIC 0.08200 (nerox++ for bug report).
1.001016
- Support more Postgresql types for datetime_relative (added TIME, DATE,
INTERVAL, TIMESTAMP)
- If $result_source->column_info defines a sequence, make sure we properly
set that sequence to whatever the max value currently is.
1.001015
- ::External::File makes the path if its missing
1.001014
- Allow you to perform value substitutions inside config-sets
- Added a framework to allow you to backup / restore data external to the
database as part of your fixtures. Added an external handler for File
based data, and docs and tests for this.
-rw-r--r-- | databases/p5-DBIx-Class-Fixtures/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-Fixtures/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/databases/p5-DBIx-Class-Fixtures/Makefile b/databases/p5-DBIx-Class-Fixtures/Makefile index d3c3b78a796..625b3367b5b 100644 --- a/databases/p5-DBIx-Class-Fixtures/Makefile +++ b/databases/p5-DBIx-Class-Fixtures/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2013/05/31 12:39:51 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2013/07/03 18:59:10 sno Exp $ -DISTNAME= DBIx-Class-Fixtures-1.001013 +DISTNAME= DBIx-Class-Fixtures-1.001018 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -14,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Accessor-Grouped>=0.06:../../devel/p5-Class-Accessor-Grouped DEPENDS+= p5-Config-Any>=0.08:../../devel/p5-Config-Any DEPENDS+= p5-DBIx-Class>=0.0.08102:../../databases/p5-DBIx-Class -DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.04006:../../databases/p5-DBIx-Class-Schema-Loader +DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07000:../../databases/p5-DBIx-Class-Schema-Loader DEPENDS+= p5-Data-Dump-Streamer>=2.05:../../devel/p5-Data-Dump-Streamer DEPENDS+= p5-Data-Visitor>=0.15:../../devel/p5-Data-Visitor DEPENDS+= p5-DateTime>=0.41:../../time/p5-DateTime @@ -27,6 +26,8 @@ DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class # YAML::Syck 0.88 provides JSON::Syck 0.26 DEPENDS+= p5-YAML-Syck>=0.88:../../textproc/p5-YAML-Syck +BUILD_DEPENDD+= p5-DBIx-Class-InflateColumn-FS-[0-9]*:../../databases/p5-DBIx-Class-InflateColumn-FS + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DBIx/Class/Fixtures/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/databases/p5-DBIx-Class-Fixtures/distinfo b/databases/p5-DBIx-Class-Fixtures/distinfo index 6245bb8f549..362b30495eb 100644 --- a/databases/p5-DBIx-Class-Fixtures/distinfo +++ b/databases/p5-DBIx-Class-Fixtures/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/10/21 04:03:40 hiramatsu Exp $ +$NetBSD: distinfo,v 1.7 2013/07/03 18:59:10 sno Exp $ -SHA1 (DBIx-Class-Fixtures-1.001013.tar.gz) = afdddac440ba70d525680956e27f0d146801548c -RMD160 (DBIx-Class-Fixtures-1.001013.tar.gz) = 6f6e2acf9fdedcea46349c51bf2974ba5af7a0d5 -Size (DBIx-Class-Fixtures-1.001013.tar.gz) = 44911 bytes +SHA1 (DBIx-Class-Fixtures-1.001018.tar.gz) = cff879899a5588274ed35669359fe87d12fb8272 +RMD160 (DBIx-Class-Fixtures-1.001018.tar.gz) = 1272d5f37f0cd30d84f1c845e38a3e4825e81881 +Size (DBIx-Class-Fixtures-1.001018.tar.gz) = 50329 bytes |