svn commit: r355746 - in head: . Mk

Mathieu Arnold mat at FreeBSD.org
Thu May 29 20:45:05 UTC 2014


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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list