pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases postgresql: updated to 14.5, 13.8, 12.12, 11...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2adf4e10045
branches:  trunk
changeset: 383242:f2adf4e10045
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 15 20:59:35 2022 +0000

description:
postgresql: updated to 14.5, 13.8, 12.12, 11.17, 10.22

This update fixes over 40 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 14. Some of these issues may also affect other supported versions of PostgreSQL.

Included in this release:

Fix replay of CREATE DATABASE write-ahead log (WAL) records on standby servers when encountering a missing tablespace directory.
Add support for tablespaces that are plain directories instead of symbolic links to other directories.
Fix permission checks in CREATE INDEX to use the user's permissions. This fixes broken dump/restore scenarios that relied on the behavior prior to the fix for CVE-2022-1552.
In the extended query protocol, force an immediate commit after CREATE DATABASE and other commands that can't run in a transaction block.
Fix a race condition around checking transaction visibility that was more likely to happen when using synchronous replication.
Fix incorrect permission-checking code for extended statistics.
Fix extended statistics machinery to handle most common value (MCV)-type statistics on boolean-valued expressions.
Avoid planner core dump with constant = ANY(array) clauses when there are MCV-type extended statistics on the array variable.
Allow cancellation of ANALYZE while it is computing extended statistics.
Fix ALTER TABLE ... ENABLE/DISABLE TRIGGER to handle recursion for triggers on partitioned tables.
Reject ROW() expressions and functions in FROM that have more than 1600 columns.
Fix memory leak in logical replication subscribers.
Fix checks in logical replication of replica identity when the target table is partitioned.
Arrange to clean up after commit-time errors within SPI_commit(), rather than expecting callers to do that. This includes a fix for the same scenario in PL/Python, which had reported crashes on 
Python 3.11 and memory leaks on older versions of Python 3.
Improve handling in libpq of idle states in pipeline mode.
In the psql \watch command, echo a newline after cancellation with control-C.
Fix pg_upgrade to detect non-upgradable usages of functions accepting anyarray parameters.
Several postgres_fdw fixes, including prevention of batch insertions when there are WITH CHECK OPTION constraints present.

diffstat:

 databases/postgresql10-client/Makefile   |  3 +--
 databases/postgresql10-contrib/Makefile  |  3 +--
 databases/postgresql10-docs/Makefile     |  3 +--
 databases/postgresql10-docs/PLIST        |  3 ++-
 databases/postgresql10-plperl/Makefile   |  3 +--
 databases/postgresql10-plpython/Makefile |  3 +--
 databases/postgresql10-pltcl/Makefile    |  3 +--
 databases/postgresql10-server/Makefile   |  3 +--
 databases/postgresql10/Makefile          |  3 +--
 databases/postgresql10/Makefile.common   |  7 ++-----
 databases/postgresql10/distinfo          |  8 ++++----
 databases/postgresql11-client/Makefile   |  3 +--
 databases/postgresql11-contrib/Makefile  |  3 +--
 databases/postgresql11-docs/Makefile     |  3 +--
 databases/postgresql11-docs/PLIST        |  4 +++-
 databases/postgresql11-plperl/Makefile   |  3 +--
 databases/postgresql11-plpython/Makefile |  3 +--
 databases/postgresql11-pltcl/Makefile    |  3 +--
 databases/postgresql11-server/Makefile   |  3 +--
 databases/postgresql11-server/PLIST      |  3 +--
 databases/postgresql11/Makefile          |  3 +--
 databases/postgresql11/Makefile.common   |  7 ++-----
 databases/postgresql11/distinfo          |  8 ++++----
 databases/postgresql12-client/Makefile   |  3 +--
 databases/postgresql12-client/PLIST      |  3 +--
 databases/postgresql12-contrib/Makefile  |  3 +--
 databases/postgresql12-docs/Makefile     |  3 +--
 databases/postgresql12-docs/PLIST        |  4 +++-
 databases/postgresql12-plperl/Makefile   |  3 +--
 databases/postgresql12-plpython/Makefile |  3 +--
 databases/postgresql12-pltcl/Makefile    |  3 +--
 databases/postgresql12-server/Makefile   |  3 +--
 databases/postgresql12/Makefile          |  3 +--
 databases/postgresql12/Makefile.common   |  7 ++-----
 databases/postgresql12/distinfo          |  8 ++++----
 databases/postgresql13-client/Makefile   |  3 +--
 databases/postgresql13-contrib/Makefile  |  3 +--
 databases/postgresql13-docs/Makefile     |  3 +--
 databases/postgresql13-docs/PLIST        |  4 +++-
 databases/postgresql13-plperl/Makefile   |  3 +--
 databases/postgresql13-plpython/Makefile |  3 +--
 databases/postgresql13-pltcl/Makefile    |  3 +--
 databases/postgresql13-server/Makefile   |  3 +--
 databases/postgresql13/Makefile          |  3 +--
 databases/postgresql13/Makefile.common   |  7 ++-----
 databases/postgresql13/distinfo          |  8 ++++----
 databases/postgresql14-client/Makefile   |  3 +--
 databases/postgresql14-contrib/Makefile  |  3 +--
 databases/postgresql14-docs/Makefile     |  3 +--
 databases/postgresql14-docs/PLIST        |  4 +++-
 databases/postgresql14-plperl/Makefile   |  3 +--
 databases/postgresql14-plpython/Makefile |  3 +--
 databases/postgresql14-pltcl/Makefile    |  3 +--
 databases/postgresql14-server/Makefile   |  3 +--
 databases/postgresql14-server/PLIST      |  3 ++-
 databases/postgresql14/Makefile          |  3 +--
 databases/postgresql14/Makefile.common   |  7 ++-----
 databases/postgresql14/distinfo          |  8 ++++----
 58 files changed, 88 insertions(+), 135 deletions(-)

