pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-pgFormatter



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.

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



Home | Main Index | Thread Index | Old Index