Skip to content

Commit

Permalink
Update to 0.995. From the changelog:
Browse files Browse the repository at this point in the history
- 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).
  • Loading branch information
schmonz committed Jul 28, 2014
1 parent c032e23 commit 33f42ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions databases/p5-App-Sqitch/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions databases/p5-App-Sqitch/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 33f42ea

Please sign in to comment.