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 Oct 2 23:51:06 UTC 2022
Modified Files:
pkgsrc/databases/p5-App-Sqitch: Makefile distinfo
Log Message:
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)!
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/p5-App-Sqitch/Makefile
cvs rdiff -u -r1.20 -r1.21 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.34 pkgsrc/databases/p5-App-Sqitch/Makefile:1.35
--- pkgsrc/databases/p5-App-Sqitch/Makefile:1.34 Sun Aug 14 17:21:50 2022
+++ pkgsrc/databases/p5-App-Sqitch/Makefile Sun Oct 2 23:51:05 2022
@@ -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-URI-db>=0.20:../../www/p5-
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
Index: pkgsrc/databases/p5-App-Sqitch/distinfo
diff -u pkgsrc/databases/p5-App-Sqitch/distinfo:1.20 pkgsrc/databases/p5-App-Sqitch/distinfo:1.21
--- pkgsrc/databases/p5-App-Sqitch/distinfo:1.20 Sun Aug 14 17:21:50 2022
+++ pkgsrc/databases/p5-App-Sqitch/distinfo Sun Oct 2 23:51:05 2022
@@ -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