pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-Dancer-Plugin-DBIC Update 0.1802 to 0.2100



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba052a2d01fd
branches:  trunk
changeset: 643152:ba052a2d01fd
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Dec 12 04:56:43 2014 +0000

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

diffstat:

 databases/p5-Dancer-Plugin-DBIC/Makefile |  5 ++---
 databases/p5-Dancer-Plugin-DBIC/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 896cfaed7acd -r ba052a2d01fd databases/p5-Dancer-Plugin-DBIC/Makefile
--- a/databases/p5-Dancer-Plugin-DBIC/Makefile  Fri Dec 12 04:53:52 2014 +0000
+++ b/databases/p5-Dancer-Plugin-DBIC/Makefile  Fri Dec 12 04:56:43 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/10/09 14:06:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/12/12 04:56:43 mef Exp $
 
-DISTNAME=      Dancer-Plugin-DBIC-0.1802
+DISTNAME=      Dancer-Plugin-DBIC-0.2100
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Dancer/}
 
diff -r 896cfaed7acd -r ba052a2d01fd databases/p5-Dancer-Plugin-DBIC/distinfo
--- a/databases/p5-Dancer-Plugin-DBIC/distinfo  Fri Dec 12 04:53:52 2014 +0000
+++ b/databases/p5-Dancer-Plugin-DBIC/distinfo  Fri Dec 12 04:56:43 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/07/03 18:24:06 sno Exp $
+$NetBSD: distinfo,v 1.3 2014/12/12 04:56:43 mef Exp $
 
-SHA1 (Dancer-Plugin-DBIC-0.1802.tar.gz) = d2e678600a704b83185fc9bdb9b9b3ed4c024fbb
-RMD160 (Dancer-Plugin-DBIC-0.1802.tar.gz) = 242a45abb45758a9e89658cfb0ec938248b211ef
-Size (Dancer-Plugin-DBIC-0.1802.tar.gz) = 14470 bytes
+SHA1 (Dancer-Plugin-DBIC-0.2100.tar.gz) = d3786f42fae1aff10e523357129a5f8651b85511
+RMD160 (Dancer-Plugin-DBIC-0.2100.tar.gz) = 414c524ffa767a3d2264d4a28bd17fd53335cb65
+Size (Dancer-Plugin-DBIC-0.2100.tar.gz) = 17507 bytes



Home | Main Index | Thread Index | Old Index