pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-BitOp



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 30 15:37:33 UTC 2020

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

Log Message:
lua-BitOp: Use LUA_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/lua-BitOp/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-BitOp/Makefile
diff -u pkgsrc/devel/lua-BitOp/Makefile:1.8 pkgsrc/devel/lua-BitOp/Makefile:1.9
--- pkgsrc/devel/lua-BitOp/Makefile:1.8 Sun Jan 26 17:31:00 2020
+++ pkgsrc/devel/lua-BitOp/Makefile     Tue Jun 30 15:37:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:00 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/06/30 15:37:33 nia Exp $
 
 DISTNAME=      LuaBitOp-1.0.2
 PKGNAME=       ${DISTNAME:S/Lua/${LUA_PKGPREFIX}-/}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://bitop.luajit.org/
 COMMENT=       Lua module which adds bitwise operations on numbers
 LICENSE=       mit
 
-LUA_VERSIONS_INCOMPATIBLE=     53
+LUA_VERSIONS_ACCEPTED= 52 51
 
 NO_CONFIGURE=  yes
 USE_TOOLS+=    gmake



Home | Main Index | Thread Index | Old Index