From owner-svn-ports-head@freebsd.org Fri Sep 27 11:33:22 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0818FF602; Fri, 27 Sep 2019 11:33:22 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46fqRk4fkBz3DF9; Fri, 27 Sep 2019 11:33:22 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83251182FA; Fri, 27 Sep 2019 11:33:22 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8RBXM8Z070812; Fri, 27 Sep 2019 11:33:22 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8RBXMiQ070810; Fri, 27 Sep 2019 11:33:22 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201909271133.x8RBXMiQ070810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 27 Sep 2019 11:33:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513024 - head/databases/postgresql12-server X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/databases/postgresql12-server X-SVN-Commit-Revision: 513024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2019 11:33:22 -0000 Author: girgen Date: Fri Sep 27 11:33:21 2019 New Revision: 513024 URL: https://svnweb.freebsd.org/changeset/ports/513024 Log: Upgrade PostgreSQL-12 to rc1 There have been many bug fixes for PostgreSQL 12 reported during the Beta 4 period and applied to this release candidate. These include: Add additional "leakproof" markings to certain string functions to better support nondeterministic collations. This can positively impact the performance of some query plans Removal of the ECPG DECLARE STATEMENT functionality The ecpglib major version change was reverted Fix handling of nondeterministic collations with pattern_ops opclasses Release notes: https://www.postgresql.org/about/news/1975/ Modified: head/databases/postgresql12-server/Makefile head/databases/postgresql12-server/distinfo head/databases/postgresql12-server/pkg-plist-client Modified: head/databases/postgresql12-server/Makefile ============================================================================== --- head/databases/postgresql12-server/Makefile Fri Sep 27 11:12:54 2019 (r513023) +++ head/databases/postgresql12-server/Makefile Fri Sep 27 11:33:21 2019 (r513024) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 12beta4 +DISTVERSION?= 12rc1 # 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} Modified: head/databases/postgresql12-server/distinfo ============================================================================== --- head/databases/postgresql12-server/distinfo Fri Sep 27 11:12:54 2019 (r513023) +++ head/databases/postgresql12-server/distinfo Fri Sep 27 11:33:21 2019 (r513024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568295853 -SHA256 (postgresql/postgresql-12beta4.tar.bz2) = 422f5e2ad999126f505b44c2d56abe726a08ed7e50e2d268e9906c879831805f -SIZE (postgresql/postgresql-12beta4.tar.bz2) = 20710205 +TIMESTAMP = 1569402272 +SHA256 (postgresql/postgresql-12rc1.tar.bz2) = 40facd3280d8565f37139d2c5df2b94fe68a064c5d2784f74fceae24820543f3 +SIZE (postgresql/postgresql-12rc1.tar.bz2) = 20718193 Modified: head/databases/postgresql12-server/pkg-plist-client ============================================================================== --- head/databases/postgresql12-server/pkg-plist-client Fri Sep 27 11:12:54 2019 (r513023) +++ head/databases/postgresql12-server/pkg-plist-client Fri Sep 27 11:33:21 2019 (r513024) @@ -16,7 +16,6 @@ bin/vacuumdb include/ecpg_config.h include/ecpg_informix.h include/ecpgerrno.h -include/ecpglib.h include/ecpgtype.h include/libpq-events.h include/libpq-fe.h @@ -469,7 +468,6 @@ include/postgresql/server/storage/md.h include/postgresql/server/storage/sync.h include/postgresql/server/utils/float.h include/postgresql/server/utils/jsonpath.h -lib/libecpg.so.7 lib/libpgport_shlib.a man/man1/pg_checksums.1.gz man/man3/SPI_commit_and_chain.3.gz @@ -1119,28 +1117,24 @@ man/man7/WITH.7.gz %%PORTDOCS%%%%DOCSDIR%%/README-client %%NLS%%include/postgresql/server/optimizer/geqo_random.h %%NLS%%share/locale/cs/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/cs/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/cs/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-12.mo %%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/cs/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/de/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/de/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/de/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_dump-12.mo %%NLS%%share/locale/de/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/de/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/es/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/es/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/es/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_dump-12.mo %%NLS%%share/locale/es/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/es/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/fr/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/fr/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/fr/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_dump-12.mo @@ -1152,21 +1146,18 @@ man/man7/WITH.7.gz %%NLS%%share/locale/he/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/he/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/it/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/it/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/it/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/it/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/it/LC_MESSAGES/pg_dump-12.mo %%NLS%%share/locale/it/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/it/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/ja/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/ja/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/ja/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-12.mo %%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/ja/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/ko/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/ko/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-12.mo @@ -1174,14 +1165,12 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ko/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/nb/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/pl/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/pl/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/pl/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_dump-12.mo %%NLS%%share/locale/pl/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/pl/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_dump-12.mo @@ -1189,14 +1178,12 @@ man/man7/WITH.7.gz %%NLS%%share/locale/pt_BR/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/ro/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/ru/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/ru/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-12.mo %%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/ru/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/sv/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/sv/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/sv/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_dump-12.mo @@ -1204,22 +1191,18 @@ man/man7/WITH.7.gz %%NLS%%share/locale/sv/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/ta/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/tr/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_dump-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/pgscripts-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/uk/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/uk/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/uk/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/uk/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/uk/LC_MESSAGES/psql-12.mo %%NLS%%share/locale/vi/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/vi/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/vi/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-12.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib7-12.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-12.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_config-12.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_dump-12.mo