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: wiz
Date: Sun Mar 18 08:31:13 UTC 2018
Modified Files:
pkgsrc/databases/p5-App-Sqitch: Makefile distinfo
Log Message:
p5-App-Sqitch: update to 0.9997.
Add some missing dependencies.
0.9997 2018-03-15T21:13:52Z
- Fixed the Firebird engine to properly detect multiple instances of a
change specified to `revert` and `verify`, matching the behavior of
displaying tag-qualified alternates added to the other engines in
v0.9996.
- Fixed test failure on Windows.
- Updated the MySQL and PostgreSQL tests to use process-specific database
names, to try to avoid conflicts when tests are being run by multiple
processes on the same box, as happens with CPAN smoke testing boxes.
- Fixed an issue where Sqitch would sometimes truncate the registry
version number fetched from Postgres, most likely because the Perl
runtime was using 32-bit integers. Fixed by casting the version to text
in the query, before Perl ever see it. Thanks to Malte Legenhausen for
the report (#343).
- The MySQL engine will now read the username from MySQL configuration
files. Thanks to Eliot Alter for the bug report (#353).
- Added Italian translation, with thanks to Luca Ferrari and @BeaData!
- Improved multi-value config examples in the `sqitch-config`
documentation to be a bit less confusing. Thanks to Emil for reporting
where he got confused!
- Added the Exasol engine. Thanks to Johan Wärlander for the PR (#362)!
- Fixed an issue where URI::db needed to be explicitly loaded. Thanks to
Hugh Esco for the report (#370)!
- Changed the exit value for `rebase` and `revert` from 1 to 0 when there
is no work to do. This is to match the expectation of non-zero exit
statuses only when a command is unsuccessful, as well as the behavior
of `deploy` as of v0.995. Nothing to do is considered successful.
Thanks to Paul Williams for the PR (#374)!
- Update `psql` options to use a conninfo string to honor connection
parameter key words for PostgreSQL targets. It can now take advantage
of the connection service file using `db:pg:///?service=$PGSERVICE` as
well as other connection parameters. Thanks to Paul Williams for the PR
(#375)!
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/p5-App-Sqitch/Makefile
cvs rdiff -u -r1.10 -r1.11 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.18 pkgsrc/databases/p5-App-Sqitch/Makefile:1.19
--- pkgsrc/databases/p5-App-Sqitch/Makefile:1.18 Sun Jul 23 00:28:37 2017
+++ pkgsrc/databases/p5-App-Sqitch/Makefile Sun Mar 18 08:31:13 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2017/07/23 00:28:37 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2018/03/18 08:31:13 wiz Exp $
-DISTNAME= App-Sqitch-0.9996
+DISTNAME= App-Sqitch-0.9997
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
@@ -16,11 +16,8 @@ DEPENDS+= p5-DBI-[0-9]*:../../databases
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-Devel-StackTrace>=1.30:../../devel/p5-Devel-StackTrace
DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
-#DEPENDS+= {perl>=5.7.3,p5-Encode-[0-9]*}:../../textproc/p5-Encode
+DEPENDS+= p5-Encode-Locale-[0-9]*:../../textproc/p5-Encode-Locale
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
-#DEPENDS+= {perl>=5.001,p5-File-Path-[0-9]*}:../../devel/p5-File-Path
-#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
-#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
@@ -30,6 +27,7 @@ DEPENDS+= p5-Locale-libintl-[0-9]*:../.
DEPENDS+= p5-Moo>=1.002000:../../devel/p5-Moo
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
DEPENDS+= p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict
+DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER
DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-String-Formatter-[0-9]*:../../textproc/p5-String-Formatter
DEPENDS+= p5-String-ShellQuote-[0-9]*:../../textproc/p5-String-ShellQuote
@@ -43,8 +41,6 @@ DEPENDS+= p5-Type-Tiny-XS>=0.010:../../
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-URI-db>=0.15:../../www/p5-URI-db
DEPENDS+= p5-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean
-#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
-#DEPENDS+= {perl>=5.9.3,p5-Pod-Simple>=1.41}:../../textproc/p5-Pod-Simple
# XXX TEST_TARGET
BUILD_DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny
@@ -56,6 +52,7 @@ BUILD_DEPENDS+= p5-Test-File-[0-9]*:../
BUILD_DEPENDS+= p5-Test-File-Contents>=0.05:../../devel/p5-Test-File-Contents
BUILD_DEPENDS+= p5-Test-MockModule>=0.05:../../devel/p5-Test-MockModule
BUILD_DEPENDS+= p5-Test-NoWarnings>=0.083:../../devel/p5-Test-NoWarnings
+BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
USE_LANGUAGES= # empty
USE_TOOLS+= perl
Index: pkgsrc/databases/p5-App-Sqitch/distinfo
diff -u pkgsrc/databases/p5-App-Sqitch/distinfo:1.10 pkgsrc/databases/p5-App-Sqitch/distinfo:1.11
--- pkgsrc/databases/p5-App-Sqitch/distinfo:1.10 Sun Jul 23 00:28:37 2017
+++ pkgsrc/databases/p5-App-Sqitch/distinfo Sun Mar 18 08:31:13 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/07/23 00:28:37 schmonz Exp $
+$NetBSD: distinfo,v 1.11 2018/03/18 08:31:13 wiz Exp $
-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
+SHA1 (App-Sqitch-0.9997.tar.gz) = 551483cf96372938098528ee349b14cd485dc848
+RMD160 (App-Sqitch-0.9997.tar.gz) = 766771e17775f2409f6acaf9e8daee0a71aae6b9
+SHA512 (App-Sqitch-0.9997.tar.gz) = 8c2176164e8969c0d6053c1330fb3e919fc02b5cc76e23f6ab264c29821fb854eb8ee2d75b56d119424057b1e85767de74110b1211ed224e8f97541092435133
+Size (App-Sqitch-0.9997.tar.gz) = 527865 bytes
Home |
Main Index |
Thread Index |
Old Index