Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lua-BitOp lua-BitOp: Use LUA_VERSIONS_ACCEPTED



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b087f8972de8
branches:  trunk
changeset: 435100:b087f8972de8
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 30 15:37:33 2020 +0000

description:
lua-BitOp: Use LUA_VERSIONS_ACCEPTED

diffstat:

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

diffs (18 lines):

diff -r 6dbc8a04d784 -r b087f8972de8 devel/lua-BitOp/Makefile
--- a/devel/lua-BitOp/Makefile  Tue Jun 30 15:37:00 2020 +0000
+++ b/devel/lua-BitOp/Makefile  Tue Jun 30 15:37:33 2020 +0000
@@ -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 @@
 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