Sat Jan 22 15:05:01 2022 UTC ()
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.


(bsiegert)
diff -r1.1 -r1.2 pkgsrc/databases/p5-pgFormatter/Makefile
diff -r1.1 -r1.2 pkgsrc/databases/p5-pgFormatter/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/databases/p5-pgFormatter/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-pgFormatter/Makefile 2021/11/06 15:09:26 1.1
+++ pkgsrc/databases/p5-pgFormatter/Makefile 2022/01/22 15:05:01 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.1 2021/11/06 15:09:26 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.2 2022/01/22 15:05:01 bsiegert Exp $
2 2
3GITHUB_PROJECT= pgFormatter 3GITHUB_PROJECT= pgFormatter
4GITHUB_TAG= v${PKGVERSION_NOREV} 4GITHUB_TAG= v${PKGVERSION_NOREV}
5DISTNAME= pgFormatter-5.1 5DISTNAME= pgFormatter-5.2
6PKGNAME= p5-${DISTNAME} 6PKGNAME= p5-${DISTNAME}
7CATEGORIES= databases textproc perl5 7CATEGORIES= databases textproc perl5
8MASTER_SITES= ${MASTER_SITE_GITHUB:=darold/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=darold/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/darold/pgFormatter/ 11HOMEPAGE= https://github.com/darold/pgFormatter/
12COMMENT= PostgreSQL SQL syntax beautifier 12COMMENT= PostgreSQL SQL syntax beautifier
13LICENSE= postgresql-license 13LICENSE= postgresql-license
14 14
15PERL5_PACKLIST= auto/pgFormatter/.packlist 15PERL5_PACKLIST= auto/pgFormatter/.packlist
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
18DOCDIR= ${PREFIX}/share/doc/pgFormatter 18DOCDIR= ${PREFIX}/share/doc/pgFormatter

cvs diff -r1.1 -r1.2 pkgsrc/databases/p5-pgFormatter/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-pgFormatter/distinfo 2021/11/06 15:09:26 1.1
+++ pkgsrc/databases/p5-pgFormatter/distinfo 2022/01/22 15:05:01 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2021/11/06 15:09:26 bsiegert Exp $ 1$NetBSD: distinfo,v 1.2 2022/01/22 15:05:01 bsiegert Exp $
2 2
3BLAKE2s (pgFormatter-5.1.tar.gz) = 525812b0d47b1127c67fd377dba7bafe8f30455e443487e8b2985228fa53253a 3BLAKE2s (pgFormatter-5.2.tar.gz) = bd398ef653b8f041e8d0f2b372fec944ea03deca0c532e0e6e3e3a80423096ba
4SHA512 (pgFormatter-5.1.tar.gz) = 86afb0e77a000145bdcfbd3d5f91c59dc8de3676b4e764a4b86147a52fd7787681b33f4e23a4e0eb9b15e9a24d5b60eb01c90574f59ff5cab2f33489c5f2e91b 4SHA512 (pgFormatter-5.2.tar.gz) = 6244cf41a7a93c2fedf69707e11dccbe72d44965682fb4c469718538c8a22b90192e8de8a123c5f093a40728dd6d8e728c1967953ca70f9dcd6d052d57342666
5Size (pgFormatter-5.1.tar.gz) = 1314702 bytes 5Size (pgFormatter-5.2.tar.gz) = 1316900 bytes