Received: by mail.netbsd.org (Postfix, from userid 605) id 5907384E0A; Tue, 30 Jun 2020 15:37:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D620584E06 for ; Tue, 30 Jun 2020 15:37:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1DQDok073WHu for ; Tue, 30 Jun 2020 15:37:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F67884DB8 for ; Tue, 30 Jun 2020 15:37:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CC7AFB28; Tue, 30 Jun 2020 15:37:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593531453245350" MIME-Version: 1.0 Date: Tue, 30 Jun 2020 15:37:33 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/lua-BitOp To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200630153733.3CC7AFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1593531453245350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1593531453245350 Content-Disposition: inline Content-Length: 704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1593531453245350--