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: Mon Jul 6 20:25:52 UTC 2020
Modified Files:
pkgsrc/databases/p5-App-Sqitch: Makefile distinfo
Log Message:
Update to 1.1.0. From the changelog:
- Fixed Perl Pod errors, thanks to a pull request from Mohammad S Anwar
(#470).
- Fixed test failures when running with the localization set to German
or Italian. Thanks to Slaven Rezić for the report (#472).
- Fixed an issue when the full name of the current user is not set, so
that it properly falls back on the username. Thanks to Slaven Rezić and
Matthieu Foucault for the report and testing various fixes (#473).
- Eliminated an error when using the `-t` option to specify a target, due
to a missing dependency declaration in the Target class. Thanks to
Clinton Adams for the fix (#509)!
- Updated the IPC::System::Simple Win32 workaround added in 0.9999 to
properly support released versions of IPC::System::Simple. This fixes
errors running the database command-line clients on Windows (#503).
- Sqitch now only passes the `--password` option to the MySQL client if
it was not read from the `.my.cnf` file, as it's more secure to let
the client use `.my.cnf`, and it eliminates a warning from recent
versions of the client. Thanks to Kiel R Stirling for the fix (#484)!
- Added a note to the tutorials to skip setting the `engine.$engine.client`
config when using the Docker image.
- Added the new `check` command, which compares the SHA1 hashes of the
deploy scripts to the database, and reports if any have been modified
since they were deployed. Thanks to Matthieu Foucault for the pull
request and diligent work on this feature (#477)!
- Added the `--modified` option to the `rebase` and `revert` commands, to
revert to the earliest change with a modified deploy script. Handy for
rapid rebasing during iterative development cycles. Thanks to Matthieu
Foucault for this feature (#477)!
- Fixed an issue where the Snowflake engine would complain about not
finding the account name even for commands that don't need them, such
as `init`. Thanks to Stack Overflow user vbp13 for the report (#502).
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/p5-App-Sqitch/Makefile
cvs rdiff -u -r1.14 -r1.15 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.25 pkgsrc/databases/p5-App-Sqitch/Makefile:1.26
--- pkgsrc/databases/p5-App-Sqitch/Makefile:1.25 Sun Aug 11 13:18:21 2019
+++ pkgsrc/databases/p5-App-Sqitch/Makefile Mon Jul 6 20:25:52 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2019/08/11 13:18:21 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2020/07/06 20:25:52 schmonz Exp $
-DISTNAME= App-Sqitch-v1.0.0
+DISTNAME= App-Sqitch-v1.1.0
PKGNAME= p5-${DISTNAME:S/-v/-/}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
@@ -11,6 +10,7 @@ HOMEPAGE= https://sqitch.org/
COMMENT= Sensible 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.15:../../devel/p5-Config-GitLike
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
@@ -19,7 +19,7 @@ DEPENDS+= p5-Devel-StackTrace>=1.30:../
DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
DEPENDS+= p5-Encode-Locale-[0-9]*:../../textproc/p5-Encode-Locale
DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
-DEPENDS+= p5-IO-Pager-[0-9]*:../../devel/p5-IO-Pager
+DEPENDS+= p5-IO-Pager>=0.34:../../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
@@ -33,6 +33,7 @@ DEPENDS+= p5-String-Formatter-[0-9]*:..
DEPENDS+= p5-String-ShellQuote-[0-9]*:../../textproc/p5-String-ShellQuote
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny
+DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
DEPENDS+= p5-Term-ANSIColor>=2.02:../../devel/p5-Term-ANSIColor
DEPENDS+= p5-Throwable>=0.200009:../../devel/p5-Throwable
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
Index: pkgsrc/databases/p5-App-Sqitch/distinfo
diff -u pkgsrc/databases/p5-App-Sqitch/distinfo:1.14 pkgsrc/databases/p5-App-Sqitch/distinfo:1.15
--- pkgsrc/databases/p5-App-Sqitch/distinfo:1.14 Wed Jun 5 18:31:06 2019
+++ pkgsrc/databases/p5-App-Sqitch/distinfo Mon Jul 6 20:25:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/06/05 18:31:06 schmonz Exp $
+$NetBSD: distinfo,v 1.15 2020/07/06 20:25:52 schmonz Exp $
-SHA1 (App-Sqitch-v1.0.0.tar.gz) = bb84209cbc6360ad9b71b410028173b0f0e929f4
-RMD160 (App-Sqitch-v1.0.0.tar.gz) = 658a8a7ba7325ec9ca61783cfe1fcfdb4fd98a4c
-SHA512 (App-Sqitch-v1.0.0.tar.gz) = 764a17c7cce73f49a789b2ffd2d7d6a3822257f8078710f986110f7136a91f841bd672d9adcbaccb87e8fca6a076d3437243d5601e96d355a37855aa99b25739
-Size (App-Sqitch-v1.0.0.tar.gz) = 593674 bytes
+SHA1 (App-Sqitch-v1.1.0.tar.gz) = 4301b61b34e86812ae3d2808a1221ab563d074e3
+RMD160 (App-Sqitch-v1.1.0.tar.gz) = ffdf7b02ba6ca2850d92ef6a286e0572aee32c50
+SHA512 (App-Sqitch-v1.1.0.tar.gz) = bb2d179c473d2c659fa0e6b23a5c312449299975a2e487f84812d9d891ecc139278da1661e1a4eb922487b0cafb8014de019b498c069799f39fd2e31392cf3aa
+Size (App-Sqitch-v1.1.0.tar.gz) = 600515 bytes
Home |
Main Index |
Thread Index |
Old Index