1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Change postgresql's default version to 9.2.

Requested by:	so many people
Exp-run by:	antoine
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-05-29 20:45:04 +00:00
parent 2d2b455fdb
commit 54cec76118
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355746
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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