pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-App-Sqitch



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Jul 23 00:28:37 UTC 2017

Modified Files:
        pkgsrc/databases/p5-App-Sqitch: Makefile distinfo

Log Message:
Update to 0.9996. From the changelog:

- Fixed an error where Oracle sometimes truncated timestamp formats so
  that date parsing failed. Thanks to Johann Wilfling for the report and
  @nmaqsudov for the solution (#316).
- Added pager configuration, prioritizing the new `core.pager`
  configuration variable over the `$PAGER` environment variable. The new
  `$SQITCH_PAGER` environment variable trumps all. Thanks to Yati Sagade
  for the pull request (#329).
- Documented the `core.editor` configuration variable.
- Updated PostgreSQL registry detection to avoid errors when not running
  Sqitch as a superuser and the registry schema already exists. Done by
  looking for the `changes` table in the `pg_tables` view instead of
  looking for the registry schema in the `pg_namespace` catalog table,
  and by using `CREATE SCHEMA IF NOT EXISTS` on PostgreSQL 9.3 and
  higher. Thanks to @djk447 for the pull request (#307).
- Updated PostgreSQL registry detection to avoid errors when the `psql`
  client is newer than the server version. Sqitch now fetches the version
  from the server instead of parsing it from the client.
- Specifying a change before a target name on the command-line no longer
  ignores the target (#281).
- The `--db-*` options are now more consistently applied to a target,
  including when the target is specified as a URI (#293).
- `HEAD` and `ROOT` are now properly recognized as aliases for `@HEAD`
  and `@ROOT`, when querying the database. This was supposedly done in
  v0.991, but due to a bug, it wasn't really. Sorry about that.
- The `revert` and `verify` commands will now fail if a change is
  specified and matches multiple changes. This happens when referencing a
  reworked change only by its name. In this case, Sqitch will emit an
  error listing properly tag-qualified changes to use. Suggested by Jay
  Hannah (#312).
- Sqitch no longer returns an error when a target name is passed to a
  command and the default target's plan file does not exist (#324).
- Added missing options to the `rework` usage statement. Thanks to Jay
  Hannah for the PR (#342).
- Passing an engine name or plan file as the `<database>` parameter to
  the `log`, `status`, and `upgrade` commands now works correctly,
  matching what the documention has said for some time (#324).
- Added the `--target` option to the `plan` and `show` commands.
- Added the `<database>` parameter to the `plan` command.
- Sqitch now loads targets from all config files, not just the local
  file, when trying to determine if a `<database>` parameter is a plan
  file name.
- Improved the error message when a change is found more than once in a
  plan, typically a reworked changed referenced only by name. The error
  will no longer be "Key at multiple indexes", but "Change is ambiguous.
  Please specify a tag-qualified change:", followed by a list of
  tag-qualified variants of the change.
- Fixed a bug where the verify command would return a database error when
  it finds no registory. Now it reports that the registry wasn't found in
  the database.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/p5-App-Sqitch/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/p5-App-Sqitch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-App-Sqitch/Makefile
diff -u pkgsrc/databases/p5-App-Sqitch/Makefile:1.17 pkgsrc/databases/p5-App-Sqitch/Makefile:1.18
--- pkgsrc/databases/p5-App-Sqitch/Makefile:1.17        Mon Jun  5 14:22:23 2017
+++ pkgsrc/databases/p5-App-Sqitch/Makefile     Sun Jul 23 00:28:37 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2017/06/05 14:22:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2017/07/23 00:28:37 schmonz Exp $
 
-DISTNAME=              App-Sqitch-0.9995
+DISTNAME=              App-Sqitch-0.9996
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            databases perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=App/}
 
@@ -11,7 +10,6 @@ HOMEPAGE=             http://sqitch.org/
 COMMENT=               Sane database change management
 LICENSE=               mit
 
-DEPENDS+=              p5-Class-XSAccessor>=1.18:../../devel/p5-Class-XSAccessor
 DEPENDS+=              p5-Clone-[0-9]*:../../devel/p5-Clone
 DEPENDS+=              p5-Config-GitLike>=1.11:../../devel/p5-Config-GitLike
 DEPENDS+=              p5-DBI-[0-9]*:../../databases/p5-DBI
@@ -25,6 +23,7 @@ DEPENDS+=             p5-File-HomeDir-[0-9]*:../../
 #DEPENDS+=             {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long
 DEPENDS+=              p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
 DEPENDS+=              p5-IO-Pager-[0-9]*:../../devel/p5-IO-Pager
+DEPENDS+=              p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
 DEPENDS+=              p5-IPC-System-Simple>=1.17:../../devel/p5-IPC-System-Simple
 DEPENDS+=              p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
 DEPENDS+=              p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl

Index: pkgsrc/databases/p5-App-Sqitch/distinfo
diff -u pkgsrc/databases/p5-App-Sqitch/distinfo:1.9 pkgsrc/databases/p5-App-Sqitch/distinfo:1.10
--- pkgsrc/databases/p5-App-Sqitch/distinfo:1.9 Thu Jul 28 12:40:58 2016
+++ pkgsrc/databases/p5-App-Sqitch/distinfo     Sun Jul 23 00:28:37 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/07/28 12:40:58 wen Exp $
+$NetBSD: distinfo,v 1.10 2017/07/23 00:28:37 schmonz Exp $
 
-SHA1 (App-Sqitch-0.9995.tar.gz) = 59c2062229b37c91969a2f02597669e2868eaf0e
-RMD160 (App-Sqitch-0.9995.tar.gz) = 0897acf76bda2724bf695eda772b532801c9169f
-SHA512 (App-Sqitch-0.9995.tar.gz) = 15681566b321fc3f7cd0d4aac817bac69cabae4655cdaff862e85dcc80db771adf512ad354f21102e8a760bc8b54d306050c9bfbcca34bf243ab6af7e497b9f3
-Size (App-Sqitch-0.9995.tar.gz) = 476617 bytes
+SHA1 (App-Sqitch-0.9996.tar.gz) = 88b663ce2a6a1a0c3d6bed7fe407afcf017cd708
+RMD160 (App-Sqitch-0.9996.tar.gz) = 019e0a6c6ca1b41ad66f16ba0ef5e8f52ca13f76
+SHA512 (App-Sqitch-0.9996.tar.gz) = f9f34afdf8ae8c9284c17875da250bf8888d93451235a693a531bb8dd2aed4a0280596f4e0d14eb9bbffcac3c59820c7fbb14778080edf94d2de1bc1877b5c2c
+Size (App-Sqitch-0.9996.tar.gz) = 480501 bytes



Home | Main Index | Thread Index | Old Index