pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class-Fixtures Updating package for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3e7b94fe116
branches:  trunk
changeset: 621050:c3e7b94fe116
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 18:59:10 2013 +0000

description:
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.

diffstat:

 databases/p5-DBIx-Class-Fixtures/Makefile |  9 +++++----
 databases/p5-DBIx-Class-Fixtures/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 5bf8279b18d6 -r c3e7b94fe116 databases/p5-DBIx-Class-Fixtures/Makefile
--- a/databases/p5-DBIx-Class-Fixtures/Makefile Wed Jul 03 18:55:31 2013 +0000
+++ b/databases/p5-DBIx-Class-Fixtures/Makefile Wed Jul 03 18:59:10 2013 +0000
@@ -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 @@
 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 @@
 # 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 -r 5bf8279b18d6 -r c3e7b94fe116 databases/p5-DBIx-Class-Fixtures/distinfo
--- a/databases/p5-DBIx-Class-Fixtures/distinfo Wed Jul 03 18:55:31 2013 +0000
+++ b/databases/p5-DBIx-Class-Fixtures/distinfo Wed Jul 03 18:59:10 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index