Date: Thu, 29 May 2014 20:45:05 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355746 - in head: . Mk Message-ID: <201405292045.s4TKj59R009913@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu May 29 20:45:04 2014 New Revision: 355746 URL: http://svnweb.freebsd.org/changeset/ports/355746 QAT: https://qat.redports.org/buildarchive/r355746/ Log: Change postgresql's default version to 9.2. Requested by: so many people Exp-run by: antoine Sponsored by: Absolight Modified: head/Mk/bsd.default-versions.mk head/UPDATING Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Thu May 29 20:37:55 2014 (r355745) +++ head/Mk/bsd.default-versions.mk Thu May 29 20:45:04 2014 (r355746) @@ -24,7 +24,7 @@ GCC_DEFAULT?= 4.7 LUA_DEFAULT?= 5.2 MYSQL_DEFAULT?= 5.5 PERL5_DEFAULT?= 5.16 -PGSQL_DEFAULT?= 9.0 +PGSQL_DEFAULT?= 9.2 PHP_DEFAULT?= 5.4 PYTHON_DEFAULT?= 2.7 PYTHON2_DEFAULT?= 2.7 Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu May 29 20:37:55 2014 (r355745) +++ head/UPDATING Thu May 29 20:45:04 2014 (r355746) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130529 + AFFECTS: users of databases/postgresql??-(server|client) + AUTHOR: mat@FreeBSD.org + + PostgreSQL version 9.2 is now the default. To upgrade from a version + lower than 9.2, follow the instructions on the PostgreSQL.org website. + http://www.postgresql.org/docs/9.2/interactive/upgrading.html + + 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/postgresql90-client:databases/postgresql92-client + 20130528: AFFECTS: users of security/calife & security/calife-devel AUTHOR: roberto@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405292045.s4TKj59R009913>