Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 34E6F1A923A for ; Sat, 22 Jan 2022 15:05:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 532DF84E8C; Sat, 22 Jan 2022 15:05:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C7F184E7B for ; Sat, 22 Jan 2022 15:05:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nrHRlBFmNnhF for ; Sat, 22 Jan 2022 15:05:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E6E3784E7C for ; Sat, 22 Jan 2022 15:05:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE1EBFB24; Sat, 22 Jan 2022 15:05:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164286390128750" MIME-Version: 1.0 Date: Sat, 22 Jan 2022 15:05:01 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/databases/p5-pgFormatter To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20220122150501.CE1EBFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164286390128750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Jan 22 15:05:01 UTC 2022 Modified Files: pkgsrc/databases/p5-pgFormatter: Makefile distinfo Log Message: p5-pgFormatter: update to 5.2, PR pkg/56564. December 03 2021 - v5.2 This maintenance release fixes issues reported by users since the last six months with some improvements and new features. New options and features: * Allow to pass multiple files when using --inplace. Thanks to mieszko4 for the patch. * Add a button to copy formatted text to clipboard in the CGI interface. Thanks to Yan Sheng for the feature request. Here is the complete list of changes and acknowledgments: - Fix bad formatting of materialized view ddl with parameters. Thanks to Wilson Lin for the report. - Fix/unicode and --inplace argument causing an error. Thanks to mieszko4 for the patch. - Fix anonymizing disabled in last version. Thanks to Nikolas Poniros for the report. - Correctly format casts to quoted types. Thanks to Adam Vartanian for the patch. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/p5-pgFormatter/Makefile \ pkgsrc/databases/p5-pgFormatter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164286390128750 Content-Disposition: inline Content-Length: 1728 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/p5-pgFormatter/Makefile diff -u pkgsrc/databases/p5-pgFormatter/Makefile:1.1 pkgsrc/databases/p5-pgFormatter/Makefile:1.2 --- pkgsrc/databases/p5-pgFormatter/Makefile:1.1 Sat Nov 6 15:09:26 2021 +++ pkgsrc/databases/p5-pgFormatter/Makefile Sat Jan 22 15:05:01 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/11/06 15:09:26 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/22 15:05:01 bsiegert Exp $ GITHUB_PROJECT= pgFormatter GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= pgFormatter-5.1 +DISTNAME= pgFormatter-5.2 PKGNAME= p5-${DISTNAME} CATEGORIES= databases textproc perl5 MASTER_SITES= ${MASTER_SITE_GITHUB:=darold/} Index: pkgsrc/databases/p5-pgFormatter/distinfo diff -u pkgsrc/databases/p5-pgFormatter/distinfo:1.1 pkgsrc/databases/p5-pgFormatter/distinfo:1.2 --- pkgsrc/databases/p5-pgFormatter/distinfo:1.1 Sat Nov 6 15:09:26 2021 +++ pkgsrc/databases/p5-pgFormatter/distinfo Sat Jan 22 15:05:01 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2021/11/06 15:09:26 bsiegert Exp $ +$NetBSD: distinfo,v 1.2 2022/01/22 15:05:01 bsiegert Exp $ -BLAKE2s (pgFormatter-5.1.tar.gz) = 525812b0d47b1127c67fd377dba7bafe8f30455e443487e8b2985228fa53253a -SHA512 (pgFormatter-5.1.tar.gz) = 86afb0e77a000145bdcfbd3d5f91c59dc8de3676b4e764a4b86147a52fd7787681b33f4e23a4e0eb9b15e9a24d5b60eb01c90574f59ff5cab2f33489c5f2e91b -Size (pgFormatter-5.1.tar.gz) = 1314702 bytes +BLAKE2s (pgFormatter-5.2.tar.gz) = bd398ef653b8f041e8d0f2b372fec944ea03deca0c532e0e6e3e3a80423096ba +SHA512 (pgFormatter-5.2.tar.gz) = 6244cf41a7a93c2fedf69707e11dccbe72d44965682fb4c469718538c8a22b90192e8de8a123c5f093a40728dd6d8e728c1967953ca70f9dcd6d052d57342666 +Size (pgFormatter-5.2.tar.gz) = 1316900 bytes --_----------=_164286390128750--