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:
parent
2d2b455fdb
commit
54cec76118
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355746
@ -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
|
||||
|
13
UPDATING
13
UPDATING
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user