diffs (truncated from 870 to 300 lines):

diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10-client/Makefile
--- a/databases/postgresql10-client/Makefile    Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10-client/Makefile    Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/07/18 22:13:20 tnn Exp $
+# $NetBSD: Makefile,v 1.28 2022/08/15 20:59:35 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-client-/}
-PKGREVISION=   2
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10-contrib/Makefile
--- a/databases/postgresql10-contrib/Makefile   Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10-contrib/Makefile   Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/06/28 11:31:32 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/08/15 20:59:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10-docs/Makefile
--- a/databases/postgresql10-docs/Makefile      Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10-docs/Makefile      Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/06/28 11:31:33 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/08/15 20:59:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10-docs/PLIST
--- a/databases/postgresql10-docs/PLIST Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10-docs/PLIST Mon Aug 15 20:59:35 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2022/05/12 19:02:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2022/08/15 20:59:36 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -931,6 +931,7 @@
 share/doc/postgresql/html/release-10-2.html
 share/doc/postgresql/html/release-10-20.html
 share/doc/postgresql/html/release-10-21.html
+share/doc/postgresql/html/release-10-22.html
 share/doc/postgresql/html/release-10-3.html
 share/doc/postgresql/html/release-10-4.html
 share/doc/postgresql/html/release-10-5.html
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10-plperl/Makefile
--- a/databases/postgresql10-plperl/Makefile    Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10-plperl/Makefile    Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.21 2022/06/28 11:31:33 wiz Exp $
+#$ $NetBSD: Makefile,v 1.22 2022/08/15 20:59:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10-plpython/Makefile
--- a/databases/postgresql10-plpython/Makefile  Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10-plpython/Makefile  Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2022/06/30 11:18:09 nia Exp $
+# $NetBSD: Makefile,v 1.27 2022/08/15 20:59:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-plpython-/}
-PKGREVISION=   2
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10-pltcl/Makefile
--- a/databases/postgresql10-pltcl/Makefile     Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10-pltcl/Makefile     Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/06/28 11:31:33 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/08/15 20:59:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10-server/Makefile
--- a/databases/postgresql10-server/Makefile    Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10-server/Makefile    Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2022/06/28 11:31:33 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2022/08/15 20:59:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10/Makefile
--- a/databases/postgresql10/Makefile   Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10/Makefile   Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2022/06/28 11:31:32 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2022/08/15 20:59:35 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common    Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10/Makefile.common    Mon Aug 15 20:59:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2022/05/21 07:25:34 nia Exp $
+# $NetBSD: Makefile.common,v 1.35 2022/08/15 20:59:35 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.21
+DISTNAME=      postgresql-10.22
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
@@ -88,9 +88,6 @@
 # https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
 BROKEN_ON_PLATFORM+=   *-*-alpha
 
-# "fatal error: catalog/pg_type_d.h: No such file or directory"
-MAKE_JOBS_SAFE=                no
-
 .if ${MACHINE_ARCH} == "sparc"
 CFLAGS.NetBSD+=                -D__sparc_v8__
 .endif
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql10/distinfo
--- a/databases/postgresql10/distinfo   Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql10/distinfo   Mon Aug 15 20:59:35 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2022/05/12 19:02:42 adam Exp $
+$NetBSD: distinfo,v 1.28 2022/08/15 20:59:35 adam Exp $
 
