summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2022-10-02 23:51:05 +0000
committerschmonz <schmonz@pkgsrc.org>2022-10-02 23:51:05 +0000
commitb845dfbf66d048be9864d952a3516deded3b52ab (patch)
tree37a0eee3ba187888f1b2d72c103cf03e4b5804e2 /databases
parentb7c95b7257d22c4d672d50175d45e42be4a70acc (diff)
downloadpkgsrc-b845dfbf66d048be9864d952a3516deded3b52ab.tar.gz
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 (limited to 'databases')
-rw-r--r--databases/p5-App-Sqitch/Makefile5
-rw-r--r--databases/p5-App-Sqitch/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile
index 70916ecffa0..de8f23ac2b3 100644
--- a/databases/p5-App-Sqitch/Makefile
+++ b/databases/p5-App-Sqitch/Makefile
@@ -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-URI-db
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 --git a/databases/p5-App-Sqitch/distinfo b/databases/p5-App-Sqitch/distinfo
index 27c1ed94f37..da7f56f932f 100644
--- a/databases/p5-App-Sqitch/distinfo
+++ b/databases/p5-App-Sqitch/distinfo
@@ -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