Received: by mail.netbsd.org (Postfix, from userid 605) id B277B84EBD; Sun, 2 Oct 2022 23:51:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E251C84EB2 for ; Sun, 2 Oct 2022 23:51:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ua5GUrjMDpXc for ; Sun, 2 Oct 2022 23:51:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3CFA784C71 for ; Sun, 2 Oct 2022 23:51:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30ED1FA90; Sun, 2 Oct 2022 23:51:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664754666230260" MIME-Version: 1.0 Date: Sun, 2 Oct 2022 23:51:06 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/databases/p5-App-Sqitch To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20221002235106.30ED1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664754666230260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1664754666230260 Content-Disposition: inline Content-Length: 2078 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1664754666230260--