Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2015 13:45:13 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378400 - in head: . Mk
Message-ID:  <201502041345.t14DjDKM046826@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Wed Feb  4 13:45:13 2015
New Revision: 378400
URL: https://svnweb.freebsd.org/changeset/ports/378400
QAT: https://qat.redports.org/buildarchive/r378400/

Log:
  Switch default MySQL version to 5.6.
  
  PR:		195604
  Approved by:	portmgr

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

Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk	Wed Feb  4 13:42:50 2015	(r378399)
+++ head/Mk/bsd.database.mk	Wed Feb  4 13:45:13 2015	(r378400)
@@ -17,10 +17,10 @@ Database_Include_MAINTAINER=	ports@FreeB
 #			  If no version is given (by the maintainer via the port or
 #			  by the user via defined variable), try to find the
 #			  currently installed version.  Fall back to default if
-#			  necessary (MySQL-5.5 = 55).
+#			  necessary (MySQL-5.6 = 56).
 # DEFAULT_MYSQL_VER
 #			- MySQL default version.  Can be overridden within a port.
-#			  Default: 55.
+#			  Default: 56.
 # WANT_MYSQL_VER
 #			- Maintainer can set an arbitrary version of MySQL to always
 #			  build this port with (overrides WITH_MYSQL_VER).

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Wed Feb  4 13:42:50 2015	(r378399)
+++ head/Mk/bsd.default-versions.mk	Wed Feb  4 13:45:13 2015	(r378400)
@@ -22,7 +22,7 @@ APACHE_DEFAULT?=	2.4
 FPC_DEFAULT?=		2.6.4
 GCC_DEFAULT?=		4.8
 LUA_DEFAULT?=		5.2
-MYSQL_DEFAULT?=		5.5
+MYSQL_DEFAULT?=		5.6
 PERL5_DEFAULT?=		5.18
 PGSQL_DEFAULT?=		9.3
 PHP_DEFAULT?=		5.4

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Feb  4 13:42:50 2015	(r378399)
+++ head/UPDATING	Wed Feb  4 13:45:13 2015	(r378400)
@@ -5,6 +5,28 @@ 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.
 
+20150204:
+  AFFECTS: users of databases/mysql55-(server|client)
+  AUTHOR: ale@FreeBSD.org
+
+  The default MySQL version has been updated from 5.5 to 5.6.
+
+  If you compile your own ports you may keep 5.5 as the default version by
+  adding the following lines to your /etc/make.conf file:
+
+  #
+  # Keep MySQL 5.5 as default version
+  #
+  DEFAULT_VERSIONS+=mysql= 5.5 
+
+  If you wish to update to the new default version, you need to first stop any
+  running server instance. Then, you will need to follow these steps, depending
+  on intalled packages.
+
+  # pkg set -o databases/mysql55-client:databases/mysql56-client
+  # pkg set -o databases/mysql55-server:databases/mysql56-server
+  # pkg upgrade
+
 20150118:
   AFFECTS: users of www/thttpd
   AUTHOR: danfe@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502041345.t14DjDKM046826>