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 1.3.1. From the chan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb47915ff57a
branches: trunk
changeset: 386194:eb47915ff57a
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun Oct 02 23:51:05 2022 +0000
description:
Update to 1.3.1. From the changelog:
- Fixed a bug introduced in v1.3.0 where the Postgres engine would
always pass the port to `psql`, thus ignoring the `PGPORT` environment
variable. Thanks to Cam Feenstra for the spot (#675)!
- Fixed test failures on OSes where the local time zone cannot be
determined. Thanks to Slaven Rezić for the test reports, and to
Dave Rolsky for the solution (#672).
- Updated the MySQL deploy/revert lock to be specific to the target
database. This allows multiple instances of Sqitch to run at the
same time on the same server as long as they're connecting to different
databases. Thanks to Dmytro Kh for the report and discussion of the
options (#670).
- Fixed test failures where DBD::Mem was not installed. Likely only
occurred on some CPAN Testers nodes. Thanks to Slaven Rezić for those
(#673).
- Banned the backslash character (`\`) in change and tag names. It would
be ignored on Unix-style systems, but create unexpected subdirectories
on Windows systems.
- Banned the slash character (`/`) in tag names. They're still allowed
in change names to enable script organization, but can wreak havoc
when used in tag names. Thanks to @ewie for the report (#680)!
diffstat:
databases/p5-App-Sqitch/Makefile | 5 +++--
databases/p5-App-Sqitch/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r b816352e1152 -r eb47915ff57a databases/p5-App-Sqitch/Makefile
--- a/databases/p5-App-Sqitch/Makefile Sun Oct 02 23:45:56 2022 +0000
+++ b/databases/p5-App-Sqitch/Makefile Sun Oct 02 23:51:05 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2022/08/14 17:21:50 schmonz Exp $
+# $NetBSD: Makefile,v 1.35 2022/10/02 23:51:05 schmonz Exp $
-DISTNAME= App-Sqitch-v1.3.0
+DISTNAME= App-Sqitch-v1.3.1
PKGNAME= p5-${DISTNAME:S/-v/-/}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
@@ -43,6 +43,7 @@
DEPENDS+= p5-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean
# XXX TEST_TARGET
+# p5-DBD-Mem not yet in pkgsrc
BUILD_DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
BUILD_DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
diff -r b816352e1152 -r eb47915ff57a databases/p5-App-Sqitch/distinfo
--- a/databases/p5-App-Sqitch/distinfo Sun Oct 02 23:45:56 2022 +0000
+++ b/databases/p5-App-Sqitch/distinfo Sun Oct 02 23:51:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/08/14 17:21:50 schmonz Exp $
+$NetBSD: distinfo,v 1.21 2022/10/02 23:51:05 schmonz Exp $
-BLAKE2s (App-Sqitch-v1.3.0.tar.gz) = 8fdae40d47c0e45d300589ba0ec0b7263c24071d0ba37c071a4f2cbd318bebcd
-SHA512 (App-Sqitch-v1.3.0.tar.gz) = 68ae3bc97fec6c513035b3a6de7865a71c9d3883ea84f210e429888bbf2fd852c98d22767e89af9aa214f66b09db4c1e4aebb154927581e62bcb375f733d15bb
-Size (App-Sqitch-v1.3.0.tar.gz) = 632394 bytes
+BLAKE2s (App-Sqitch-v1.3.1.tar.gz) = 375aef204518136bab21944ee9900c2b309b55af05c96579482ece08cd436e44
+SHA512 (App-Sqitch-v1.3.1.tar.gz) = cb0aa96ae43fa23f2b2e331ee231f22608016dfd28d9c54dae724d5fe63c541cf231b9a968ded9a28da1b3b18b8c41af11838adef01c6647ed85c0ed579542d1
+Size (App-Sqitch-v1.3.1.tar.gz) = 635471 bytes
Home |
Main Index |
Thread Index |
Old Index