pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk mk: bump mysql default to 57.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55d19030e0e7
branches:  trunk
changeset: 375765:55d19030e0e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 20 13:21:45 2018 +0000

description:
mk: bump mysql default to 57.

diffstat:

 mk/mysql.buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5178d4bf6512 -r 55d19030e0e7 mk/mysql.buildlink3.mk
--- a/mk/mysql.buildlink3.mk    Tue Feb 20 13:19:49 2018 +0000
+++ b/mk/mysql.buildlink3.mk    Tue Feb 20 13:21:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mysql.buildlink3.mk,v 1.21 2016/09/21 14:27:51 adam Exp $
+# $NetBSD: mysql.buildlink3.mk,v 1.22 2018/02/20 13:21:45 wiz Exp $
 #
 # This file is included by packages that require some version of the
 # MySQL database client.
@@ -9,7 +9,7 @@
 #      The preferred MySQL version.
 #
 #      Possible: 57 56 55 51 MARIADB55
-#      Default: 55
+#      Default: 57
 #
 # === Package-settable variables ===
 #
@@ -30,7 +30,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-MYSQL_VERSION_DEFAULT?=                55
+MYSQL_VERSION_DEFAULT?=                57
 MYSQL_VERSIONS_ACCEPTED?=      57 56 55 51 MARIADB55
 
 # transform the list into individual variables



Home | Main Index | Thread Index | Old Index