Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lua-rocks lua-rocks: Add LUA_VERSIONS_ACCEPTED



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1959b32d800
branches:  trunk
changeset: 435149:c1959b32d800
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 01 10:32:42 2020 +0000

description:
lua-rocks: Add LUA_VERSIONS_ACCEPTED

diffstat:

 devel/lua-rocks/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fdc17181b9a7 -r c1959b32d800 devel/lua-rocks/Makefile
--- a/devel/lua-rocks/Makefile  Wed Jul 01 10:15:29 2020 +0000
+++ b/devel/lua-rocks/Makefile  Wed Jul 01 10:32:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/10/26 12:06:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/07/01 10:32:42 nia Exp $
 
 DISTNAME=      luarocks-2.4.4
 PKGNAME=       ${DISTNAME:S/luarocks/${LUA_PKGPREFIX}-rocks/}
@@ -41,6 +41,8 @@
 PLIST_SUBST+=          LUADOTVER=${_LUA_DOT_VERSION}
 FILES_SUBST+=          LUADOTVER=${_LUA_DOT_VERSION}
 
+LUA_VERSIONS_ACCEPTED= 53 52 51
+
 .include "../../lang/lua/application.mk"
 .include "../../lang/lua/module.mk"
 .include "../../mk/alternatives.mk"



Home | Main Index | Thread Index | Old Index