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 p5-DBIx-Class-Fixture...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85cda61a65a0
branches:  trunk
changeset: 369239:85cda61a65a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 19:36:34 2017 +0000

description:
p5-DBIx-Class-Fixtures: update to 1.001039.

1.001039  2017-09-25 14:15:55+00:00 UTC

- remove trailing comma in tests that was breaking on most JSON parsers.

1.001038  2017-09-20 21:13:13+00:00 UTC

- stop sorting source names before dumping, this allows for some hackery when you need certain sources to dump first (see https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/12 for details) 
(cngarrison++)
- doc patch for exclude attr (simbabque++)

1.001037  2017-09-20 20:42:03+00:00 UTC

- ignore virtual columns in dump_object (mmims++)

diffstat:

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

diffs (44 lines):

diff -r 2dc0ab50e2e9 -r 85cda61a65a0 databases/p5-DBIx-Class-Fixtures/Makefile
--- a/databases/p5-DBIx-Class-Fixtures/Makefile Wed Sep 27 19:16:15 2017 +0000
+++ b/databases/p5-DBIx-Class-Fixtures/Makefile Wed Sep 27 19:36:34 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2017/06/05 14:22:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2017/09/27 19:36:34 wiz Exp $
 
-DISTNAME=      DBIx-Class-Fixtures-1.001036
+DISTNAME=      DBIx-Class-Fixtures-1.001039
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
 
@@ -25,12 +24,14 @@
 DEPENDS+=      p5-DateTime-Format-SQLite>=0.10:../../time/p5-DateTime-Format-SQLite
 DEPENDS+=      p5-Devel-Confess>=0:../../devel/p5-Devel-Confess
 DEPENDS+=      p5-File-Copy-Recursive>=0.35:../../sysutils/p5-File-Copy-Recursive
+DEPENDS+=      p5-IO-All-[0-9]*:../../devel/p5-IO-All
 DEPENDS+=      p5-Hash-Merge>=0.10:../../devel/p5-Hash-Merge
 # YAML::Syck provides JSON::Syck
 DEPENDS+=      p5-YAML-Syck>=1.27:../../textproc/p5-YAML-Syck
 DEPENDS+=      p5-Test-Compile>=0:../../devel/p5-Test-Compile
 
 BUILD_DEPENDS+=        p5-Test-TempDir-Tiny>=0:../../devel/p5-Test-TempDir-Tiny
+BUILD_DEPENDS+=        p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/DBIx/Class/Fixtures/.packlist
diff -r 2dc0ab50e2e9 -r 85cda61a65a0 databases/p5-DBIx-Class-Fixtures/distinfo
--- a/databases/p5-DBIx-Class-Fixtures/distinfo Wed Sep 27 19:16:15 2017 +0000
+++ b/databases/p5-DBIx-Class-Fixtures/distinfo Wed Sep 27 19:36:34 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/04/17 13:35:56 wen Exp $
+$NetBSD: distinfo,v 1.16 2017/09/27 19:36:34 wiz Exp $
 
-SHA1 (DBIx-Class-Fixtures-1.001036.tar.gz) = d329962528aa9e6c305b543c0bf0cf46f86de150
-RMD160 (DBIx-Class-Fixtures-1.001036.tar.gz) = e1916176581ff0a42b09c0a11866cbe6ae05c646
-SHA512 (DBIx-Class-Fixtures-1.001036.tar.gz) = 8a4466df471143838afcc2096b5f574bb4a74417e7682e0defc3c4bac20f94dfde383cdea23c299b731dcba87562c086af6d9246dd0b56977468ef3874249d91
-Size (DBIx-Class-Fixtures-1.001036.tar.gz) = 40058 bytes
+SHA1 (DBIx-Class-Fixtures-1.001039.tar.gz) = 82ac8e951e6e25383fc9b8ec4d368180428c56d2
+RMD160 (DBIx-Class-Fixtures-1.001039.tar.gz) = d104c39f65ec7405006ed842378470aac1c9e96d
+SHA512 (DBIx-Class-Fixtures-1.001039.tar.gz) = d76ea73f75acd8b11b03f065acf1957487388678dbd7a91b246bd6a3f64097eb3e2c5ca7c30b4ed1157d988c990d21a9bb5678e6e7c46511529e5b1dcc1b2d3e
+Size (DBIx-Class-Fixtures-1.001039.tar.gz) = 41628 bytes



Home | Main Index | Thread Index | Old Index