Fri Oct 21 04:03:40 2011 UTC ()
Update p5-DBIx-Class-Fixtures to 1.001013.

Changes from previous:
1.001013
- fixed functionality in last release by more deeply cloning parameters, which
  prevents bad things when parameters get deleted in the wrong places.  Also
  be sure we clear state properly after a dump.

1.001012
- Added new method 'available_config_sets' which returns and caches a list of
  all the json set configs found in the 'config_dir' directory.  This was added
  to make it easier when you need to dump all the fixtures programatically.
- Added method 'dump_config_sets' to let you dump more than one set at a time
  more easily
- Added method 'dump_all_config_sets' which helps automate dumping all your
  current config sets to a directory.

1.001011
- Added an excludes resultsource option to the ->dump({all=>1,...}) feature
- Allow you to directly set a configuration via a Perl HashRef instead of a
  JSON file.  Useful for testing and when you have simple or generated configs.
- New option to force use of ->create rather than ->populate.
- Fixed a bug in the test suite that would fail on certain JSON parsers


(hiramatsu)
diff -r1.9 -r1.10 pkgsrc/databases/p5-DBIx-Class-Fixtures/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/p5-DBIx-Class-Fixtures/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/databases/p5-DBIx-Class-Fixtures/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBIx-Class-Fixtures/Makefile 2011/08/14 08:18:06 1.9
+++ pkgsrc/databases/p5-DBIx-Class-Fixtures/Makefile 2011/10/21 04:03:40 1.10
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2011/08/14 08:18:06 obache Exp $ 1# $NetBSD: Makefile,v 1.10 2011/10/21 04:03:40 hiramatsu Exp $
2 2
3DISTNAME= DBIx-Class-Fixtures-1.001010 3DISTNAME= DBIx-Class-Fixtures-1.001013
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= databases perl5 5CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-Fixtures/ 9HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-Fixtures/
11COMMENT= Perl 5 module to handle databases fixtures using DBIx::Class schema 10COMMENT= Perl 5 module to handle databases fixtures using DBIx::Class schema
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16DEPENDS+= p5-Class-Accessor-Grouped>=0.06:../../devel/p5-Class-Accessor-Grouped 15DEPENDS+= p5-Class-Accessor-Grouped>=0.06:../../devel/p5-Class-Accessor-Grouped
17DEPENDS+= p5-Config-Any>=0.08:../../devel/p5-Config-Any 16DEPENDS+= p5-Config-Any>=0.08:../../devel/p5-Config-Any
18DEPENDS+= p5-DBIx-Class>=0.0.08102:../../databases/p5-DBIx-Class 17DEPENDS+= p5-DBIx-Class>=0.0.08102:../../databases/p5-DBIx-Class

cvs diff -r1.5 -r1.6 pkgsrc/databases/p5-DBIx-Class-Fixtures/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBIx-Class-Fixtures/distinfo 2010/08/18 06:03:27 1.5
+++ pkgsrc/databases/p5-DBIx-Class-Fixtures/distinfo 2011/10/21 04:03:40 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2010/08/18 06:03:27 sno Exp $ 1$NetBSD: distinfo,v 1.6 2011/10/21 04:03:40 hiramatsu Exp $
2 2
3SHA1 (DBIx-Class-Fixtures-1.001010.tar.gz) = 7cbc3cd1e9717d449651d0478b907c842934b122 3SHA1 (DBIx-Class-Fixtures-1.001013.tar.gz) = afdddac440ba70d525680956e27f0d146801548c
4RMD160 (DBIx-Class-Fixtures-1.001010.tar.gz) = 515945b473ad01aceae27c9855f5fb8781a071ba 4RMD160 (DBIx-Class-Fixtures-1.001013.tar.gz) = 6f6e2acf9fdedcea46349c51bf2974ba5af7a0d5
5Size (DBIx-Class-Fixtures-1.001010.tar.gz) = 42257 bytes 5Size (DBIx-Class-Fixtures-1.001013.tar.gz) = 44911 bytes