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 Dec 25 09:23:27 UTC 2024

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

Log Message:
mk: Bump default MariaDB version.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 pkgsrc/mk/mysql.buildlink3.mk:1.46
--- pkgsrc/mk/mysql.buildlink3.mk:1.45  Tue Sep  3 17:46:23 2024
+++ pkgsrc/mk/mysql.buildlink3.mk       Wed Dec 25 09:23:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mysql.buildlink3.mk,v 1.45 2024/09/03 17:46:23 abs Exp $
+# $NetBSD: mysql.buildlink3.mk,v 1.46 2024/12/25 09:23:27 nia 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: 80 mariadb114 mariadb1011 mariadb106 mariadb105
-#      Default: mariadb1011
+#      Default: mariadb114
 #
 # Package-settable variables:
 #
@@ -71,7 +71,7 @@ _SYS_VARS.mysql+=             MYSQL_PKGBASE.${ver} 
 # the default version is installed, the first accepted installed version will
 # be chosen.
 #
-MYSQL_VERSION_DEFAULT?=                mariadb1011
+MYSQL_VERSION_DEFAULT?=                mariadb114
 MYSQL_VERSIONS_ACCEPTED?=      80 mariadb114 mariadb1011 mariadb106 mariadb105
 
 #



Home | Main Index | Thread Index | Old Index