Subject: CVS commit: pkgsrc/net/nmap
From: Leonardo Taccari
Date: 2017-10-19 23:43:25
Message id: 20171019214326.0FCC7FBC7@cvs.NetBSD.org

Log Message:
nmap: set LUA_VERSIONS_ACCEPTED to avoid using internal Lua provided by nmap

Without that change the nmap configure script checks for `lua_isyield'
symbol (appeared on Lua 5.3), and for LUA_VERSION_DEFAULT != 53
(pkgsrc by default set LUA_VERSION_DEFAULT to 52) it will just
silently use its internal version.

Set LUA_VERSIONS_ACCEPTED to 53 to avoid that.

Fix PR pkg/52624 reported by Patrick Mackey.

Bump PKGREVISION.

Files:
RevisionActionfile
1.137modifypkgsrc/net/nmap/Makefile
1.19modifypkgsrc/net/nmap/options.mk