pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-rocks



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul  1 10:32:42 UTC 2020

Modified Files:
        pkgsrc/devel/lua-rocks: Makefile

Log Message:
lua-rocks: Add LUA_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/lua-rocks/Makefile

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

Modified files:

Index: pkgsrc/devel/lua-rocks/Makefile
diff -u pkgsrc/devel/lua-rocks/Makefile:1.8 pkgsrc/devel/lua-rocks/Makefile:1.9
--- pkgsrc/devel/lua-rocks/Makefile:1.8 Fri Oct 26 12:06:13 2018
+++ pkgsrc/devel/lua-rocks/Makefile     Wed Jul  1 10:32:42 2020
@@ -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 @@ CONF_FILES=           ${LUA_EXAMPLESDIR}/${LUAROC
 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