From owner-svn-ports-head@freebsd.org Fri Sep 13 14:30:20 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 1C8FDF30A5; Fri, 13 Sep 2019 14:30:20 +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 46VJ2M6qSnz3Dnh; Fri, 13 Sep 2019 14:30:19 +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 CDA4687C4; Fri, 13 Sep 2019 14:30:19 +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 x8DEUJ4c015170; Fri, 13 Sep 2019 14:30:19 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8DEUJoi015164; Fri, 13 Sep 2019 14:30:19 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201909131430.x8DEUJoi015164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 13 Sep 2019 14:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511971 - 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: 511971 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, 13 Sep 2019 14:30:20 -0000 Author: girgen Date: Fri Sep 13 14:30:18 2019 New Revision: 511971 URL: https://svnweb.freebsd.org/changeset/ports/511971 Log: Update to PostgreSQL-12b4 The PostgreSQL Global Development Group announces that the fourth beta release of PostgreSQL 12 is now available for download. This release contains previews of all features that will be available in the final release of PostgreSQL 12, though some details of the release could change before then. This is likely the final beta release of PostgreSQL 12 before a release candidate is made available. In the spirit of the open source PostgreSQL community, we strongly encourage you to test the new features of PostgreSQL 12 in your database systems to help us eliminate any bugs or other issues that may exist. Upgrading to PostgreSQL 12 Beta 4 To upgrade to PostgreSQL 12 Beta 4 from Beta 3 or an earlier version of PostgreSQL 12, you will need to use a strategy similar to upgrading between major versions of PostgreSQL (e.g. `pg_upgrade` or `pg_dump` / `pg_restore`). For more information, please visit the documentation section on upgrading: https://www.postgresql.org/docs/12/static/upgrading.html URL: https://wiki.postgresql.org/wiki/PostgreSQL_12_Open_Items#resolved_before_12beta4 Modified: head/databases/postgresql12-server/Makefile head/databases/postgresql12-server/distinfo head/databases/postgresql12-server/pkg-plist-client head/databases/postgresql12-server/pkg-plist-server Modified: head/databases/postgresql12-server/Makefile ============================================================================== --- head/databases/postgresql12-server/Makefile Fri Sep 13 14:25:48 2019 (r511970) +++ head/databases/postgresql12-server/Makefile Fri Sep 13 14:30:18 2019 (r511971) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 12beta3 +DISTVERSION?= 12beta4 # 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 Modified: head/databases/postgresql12-server/distinfo ============================================================================== --- head/databases/postgresql12-server/distinfo Fri Sep 13 14:25:48 2019 (r511970) +++ head/databases/postgresql12-server/distinfo Fri Sep 13 14:30:18 2019 (r511971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565174257 -SHA256 (postgresql/postgresql-12beta3.tar.bz2) = e4a4079c75bf049349c70a02f705beecbb8263684ff2d4e13a582a3ff50332aa -SIZE (postgresql/postgresql-12beta3.tar.bz2) = 20698785 +TIMESTAMP = 1568295853 +SHA256 (postgresql/postgresql-12beta4.tar.bz2) = 422f5e2ad999126f505b44c2d56abe726a08ed7e50e2d268e9906c879831805f +SIZE (postgresql/postgresql-12beta4.tar.bz2) = 20710205 Modified: head/databases/postgresql12-server/pkg-plist-client ============================================================================== --- head/databases/postgresql12-server/pkg-plist-client Fri Sep 13 14:25:48 2019 (r511970) +++ head/databases/postgresql12-server/pkg-plist-client Fri Sep 13 14:30:18 2019 (r511971) @@ -1210,6 +1210,11 @@ man/man7/WITH.7.gz %%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 Modified: head/databases/postgresql12-server/pkg-plist-server ============================================================================== --- head/databases/postgresql12-server/pkg-plist-server Fri Sep 13 14:25:48 2019 (r511970) +++ head/databases/postgresql12-server/pkg-plist-server Fri Sep 13 14:30:18 2019 (r511971) @@ -883,6 +883,11 @@ lib/libpgcommon.a %%NLS%%share/locale/tr/LC_MESSAGES/pg_waldump-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/plpgsql-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/postgres-12.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_controldata-12.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_ctl-12.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_test_fsync-12.mo +%%NLS%%share/locale/uk/LC_MESSAGES/pg_test_timing-12.mo +%%NLS%%share/locale/uk/LC_MESSAGES/plpgsql-12.mo %%NLS%%share/locale/vi/LC_MESSAGES/initdb-12.mo %%NLS%%share/locale/vi/LC_MESSAGES/pg_archivecleanup-12.mo %%NLS%%share/locale/vi/LC_MESSAGES/pg_basebackup-12.mo