summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql15-server/Makefile2
-rw-r--r--databases/postgresql15-server/distinfo6
-rw-r--r--databases/postgresql15-server/pkg-plist-client5
-rw-r--r--databases/postgresql15-server/pkg-plist-plpython1
-rw-r--r--databases/postgresql15-server/pkg-plist-server46
5 files changed, 29 insertions, 31 deletions
diff --git a/databases/postgresql15-server/Makefile b/databases/postgresql15-server/Makefile
index 0bc2b2b4b8fd..124f53d173f7 100644
--- a/databases/postgresql15-server/Makefile
+++ b/databases/postgresql15-server/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= postgresql
-DISTVERSION?= 15beta3
+DISTVERSION?= 15beta4
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 0
diff --git a/databases/postgresql15-server/distinfo b/databases/postgresql15-server/distinfo
index f32c067c5985..2d4241e5c6eb 100644
--- a/databases/postgresql15-server/distinfo
+++ b/databases/postgresql15-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659998072
-SHA256 (postgresql/postgresql-15beta3.tar.bz2) = 1a6e2a454b6bcdf76aa4e50573d2fa1ea8db2cdfaa3282a7538830bd285b27bf
-SIZE (postgresql/postgresql-15beta3.tar.bz2) = 23585136
+TIMESTAMP = 1662450854
+SHA256 (postgresql/postgresql-15beta4.tar.bz2) = d84d18ef26a64e76f189b7efb05179920eb0e8ae5d68cdbdbbe966305aee4416
+SIZE (postgresql/postgresql-15beta4.tar.bz2) = 23517791
diff --git a/databases/postgresql15-server/pkg-plist-client b/databases/postgresql15-server/pkg-plist-client
index eb195d4a4c6c..56a5797f3c25 100644
--- a/databases/postgresql15-server/pkg-plist-client
+++ b/databases/postgresql15-server/pkg-plist-client
@@ -619,10 +619,6 @@ include/postgresql/server/regex/regerrs.h
include/postgresql/server/regex/regex.h
include/postgresql/server/regex/regexport.h
include/postgresql/server/regex/regguts.h
-include/postgresql/server/replication/backup_manifest.h
-include/postgresql/server/replication/basebackup.h
-include/postgresql/server/replication/basebackup_sink.h
-include/postgresql/server/replication/basebackup_target.h
include/postgresql/server/replication/decode.h
include/postgresql/server/replication/logical.h
include/postgresql/server/replication/logicallauncher.h
@@ -1260,6 +1256,7 @@ man/man7/WITH.7.gz
%%NLS%%share/locale/ka/LC_MESSAGES/libpq5-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_amcheck-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pg_config-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_dump-15.mo
%%NLS%%share/locale/ka/LC_MESSAGES/pgscripts-%%PG_VERSION%%.mo
%%NLS%%share/locale/ka/LC_MESSAGES/psql-%%PG_VERSION%%.mo
%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo
diff --git a/databases/postgresql15-server/pkg-plist-plpython b/databases/postgresql15-server/pkg-plist-plpython
index 2f9bf2538e73..127072f6e5cd 100644
--- a/databases/postgresql15-server/pkg-plist-plpython
+++ b/databases/postgresql15-server/pkg-plist-plpython
@@ -29,4 +29,3 @@ lib/postgresql/ltree_plpython3.so
%%DATADIR%%/extension/jsonb_plpython3u.control
%%DATADIR%%/extension/ltree_plpython3u--1.0.sql
%%DATADIR%%/extension/ltree_plpython3u.control
-@dir lib/postgresql/pgxs/src/pl/plpython
diff --git a/databases/postgresql15-server/pkg-plist-server b/databases/postgresql15-server/pkg-plist-server
index dcf0ed638b4c..bd41e4552429 100644
--- a/databases/postgresql15-server/pkg-plist-server
+++ b/databases/postgresql15-server/pkg-plist-server
@@ -449,7 +449,6 @@ lib/postgresql/utf8_and_win.so
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_enr.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_expr.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_func.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_jsontable.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_merge.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_node.bc
%%LLVM%%lib/postgresql/bitcode/postgres/parser/parse_oper.bc
@@ -486,17 +485,17 @@ lib/postgresql/utf8_and_win.so
%%LLVM%%lib/postgresql/bitcode/postgres/regex/regexport.bc
%%LLVM%%lib/postgresql/bitcode/postgres/regex/regfree.bc
%%LLVM%%lib/postgresql/bitcode/postgres/regex/regprefix.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/backup_manifest.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_copy.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_gzip.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_lz4.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_progress.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_server.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_sink.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_target.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_throttle.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/replication/basebackup_zstd.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/backup_manifest.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_copy.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_gzip.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_lz4.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_progress.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_server.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_sink.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_target.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_throttle.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/backup/basebackup_zstd.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/decode.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/launcher.bc
%%LLVM%%lib/postgresql/bitcode/postgres/replication/logical/logical.bc
@@ -797,16 +796,6 @@ lib/postgresql/utf8_and_win.so
%%DATADIR%%/system_constraints.sql
%%DATADIR%%/system_functions.sql
%%DATADIR%%/system_views.sql
-%%NLS%%share/locale/ka/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_rewind-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo
%%NLS%%share/locale/cs/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
%%NLS%%share/locale/cs/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
%%NLS%%share/locale/cs/LC_MESSAGES/pg_basebackup-%%PG_VERSION%%.mo
@@ -899,6 +888,19 @@ lib/postgresql/utf8_and_win.so
%%NLS%%share/locale/ja/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo
%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo
%%NLS%%share/locale/ja/LC_MESSAGES/postgres-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_basebackup-15.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_rewind-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_upgrade-15.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/plpgsql-15.mo
%%NLS%%share/locale/ko/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
%%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-%%PG_VERSION%%.mo