pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun 23 19:55:39 UTC 2021

Modified Files:
        pkgsrc/mk: mysql.buildlink3.mk

Log Message:
mk: Switch default MySQL version to mariadb105.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/mk/mysql.buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/mysql.buildlink3.mk
diff -u pkgsrc/mk/mysql.buildlink3.mk:1.34 pkgsrc/mk/mysql.buildlink3.mk:1.35
--- pkgsrc/mk/mysql.buildlink3.mk:1.34  Sun May 23 15:36:45 2021
+++ pkgsrc/mk/mysql.buildlink3.mk       Wed Jun 23 19:55:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mysql.buildlink3.mk,v 1.34 2021/05/23 15:36:45 nia Exp $
+# $NetBSD: mysql.buildlink3.mk,v 1.35 2021/06/23 19:55:39 nia Exp $
 #
 # This file is included by packages that require some version of the
 # MySQL database client.
@@ -67,7 +67,7 @@ _SYS_VARS.mysql+=             MYSQL_PKGBASE.${ver} 
 # the default version is installed, the first accepted installed version will
 # be chosen.
 #
-MYSQL_VERSION_DEFAULT?=                57
+MYSQL_VERSION_DEFAULT?=                mariadb105
 MYSQL_VERSIONS_ACCEPTED?=      57 56 80 mariadb105 mariadb104
 
 #



Home | Main Index | Thread Index | Old Index