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: Mon Sep 27 13:35:48 UTC 2021
Modified Files:
pkgsrc/mk: mysql.buildlink3.mk
Log Message:
mk: Default implementation of mysql is now MariaDB 10.6.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/mk/mysql.buildlink3.mk:1.37
--- pkgsrc/mk/mysql.buildlink3.mk:1.36 Wed Aug 4 16:08:43 2021
+++ pkgsrc/mk/mysql.buildlink3.mk Mon Sep 27 13:35:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mysql.buildlink3.mk,v 1.36 2021/08/04 16:08:43 nia Exp $
+# $NetBSD: mysql.buildlink3.mk,v 1.37 2021/09/27 13:35:48 nia Exp $
#
# This file is included by packages that require some version of the
# MySQL database client.
@@ -70,7 +70,7 @@ _SYS_VARS.mysql+= MYSQL_PKGBASE.${ver}
# the default version is installed, the first accepted installed version will
# be chosen.
#
-MYSQL_VERSION_DEFAULT?= mariadb105
+MYSQL_VERSION_DEFAULT?= mariadb106
MYSQL_VERSIONS_ACCEPTED?= 57 56 80 mariadb106 mariadb105 mariadb104
#
Home |
Main Index |
Thread Index |
Old Index