diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2021-09-29 15:15:05 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2021-09-30 12:55:46 +0000 |
commit | a91450e0e5fa0b6660516cff216ae23f97bfd890 (patch) | |
tree | 04fe2442a0729f841b048d4ae5ceefbb13e350c7 | |
parent | 70b621db3cfe442260789464e506dc847eadb1ea (diff) | |
download | ports-a91450e0e5fa0b6660516cff216ae23f97bfd890.tar.gz ports-a91450e0e5fa0b6660516cff216ae23f97bfd890.zip |
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
-rw-r--r-- | databases/postgresql14-server/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql14-server/distinfo | 6 | ||||
-rw-r--r-- | 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 |