From owner-svn-ports-all@freebsd.org Thu Sep 21 13:43:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3454BE04E1D; Thu, 21 Sep 2017 13:43:03 +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 mx1.freebsd.org (Postfix) with ESMTPS id C971B7E719; Thu, 21 Sep 2017 13:43:02 +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 v8LDh2ax059833; Thu, 21 Sep 2017 13:43:02 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8LDh1JR059828; Thu, 21 Sep 2017 13:43:01 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201709211343.v8LDh1JR059828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 21 Sep 2017 13:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450258 - in head/databases: postgresql10-contrib postgresql10-server X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/databases: postgresql10-contrib postgresql10-server X-SVN-Commit-Revision: 450258 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 13:43:03 -0000 Author: girgen Date: Thu Sep 21 13:43:01 2017 New Revision: 450258 URL: https://svnweb.freebsd.org/changeset/ports/450258 Log: Upgrading to RC 1 PostgreSQL 10 RC 1 requires an upgrade from beta 4, or earlier either using pg_dump / pg_restore or pg_upgrade. Any bug fixes applied to 9.6 or earlier that also affected 10 are included in RC 1, as well issues that were reported with Beta 4. Changes Since Beta 4 PostgreSQL 10 RC 1 contains fixes for issues discovered by users when testing Beta 4, including: * Add psql variables showing server version and psql version. * Several fixes for partitioning * Several fixes for logical replication * Several fixes for transition tables * Fix for query that could end up in an uninterruptible state Note that some known issues remain unfixed. Before reporting a bug in the release candidate, please check the Open Items page. URL: https://wiki.postgresql.org/wiki/New_in_postgres_10 URL: https://www.postgresql.org/docs/devel/static/release-10.html Modified: head/databases/postgresql10-contrib/Makefile head/databases/postgresql10-server/Makefile head/databases/postgresql10-server/distinfo head/databases/postgresql10-server/pkg-plist-client head/databases/postgresql10-server/pkg-plist-server Modified: head/databases/postgresql10-contrib/Makefile ============================================================================== --- head/databases/postgresql10-contrib/Makefile Thu Sep 21 13:10:09 2017 (r450257) +++ head/databases/postgresql10-contrib/Makefile Thu Sep 21 13:43:01 2017 (r450258) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org Modified: head/databases/postgresql10-server/Makefile ============================================================================== --- head/databases/postgresql10-server/Makefile Thu Sep 21 13:10:09 2017 (r450257) +++ head/databases/postgresql10-server/Makefile Thu Sep 21 13:43:01 2017 (r450258) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 10beta3 +DISTVERSION?= 10rc1 PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql10-server/distinfo ============================================================================== --- head/databases/postgresql10-server/distinfo Thu Sep 21 13:10:09 2017 (r450257) +++ head/databases/postgresql10-server/distinfo Thu Sep 21 13:43:01 2017 (r450258) @@ -1,5 +1,5 @@ -TIMESTAMP = 1502193060 -SHA256 (postgresql/postgresql-10beta3.tar.bz2) = 6722546739f8e2dd379e8031784e86c5c588638df6c477046ebdd479586bcb3e -SIZE (postgresql/postgresql-10beta3.tar.bz2) = 19914123 +TIMESTAMP = 1505926503 +SHA256 (postgresql/postgresql-10rc1.tar.bz2) = ebdb44dccb64a31c9c524f996121e7d58c21045826d6c36e3a5ea46afbb2445b +SIZE (postgresql/postgresql-10rc1.tar.bz2) = 19631683 SHA256 (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 2f9c831b3dff866f0b2f6f2a9ef771a4045486bc252a851aadc73c50d376319d SIZE (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 5587 Modified: head/databases/postgresql10-server/pkg-plist-client ============================================================================== --- head/databases/postgresql10-server/pkg-plist-client Thu Sep 21 13:10:09 2017 (r450257) +++ head/databases/postgresql10-server/pkg-plist-client Thu Sep 21 13:43:01 2017 (r450258) @@ -1008,7 +1008,6 @@ man/man7/WITH.7.gz %%NLS%%share/locale/cs/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-10.mo -%%NLS%%share/locale/cs/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/de/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-10.mo %%NLS%%share/locale/de/LC_MESSAGES/libpq5-10.mo @@ -1032,6 +1031,7 @@ man/man7/WITH.7.gz %%NLS%%share/locale/fr/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/he/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/he/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/he/LC_MESSAGES/pgscripts-10.mo %%NLS%%share/locale/he/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/it/LC_MESSAGES/ecpg-10.mo @@ -1047,7 +1047,6 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ja/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-10.mo -%%NLS%%share/locale/ja/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/libpq5-10.mo @@ -1078,6 +1077,8 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/ecpglib6-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_dump-10.mo @@ -1086,7 +1087,6 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ta/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-10.mo -%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-10.mo @@ -1096,9 +1096,7 @@ man/man7/WITH.7.gz %%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-10.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-10.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-10.mo %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample Modified: head/databases/postgresql10-server/pkg-plist-server ============================================================================== --- head/databases/postgresql10-server/pkg-plist-server Thu Sep 21 13:10:09 2017 (r450257) +++ head/databases/postgresql10-server/pkg-plist-server Thu Sep 21 13:43:01 2017 (r450258) @@ -63,27 +63,39 @@ lib/libpgcommon.a %%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/de/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-10.mo %%NLS%%share/locale/de/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/de/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/es/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-10.mo %%NLS%%share/locale/es/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/es/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/postgres-10.mo -%%NLS%%share/locale/id/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/it/LC_MESSAGES/initdb-10.mo %%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-10.mo @@ -96,65 +108,56 @@ lib/libpgcommon.a %%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-10.mo -%%NLS%%share/locale/ja/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-10.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_fsync-10.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_upgrade-10.mo -%%NLS%%share/locale/he/LC_MESSAGES/initdb-10.mo -%%NLS%%share/locale/he/LC_MESSAGES/pg_basebackup-10.mo -%%NLS%%share/locale/he/LC_MESSAGES/pg_ctl-10.mo -%%NLS%%share/locale/ko/LC_MESSAGES/%%PG_USER%%-10.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_archivecleanup-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_upgrade-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_test_fsync-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_fsync-10.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_upgrade-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-10.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-10.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-10.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_upgrade-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-10.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-10.mo