pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua lua: Set the default version to 5.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a22b00c048c0
branches: trunk
changeset: 414542:a22b00c048c0
user: nia <nia%pkgsrc.org@localhost>
date: Mon Mar 30 09:38:05 2020 +0000
description:
lua: Set the default version to 5.3.
Discussed on tech-pkg@ before freeze.
diffstat:
lang/lua/luaversion.mk | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (53 lines):
diff -r 787953ec377b -r a22b00c048c0 lang/lua/luaversion.mk
--- a/lang/lua/luaversion.mk Mon Mar 30 09:32:12 2020 +0000
+++ b/lang/lua/luaversion.mk Mon Mar 30 09:38:05 2020 +0000
@@ -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 @@
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