summaryrefslogtreecommitdiff
path: root/databases/p5-App-Sqitch
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-06-09 17:52:10 +0000
committerschmonz <schmonz>2014-06-09 17:52:10 +0000
commit8e18ac160a6a44061e85d0cc9f21b7f7e7455b18 (patch)
tree2e5895caa2eb50f7aefdc609e2f0382ed3a02ffd /databases/p5-App-Sqitch
parentbdb74122a08f1335149dadeb108b6da4688e8414 (diff)
downloadpkgsrc-8e18ac160a6a44061e85d0cc9f21b7f7e7455b18.tar.gz
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 (limited to 'databases/p5-App-Sqitch')
-rw-r--r--databases/p5-App-Sqitch/Makefile5
-rw-r--r--databases/p5-App-Sqitch/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile
index 5df7d172b53..a02a19fd8d3 100644
--- a/databases/p5-App-Sqitch/Makefile
+++ b/databases/p5-App-Sqitch/Makefile
@@ -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 --git a/databases/p5-App-Sqitch/distinfo b/databases/p5-App-Sqitch/distinfo
index 07f4a178eb7..9ed25f807ce 100644
--- a/databases/p5-App-Sqitch/distinfo
+++ b/databases/p5-App-Sqitch/distinfo
@@ -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