svn commit: r374256 - in head: . Mk

John Marino marino at FreeBSD.org
Mon Dec 8 09:57:24 UTC 2014


Author: marino
Date: Mon Dec  8 09:57:23 2014
New Revision: 374256
URL: https://svnweb.freebsd.org/changeset/ports/374256
QAT: https://qat.redports.org/buildarchive/r374256/

Log:
  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

Modified:
  head/Mk/bsd.default-versions.mk
  head/UPDATING

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Mon Dec  8 09:13:22 2014	(r374255)
+++ head/Mk/bsd.default-versions.mk	Mon Dec  8 09:57:23 2014	(r374256)
@@ -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

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Dec  8 09:13:22 2014	(r374255)
+++ head/UPDATING	Mon Dec  8 09:57:23 2014	(r374256)
@@ -978,6 +978,21 @@ you update your ports collection, before
 
   # pkg set -o databases/postgresql90-client:databases/postgresql92-client
 
+20141208:
+  AFFECTS: users of databases/postgresql??-(server|client)
+  AUTHOR: marino at 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 at FreeBSD.org


More information about the svn-ports-head mailing list