From 8fe97fd7ce8641ce4c31fed205373a22d7ff33aa Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 8 Dec 2014 09:57:23 +0000 Subject: [PATCH] Change PostgreSQL default version from 9.2 to 9.3 An exp-run has been performed on this default version change, and both pgsql and portmgr are aware of this change. Note that PR originally made the jump from 9.0 to 9.3, but a conservative change to 9.2 was done in May instead. PR: 187286 --- Mk/bsd.default-versions.mk | 2 +- UPDATING | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 27cba39e4112..3d1d2350de46 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -24,7 +24,7 @@ GCC_DEFAULT?= 4.8 LUA_DEFAULT?= 5.2 MYSQL_DEFAULT?= 5.5 PERL5_DEFAULT?= 5.18 -PGSQL_DEFAULT?= 9.2 +PGSQL_DEFAULT?= 9.3 PHP_DEFAULT?= 5.4 PYTHON_DEFAULT?= 2.7 PYTHON2_DEFAULT?= 2.7 diff --git a/UPDATING b/UPDATING index fa2b3fc57156..052edbd0ddf8 100644 --- a/UPDATING +++ b/UPDATING @@ -978,6 +978,21 @@ you update your ports collection, before attempting any port upgrades. # pkg set -o databases/postgresql90-client:databases/postgresql92-client +20141208: + AFFECTS: users of databases/postgresql??-(server|client) + AUTHOR: marino@FreeBSD.org + + PostgreSQL version 9.3 is now the default. To upgrade from a version + lower than 9.3, follow the instructions on the PostgreSQL.org website. + http://www.postgresql.org/docs/9.3/interactive/upgrading.html + Please note that the pg_upgrade program is installed by the + databases/postgresql93-contrib port + + When using binary packages, if you only use the client port, you can + issue the following command to follow the default version: + + # pkg set -o databases/postgresql92-client:databases/postgresql93-client + 20140528: AFFECTS: users of security/calife & security/calife-devel AUTHOR: roberto@FreeBSD.org