diff options
author | schmonz <schmonz> | 2014-07-28 20:13:24 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2014-07-28 20:13:24 +0000 |
commit | 55fccadfe0c43bce72836be03cf0db9e2dd41e71 (patch) | |
tree | 59b1dbc4affd6393e218607e91e4b01f515a9b1b /databases | |
parent | 5d1c60155ddc18f57fdf6d3cb6980d4834c2777e (diff) | |
download | pkgsrc-55fccadfe0c43bce72836be03cf0db9e2dd41e71.tar.gz |
Update to 0.995. From the changelog:
- Fixed test failures due to the introduction of "Negative repeat count
does nothing" warning in Perl 5.21.1.
- Fixed more test failures when DBD::Firebird is installed but Firebird
isql cannot be found.
- Fixed registry file naming issues on Win32 for the SQLite engine, and
as well as the tests that failed because of it.
- Worked around Config::GitLike bug on Windows in the target test.
- Changed the exit value for an attempt to deploy to an up-to-date
database from 1 to 0. In other words, it no longer looks like an error
(Issue #147).
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-App-Sqitch/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-App-Sqitch/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile index f8bfed34af9..5cbdb5a3da6 100644 --- a/databases/p5-App-Sqitch/Makefile +++ b/databases/p5-App-Sqitch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/07/06 14:37:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2014/07/28 20:13:24 schmonz Exp $ -DISTNAME= App-Sqitch-0.994 +DISTNAME= App-Sqitch-0.995 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} diff --git a/databases/p5-App-Sqitch/distinfo b/databases/p5-App-Sqitch/distinfo index c3598ce220e..e94e9d8a3dc 100644 --- a/databases/p5-App-Sqitch/distinfo +++ b/databases/p5-App-Sqitch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/07/06 14:37:31 schmonz Exp $ +$NetBSD: distinfo,v 1.6 2014/07/28 20:13:24 schmonz Exp $ -SHA1 (App-Sqitch-0.994.tar.gz) = 2ffbff586bc926d88d342eaba3ce070983977be0 -RMD160 (App-Sqitch-0.994.tar.gz) = 99820634f1426900c897b9137f1994e2eab56ebd -Size (App-Sqitch-0.994.tar.gz) = 390447 bytes +SHA1 (App-Sqitch-0.995.tar.gz) = dc660064048fbaa1642bc693c1b379e18d1122ab +RMD160 (App-Sqitch-0.995.tar.gz) = 293f1c29dba772c6f978f64e9853066b17d9fb65 +Size (App-Sqitch-0.995.tar.gz) = 391158 bytes |