Date: Thu, 30 Sep 2021 12:55:58 GMT From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a91450e0e5fa - main - databases/postgresql14-server: Introducing PostgreSQL-14 Message-ID: <202109301255.18UCtwej058938@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a91450e0e5fa0b6660516cff216ae23f97bfd890 commit a91450e0e5fa0b6660516cff216ae23f97bfd890 Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2021-09-29 15:15:05 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2021-09-30 12:55:46 +0000 databases/postgresql14-server: Introducing PostgreSQL-14 PostgreSQL 14 brings a variety of features that help developers and administrators deploy their data-backed applications. PostgreSQL continues to add innovations on complex data types, including more convenient access for JSON and support for noncontiguous ranges of data. This latest release adds to PostgreSQL's trend on improving high performance and distributed data workloads, with advances in connection concurrency, high-write workloads, query parallelism and logical replication. Release notes: https://www.postgresql.org/docs/14/release-14.html --- databases/postgresql14-server/Makefile | 4 ++-- databases/postgresql14-server/distinfo | 6 +++--- databases/postgresql14-server/pkg-plist-client | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index e08742f33117..6241dd816cfa 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,10 +1,10 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> PORTNAME?= postgresql -DISTVERSION?= 14rc1 +DISTVERSION?= 14.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?= 2 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} diff --git a/databases/postgresql14-server/distinfo b/databases/postgresql14-server/distinfo index ebdb2bc496bd..7ee9a05f4109 100644 --- a/databases/postgresql14-server/distinfo +++ b/databases/postgresql14-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632254445 -SHA256 (postgresql/postgresql-14rc1.tar.bz2) = 586a816cb7811985f474eda0d4926fabd2378f0f6d5659d12fba421d38a07616 -SIZE (postgresql/postgresql-14rc1.tar.bz2) = 21844937 +TIMESTAMP = 1632812326 +SHA256 (postgresql/postgresql-14.0.tar.bz2) = ee2ad79126a7375e9102c4db77c4acae6ae6ffe3e082403b88826d96d927a122 +SIZE (postgresql/postgresql-14.0.tar.bz2) = 21836842 diff --git a/databases/postgresql14-server/pkg-plist-client b/databases/postgresql14-server/pkg-plist-client index fb8a9194b6eb..3e7b016bd27e 100644 --- a/databases/postgresql14-server/pkg-plist-client +++ b/databases/postgresql14-server/pkg-plist-client @@ -114,6 +114,7 @@ include/postgresql/server/access/twophase.h include/postgresql/server/access/twophase_rmgr.h include/postgresql/server/access/valid.h include/postgresql/server/access/visibilitymap.h +include/postgresql/server/access/visibilitymapdefs.h include/postgresql/server/access/xact.h include/postgresql/server/access/xlog.h include/postgresql/server/access/xlog_internal.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109301255.18UCtwej058938>