pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lua-slnunicode



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 30 14:48:07 UTC 2020

Modified Files:
        pkgsrc/textproc/lua-slnunicode: Makefile

Log Message:
lua-slnunicode: Use LUA_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/lua-slnunicode/Makefile

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

Modified files:

Index: pkgsrc/textproc/lua-slnunicode/Makefile
diff -u pkgsrc/textproc/lua-slnunicode/Makefile:1.7 pkgsrc/textproc/lua-slnunicode/Makefile:1.8
--- pkgsrc/textproc/lua-slnunicode/Makefile:1.7 Wed Mar 18 10:24:49 2015
+++ pkgsrc/textproc/lua-slnunicode/Makefile     Tue Jun 30 14:48:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/03/18 10:24:49 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/30 14:48:07 nia Exp $
 
 DISTNAME=      slnunicode-1.1apl1
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
@@ -11,7 +11,8 @@ HOMEPAGE=     https://github.com/phi-gamma/s
 COMMENT=       Unicode library for Lua
 
 BUILD_TARGET=  unicode.so
-LUA_VERSIONS_INCOMPATIBLE=     51 53
+
+LUA_VERSIONS_ACCEPTED= 52
 
 MAKE_ENV+=     LUA_EXECUTABLE=${LUA_INTERPRETER}
 



Home | Main Index | Thread Index | Old Index