diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2022-10-13 14:04:19 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2022-10-13 14:04:19 +0000 |
commit | f46b3a4cb93f012d96a5304d07eed1c265ed62d9 (patch) | |
tree | 40756df63587fc97e4880a98617d599ef3b2a09d | |
parent | 37e259336e382a15c1ce2d38f3e05824f5d6b993 (diff) |
databases/postgresql15-*: Update to 15.0
The PostgreSQL Global Development Group today announced the release of
PostgreSQL 15, the latest version of the world’s most advanced open
source database.
PostgreSQL 15 builds on the performance improvements of recent releases
with noticeable gains for managing workloads in both local and
distributed deployments, including improved sorting. This release
improves the developer experience with the addition of the popular MERGE
command, and adds more capabilities for observing the state of the
database.
Release notes: https://www.postgresql.org/about/news/postgresql-15-released-2526/
-rw-r--r-- | databases/postgresql15-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql15-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql15-server/pkg-plist-client | 1 | ||||
-rw-r--r-- | databases/postgresql15-server/pkg-plist-server | 8 |
4 files changed, 13 insertions, 4 deletions
diff --git a/databases/postgresql15-server/Makefile b/databases/postgresql15-server/Makefile index 20fd7123bd38..47220d3afdfe 100644 --- a/databases/postgresql15-server/Makefile +++ b/databases/postgresql15-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= postgresql -DISTVERSION?= 15rc2 +DISTVERSION?= 15.0 # 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 446ca72c861c..730f7a06bac4 100644 --- a/databases/postgresql15-server/distinfo +++ b/databases/postgresql15-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664272247 -SHA256 (postgresql/postgresql-15rc2.tar.bz2) = 11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23 -SIZE (postgresql/postgresql-15rc2.tar.bz2) = 22420528 +TIMESTAMP = 1665479300 +SHA256 (postgresql/postgresql-15.0.tar.bz2) = 72ec74f4a7c16e684f43ea42e215497fcd4c55d028a68fb72e99e61ff40da4d6 +SIZE (postgresql/postgresql-15rc2.tar.bz2) = 22403741 diff --git a/databases/postgresql15-server/pkg-plist-client b/databases/postgresql15-server/pkg-plist-client index acdf83f4487f..26f9acbbecb8 100644 --- a/databases/postgresql15-server/pkg-plist-client +++ b/databases/postgresql15-server/pkg-plist-client @@ -1264,6 +1264,7 @@ man/man7/WITH.7.gz %%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-%%PG_VERSION%%.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pgscripts-%%PG_VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-%%PG_VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/libpq5-%%PG_VERSION%%.mo diff --git a/databases/postgresql15-server/pkg-plist-server b/databases/postgresql15-server/pkg-plist-server index 8ba8bf57b52c..0b60fec77baa 100644 --- a/databases/postgresql15-server/pkg-plist-server +++ b/databases/postgresql15-server/pkg-plist-server @@ -890,6 +890,14 @@ lib/postgresql/utf8_and_win.so %%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/postgres-%%PG_VERSION%%.mo %%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/initdb-%%PG_VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo |