Fri Dec 12 04:56:43 2014 UTC ()
Update 0.1802 to 0.2100
0.2100  2014-04-05
        Added support for ::Replicated options:
            balancer_args, pool_type, and pool_args

0.2001  2014-03-12
        Skip the replicated tests if the required deps are not installed.
        Removed the deprecated pckg option.
        Added a deprecation warning for the pass option.
        Updated the documentation.

0.2000  2014-03-11
        Added support for database slaves via
            DBIx::Class::Storage::DBI::Replicated.
        Thanks to Al Newkirk for the idea and the initial implementation.

0.1901  2014-02-04
        Added SQL::Translator prereq for tests to pass.

0.1900  2014-02-04
        Added support for schema aliases.
        Added schema_loader_naming option.
        Can now provide password instead of pass, to be more DBIC friendly.
        Simplified tests.

0.1803  2013-10-06
        Show the root cause when unable to load a schema.


(mef)
diff -r1.6 -r1.7 pkgsrc/databases/p5-Dancer-Plugin-DBIC/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/p5-Dancer-Plugin-DBIC/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/databases/p5-Dancer-Plugin-DBIC/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-Dancer-Plugin-DBIC/Makefile 2014/10/09 14:06:06 1.6
+++ pkgsrc/databases/p5-Dancer-Plugin-DBIC/Makefile 2014/12/12 04:56:43 1.7
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2014/10/09 14:06:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2014/12/12 04:56:43 mef Exp $
2 2
3DISTNAME= Dancer-Plugin-DBIC-0.1802 3DISTNAME= Dancer-Plugin-DBIC-0.2100
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= databases perl5 5CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dancer/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dancer/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Dancer-Plugin-DBIC/ 9HOMEPAGE= http://search.cpan.org/dist/Dancer-Plugin-DBIC/
11COMMENT= DBIx::Class interface for Dancer applications 10COMMENT= DBIx::Class interface for Dancer applications
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class 13DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
15DEPENDS+= p5-Dancer>=1.3098:../../www/p5-Dancer 14DEPENDS+= p5-Dancer>=1.3098:../../www/p5-Dancer
16 15
17# recommended ... 16# recommended ...
18DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader 17DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader

cvs diff -r1.2 -r1.3 pkgsrc/databases/p5-Dancer-Plugin-DBIC/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-Dancer-Plugin-DBIC/distinfo 2013/07/03 18:24:06 1.2
+++ pkgsrc/databases/p5-Dancer-Plugin-DBIC/distinfo 2014/12/12 04:56:43 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2013/07/03 18:24:06 sno Exp $ 1$NetBSD: distinfo,v 1.3 2014/12/12 04:56:43 mef Exp $
2 2
3SHA1 (Dancer-Plugin-DBIC-0.1802.tar.gz) = d2e678600a704b83185fc9bdb9b9b3ed4c024fbb 3SHA1 (Dancer-Plugin-DBIC-0.2100.tar.gz) = d3786f42fae1aff10e523357129a5f8651b85511
4RMD160 (Dancer-Plugin-DBIC-0.1802.tar.gz) = 242a45abb45758a9e89658cfb0ec938248b211ef 4RMD160 (Dancer-Plugin-DBIC-0.2100.tar.gz) = 414c524ffa767a3d2264d4a28bd17fd53335cb65
5Size (Dancer-Plugin-DBIC-0.1802.tar.gz) = 14470 bytes 5Size (Dancer-Plugin-DBIC-0.2100.tar.gz) = 17507 bytes