summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-12-11 09:27:44 +0000
committerwiz <wiz@pkgsrc.org>2022-12-11 09:27:44 +0000
commit27e33d11a037f5082fd2ad2d1d0d11f1cbefbe16 (patch)
treeea22492ed1e911defe4760eb0a5e6cd36732730e
parentb0b4a2970f83428bf32693bd072e450ca8afae56 (diff)
downloadpkgsrc-27e33d11a037f5082fd2ad2d1d0d11f1cbefbe16.tar.gz
postgresql-wal2json: update to 2.5.
2.5 Notable changes in this release include: fix bug that prevents a default value to be printed in v1 after a TRUNCATE document that write-in-chunks parameter is only used for v1 add include-type-oids support in v2 array type does not print the correct type name add lag tracking support (lag time in pg_stat_replication) add support to PostgreSQL 15 2.4 Notable changes in this release include: Don't rely on index attribute names for primary key Filter was not applied for TRUNCATE Avoid duplicate double quotes for type names Refactor filter code to be used by both wal2json formats documentation improvements
-rw-r--r--databases/postgresql-wal2json/Makefile11
-rw-r--r--databases/postgresql-wal2json/distinfo8
2 files changed, 9 insertions, 10 deletions
diff --git a/databases/postgresql-wal2json/Makefile b/databases/postgresql-wal2json/Makefile
index a76d22c05ee..6d0802ead5b 100644
--- a/databases/postgresql-wal2json/Makefile
+++ b/databases/postgresql-wal2json/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2020/12/05 09:04:58 otis Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/11 09:27:44 wiz Exp $
-WAL2JSONVERSION= 2.3
-GITHUB_PROJECT= wal2json
-GITHUB_TAG= ${GITHUB_PROJECT}_${WAL2JSONVERSION:C/\./_/}
-DISTNAME= ${GITHUB_PROJECT}_${WAL2JSONVERSION:C/\./_/}
-PKGNAME= postgresql${PGSQL_VERSION}-${GITHUB_PROJECT}-${WAL2JSONVERSION}
+DISTNAME= wal2json-2.5
+PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=eulerto/}
+GITHUB_PROJECT= wal2json
+GITHUB_TAG= ${GITHUB_PROJECT}_${PKGVERSION_NOREV:C/\./_/}
MAINTAINER= otis@NetBSD.org
HOMEPAGE= https://github.com/eulerto/wal2json
diff --git a/databases/postgresql-wal2json/distinfo b/databases/postgresql-wal2json/distinfo
index 309f4a0e955..2ba070a56d5 100644
--- a/databases/postgresql-wal2json/distinfo
+++ b/databases/postgresql-wal2json/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:09:47 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/12/11 09:27:44 wiz Exp $
-BLAKE2s (wal2json_2_3.tar.gz) = d78ce26b5a601a36efb47c10b1feff19e9732aae9e836431e35f6ff994bc5699
-SHA512 (wal2json_2_3.tar.gz) = 968f15a64daba77ad439fc95e4091ec2fe8581bf40559f1ff3a2c75c129e4954b43eea7300678a0b27a7fc880f25266e39aa8b9bc8bd2c9001661fc93f9c981f
-Size (wal2json_2_3.tar.gz) = 87413 bytes
+BLAKE2s (wal2json-2.5.tar.gz) = 83c67527adda71614d15cab6f2068587ffecf371010a8b5ed51fa8d0e0086473
+SHA512 (wal2json-2.5.tar.gz) = 09752dbdad82a680495cfd62d5a62ef61ab9f2a7a7ded58a6e21347a5c47f953f2ed89ea5252f65a6d8d989b6eee67916ca99ba14bac703e99c8a03719502597
+Size (wal2json-2.5.tar.gz) = 91040 bytes