pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/lua



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 30 09:38:05 UTC 2020

Modified Files:
        pkgsrc/lang/lua: luaversion.mk

Log Message:
lua: Set the default version to 5.3.

Discussed on tech-pkg@ before freeze.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/lua/luaversion.mk

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

Modified files:

Index: pkgsrc/lang/lua/luaversion.mk
diff -u pkgsrc/lang/lua/luaversion.mk:1.10 pkgsrc/lang/lua/luaversion.mk:1.11
--- pkgsrc/lang/lua/luaversion.mk:1.10  Mon Jul 23 22:22:42 2018
+++ pkgsrc/lang/lua/luaversion.mk       Mon Mar 30 09:38:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: luaversion.mk,v 1.10 2018/07/23 22:22:42 rillig Exp $
+# $NetBSD: luaversion.mk,v 1.11 2020/03/30 09:38:05 nia Exp $
 
 # This file determins which Lua version is used as a dependency for
 # a package.
@@ -9,7 +9,7 @@
 #      The preferred lua version to use.
 #
 #      Possible values: 51 52 53
-#      Default: 52
+#      Default: 53
 #
 # === Infrastructure variables ===
 #
@@ -28,7 +28,7 @@
 #      listed later.
 #
 #      Possible values: 51 52 53
-#      Default: 52 53 51
+#      Default: 53 52 51
 #
 # LUA_VERSIONS_INCOMPATIBLE
 #      The Lua versions that the package *cannot* build against.
@@ -45,12 +45,12 @@
 # LUA_PKGPREFIX
 #      The prefix to use in PKGNAME for multiversion packages.
 #
-#      Example: lua51
+#      Example: lua53
 #
 # LUA_INCDIR
 #      Relative path to include files.
 #
-#      Example: include/lua-51
+#      Example: include/lua-5.3
 #
 # LUA_INTERPRETER
 #      Full path to Lua interpreter.
@@ -79,8 +79,8 @@ LUA_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-
 BUILD_DEFS+=           LUA_VERSION_DEFAULT
 BUILD_DEFS_EFFECTS+=   LUA_PACKAGE
 
-LUA_VERSION_DEFAULT?=  52
-LUA_VERSIONS_ACCEPTED?=        52 53 51
+LUA_VERSION_DEFAULT?=  53
+LUA_VERSIONS_ACCEPTED?=        53 52 51
 LUA_VERSIONS_INCOMPATIBLE?=# empty
 
 #



Home | Main Index | Thread Index | Old Index