diff options
author | girgen <girgen@FreeBSD.org> | 2019-09-13 22:30:18 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2019-09-13 22:30:18 +0800 |
commit | 34aab767ecf4c37f24384c575a32dcc258487492 (patch) | |
tree | a52438b68661bf47ceb0f50bab6bbd9d09db1cb1 /databases | |
parent | 87ec1ead5993a67d9351a1c43d52348265f94fa5 (diff) | |
download | freebsd-ports-gnome-34aab767ecf4c37f24384c575a32dcc258487492.tar.gz freebsd-ports-gnome-34aab767ecf4c37f24384c575a32dcc258487492.tar.zst freebsd-ports-gnome-34aab767ecf4c37f24384c575a32dcc258487492.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql12-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql12-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql12-server/pkg-plist-client | 5 | ||||
-rw-r--r-- | databases/postgresql12-server/pkg-plist-server | 5 |
4 files changed, 14 insertions, 4 deletions
diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index c80722ce7024..268232548e03 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -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 diff --git a/databases/postgresql12-server/distinfo b/databases/postgresql12-server/distinfo index ff53c2fe4bf8..df71722f6288 100644 --- a/databases/postgresql12-server/distinfo +++ b/databases/postgresql12-server/distinfo @@ -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 diff --git a/databases/postgresql12-server/pkg-plist-client b/databases/postgresql12-server/pkg-plist-client index d636f517296e..1900e6dfcad3 100644 --- a/databases/postgresql12-server/pkg-plist-client +++ b/databases/postgresql12-server/pkg-plist-client @@ -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 diff --git a/databases/postgresql12-server/pkg-plist-server b/databases/postgresql12-server/pkg-plist-server index 862be134189b..98bbfcdb9e87 100644 --- a/databases/postgresql12-server/pkg-plist-server +++ b/databases/postgresql12-server/pkg-plist-server @@ -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 |