Sun Apr 17 13:00:13 2016 UTC ()
Update to 0.56

Upstream changes:
0.56  2016-03-16T17:07:05Z
      - Added Firebird support, thanks to Stefan Suciu.
      - Fixed SQLite savepoint support to properly detect SQlite versions 3.9
        and higher.
      - Restored MySQL savepoint testing when the DBICTEST_* environment
        variables are set.

0.55  2016-02-05T18:59:24Z
      - Added versions to the RollbackError exception classes to make PAUSE
        happy.

0.54  2016-02-05T18:52:44Z
      - Removeed the Pod tests from the distribution.
      - Fixed the example code for handling `rollback_error` exceptions in the
        documentation to properly wrap the transaction in an exception
        handler. Patch from Perlover (issue #32).
      - Improved handling of connection failures when RaiseError (or
        HandleError) is not set. Thanks to Andreas Huber for the report and
        fix.
      - Document that `$_` is set locally, not globally, in the methods that
        set it. Suggested by William Lindley.
      - The disconnect method no longer longer remove entries from the DBI
        handle's CachedKids attribute. That behavior appears to be a
        workaround for a database we don't (yet) support.
      - Fixed a test failure where the test system has the `$DBI_DSN` or
        `$DBI_DRIVER` environment variable set. Thanks to Erik Rijkers for the
        patch.
      - Added recommendation to use DBD::Pg 3.5.0 or later to the Pg driver.
        Earlier versions had an incorrect implementation of the `ping()`
        method (Issue #41).


(wen)
diff -r1.12 -r1.13 pkgsrc/databases/p5-DBIx-Connector/Makefile
diff -r1.6 -r1.7 pkgsrc/databases/p5-DBIx-Connector/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/databases/p5-DBIx-Connector/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBIx-Connector/Makefile 2015/06/12 10:48:40 1.12
+++ pkgsrc/databases/p5-DBIx-Connector/Makefile 2016/04/17 13:00:13 1.13
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2016/04/17 13:00:13 wen Exp $
2# 2#
3 3
4DISTNAME= DBIx-Connector-0.53 4DISTNAME= DBIx-Connector-0.56
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 3 
7CATEGORIES= databases perl5 6CATEGORIES= databases perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/DBIx-Connector/ 10HOMEPAGE= http://search.cpan.org/dist/DBIx-Connector/
12COMMENT= Fast, safe DBI connection and transaction management 11COMMENT= Fast, safe DBI connection and transaction management
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15BUILD_DEPENDS+= p5-Test-MockModule>=0.05:../../devel/p5-Test-MockModule 14BUILD_DEPENDS+= p5-Test-MockModule>=0.05:../../devel/p5-Test-MockModule
16BUILD_DEPENDS+= p5-Test-Pod>=1.26:../../devel/p5-Test-Pod 15BUILD_DEPENDS+= p5-Test-Pod>=1.26:../../devel/p5-Test-Pod
17BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage 16BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
18 17
19USE_LANGUAGES= # empty 18USE_LANGUAGES= # empty

cvs diff -r1.6 -r1.7 pkgsrc/databases/p5-DBIx-Connector/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBIx-Connector/distinfo 2015/11/03 01:56:20 1.6
+++ pkgsrc/databases/p5-DBIx-Connector/distinfo 2016/04/17 13:00:13 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/11/03 01:56:20 agc Exp $ 1$NetBSD: distinfo,v 1.7 2016/04/17 13:00:13 wen Exp $
2 2
3SHA1 (DBIx-Connector-0.53.tar.gz) = b5af0eeba1053ee44ff6698c84086dbfd85edcef 3SHA1 (DBIx-Connector-0.56.tar.gz) = c8fd23bbe95e0dcdc6df55fba8b1ba076e898370
4RMD160 (DBIx-Connector-0.53.tar.gz) = fa4fe7b5c46491cf2d845c5cfe26a6c011d31651 4RMD160 (DBIx-Connector-0.56.tar.gz) = c9db90f06782bfaf6c8f76022723ab31623a9216
5SHA512 (DBIx-Connector-0.53.tar.gz) = 13f11460908ea6879ff4ae15d5d4f99d14e28dc87ce626bfff08306bbf09d37d93bf6fa4ffee4bef767b6c8cec2f554a0a600d6ea838742fc065b77aafe78bed 5SHA512 (DBIx-Connector-0.56.tar.gz) = feeb26277c61ee91b2b2436d3fbc7453b6fe64ef2ac24cc0848da80202bd07092321fa530c58ab5370f6b40e6e1a3e578101794b2e1c0696aa017040ee02cd7a
6Size (DBIx-Connector-0.53.tar.gz) = 35777 bytes 6Size (DBIx-Connector-0.56.tar.gz) = 36770 bytes