pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-App-Sqitch Update to 0.993. From the chan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bb3aac2a944
branches:  trunk
changeset: 635649:7bb3aac2a944
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 17:52:10 2014 +0000

description:
Update to 0.993. From the changelog:

- Fixed engine loading to prefer the engine implied by the target URI
  over the `core.engine` configuration variable. This means that you no
  longer have to pass `--engine` when using commands that accept a target
  option or argument, such as `deploy`.
- Fixed test failure when DBD::Firebird is installed but Firebird isql
  cannot be found.
- Fixed issue where the revert command fails to execute the proper revert
  script. This can occur when a change has been reworked in the plan, but
  the reworked version of the change has not been deployed to the
  database. Thanks to Timothy Procter for the report (Issue #166).
- Fixed issue with aggregating text values with `COLLECT()` on Oracle.
  Thanks to Timothy Procter for the digging and invocation of an Oracle
  support request (Issue #91).
- Fixed issue where SQL*Plus could not run rework scripts because of the
  `@` in the file name. It now uses a symlink (or copied file on Windows)
  to circumvent the problem. Thanks to Timothy Procter for the report
  (Issue #165).
- Fix issue where, on first deploy, the MySQL engine would fail to notice
  that the server was not the right version of MySQL. Thanks to Luke
  Young for the report (Issue #158).
- Made the `checkit()` MySQL function DETERMINISTIC, to improve
  compatability with MariaDB. Thanks to Jesse Luehrs for the report
  (Issue #158).
- Fixed deployment to PostgreSQL 8.4 so that it no longer chokes on the
  `:tableopts`. Thanks to Justin Hawkins for the report!

diffstat:

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

diffs (27 lines):

diff -r 565deadbdd8c -r 7bb3aac2a944 databases/p5-App-Sqitch/Makefile
--- a/databases/p5-App-Sqitch/Makefile  Mon Jun 09 17:31:12 2014 +0000
+++ b/databases/p5-App-Sqitch/Makefile  Mon Jun 09 17:52:10 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2014/05/29 23:35:25 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/06/09 17:52:10 schmonz Exp $
 
-DISTNAME=              App-Sqitch-0.992
+DISTNAME=              App-Sqitch-0.993
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            databases perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=App/}
 
diff -r 565deadbdd8c -r 7bb3aac2a944 databases/p5-App-Sqitch/distinfo
--- a/databases/p5-App-Sqitch/distinfo  Mon Jun 09 17:31:12 2014 +0000
+++ b/databases/p5-App-Sqitch/distinfo  Mon Jun 09 17:52:10 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/03/16 21:16:03 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2014/06/09 17:52:10 schmonz Exp $
 
-SHA1 (App-Sqitch-0.992.tar.gz) = cc3dd8828f98d83b171a86005a2235bcc4ac8d6d
-RMD160 (App-Sqitch-0.992.tar.gz) = 1a77ed3895cbd0c06c4877ab172a2378c5aa159c
-Size (App-Sqitch-0.992.tar.gz) = 389189 bytes
+SHA1 (App-Sqitch-0.993.tar.gz) = 76b94e7d692b5375b3a5cd7cafbf5ca30ebe8852
+RMD160 (App-Sqitch-0.993.tar.gz) = 97a6e779906a17124cd6a7102bf1fc9a1f5c6fa0
+Size (App-Sqitch-0.993.tar.gz) = 390104 bytes



Home | Main Index | Thread Index | Old Index