-BLAKE2s (postgresql-10.21.tar.bz2) = ed1e2be52212a5b0f5e4b657421a3b9618227c3f049b8f80da8c948f77b9b169
-SHA512 (postgresql-10.21.tar.bz2) = 1053e15505c0448df491119c9aad1617889b66118628a2155e3ec87e6648b2071a0a54e10d8fbbe00161b2aa86d1a6194d932a8cf5808c626e7972d135bb05c5
-Size (postgresql-10.21.tar.bz2) = 19409454 bytes
+BLAKE2s (postgresql-10.22.tar.bz2) = 05e3691e0952c0b921ad07d23ed3b6c84829b2783c1f624fbb4d9328ede105a1
+SHA512 (postgresql-10.22.tar.bz2) = 2e1ea75be7696ffbbb947351a8e8e55aaf067f86ad318308499a6a58797f0bf86227ed33e257e261c5c71ebba2f73ba514ef195a2394b91414ce6a0c3ab62532
+Size (postgresql-10.22.tar.bz2) = 19455874 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-client/Makefile
--- a/databases/postgresql11-client/Makefile    Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-client/Makefile    Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/07/18 22:13:20 tnn Exp $
+# $NetBSD: Makefile,v 1.24 2022/08/15 20:59:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-client-/}
-PKGREVISION=   2
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql11/Makefile.common"
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-contrib/Makefile
--- a/databases/postgresql11-contrib/Makefile   Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-contrib/Makefile   Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/06/28 11:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/08/15 20:59:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql11/Makefile.common"
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-docs/Makefile
--- a/databases/postgresql11-docs/Makefile      Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-docs/Makefile      Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/06/28 11:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/08/15 20:59:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql11/Makefile.common"
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-docs/PLIST
--- a/databases/postgresql11-docs/PLIST Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-docs/PLIST Mon Aug 15 20:59:35 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2022/05/12 19:02:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2022/08/15 20:59:37 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -536,6 +536,7 @@
 share/doc/postgresql/html/ecpg-informix-compat.html
 share/doc/postgresql/html/ecpg-library.html
 share/doc/postgresql/html/ecpg-lo.html
+share/doc/postgresql/html/ecpg-oracle-compat.html
 share/doc/postgresql/html/ecpg-pgtypes.html
 share/doc/postgresql/html/ecpg-preproc.html
 share/doc/postgresql/html/ecpg-process.html
@@ -961,6 +962,7 @@
 share/doc/postgresql/html/release-11-14.html
 share/doc/postgresql/html/release-11-15.html
 share/doc/postgresql/html/release-11-16.html
+share/doc/postgresql/html/release-11-17.html
 share/doc/postgresql/html/release-11-2.html
 share/doc/postgresql/html/release-11-3.html
 share/doc/postgresql/html/release-11-4.html
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-plperl/Makefile
--- a/databases/postgresql11-plperl/Makefile    Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-plperl/Makefile    Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.19 2022/06/28 11:31:34 wiz Exp $
+#$ $NetBSD: Makefile,v 1.20 2022/08/15 20:59:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-plpython/Makefile
--- a/databases/postgresql11-plpython/Makefile  Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-plpython/Makefile  Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/06/30 11:18:09 nia Exp $
+# $NetBSD: Makefile,v 1.25 2022/08/15 20:59:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-plpython-/}
-PKGREVISION=   2
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-pltcl/Makefile
--- a/databases/postgresql11-pltcl/Makefile     Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-pltcl/Makefile     Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/06/28 11:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/08/15 20:59:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-server/Makefile
--- a/databases/postgresql11-server/Makefile    Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-server/Makefile    Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/06/28 11:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2022/08/15 20:59:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11-server/PLIST
--- a/databases/postgresql11-server/PLIST       Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11-server/PLIST       Mon Aug 15 20:59:35 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/11/16 10:14:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/08/15 20:59:37 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -701,7 +701,6 @@
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/plpgsql-11.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/postgres-11.mo
 ${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/plpgsql-11.mo
-${PLIST.nls}share/locale/ro/LC_MESSAGES/plpgsql-11.mo
 ${PLIST.nls}share/locale/ru/LC_MESSAGES/plpgsql-11.mo
 ${PLIST.nls}share/locale/ru/LC_MESSAGES/postgres-11.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/plpgsql-11.mo
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11/Makefile
--- a/databases/postgresql11/Makefile   Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11/Makefile   Mon Aug 15 20:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/06/28 11:31:33 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2022/08/15 20:59:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client
diff -r 36b3490eed42 -r f2adf4e10045 databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common    Mon Aug 15 20:55:35 2022 +0000
+++ b/databases/postgresql11/Makefile.common    Mon Aug 15 20:59:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2022/05/21 07:25:34 nia Exp $



Home | Main Index | Thread Index | Old Index