pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lua-unbound



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Aug 11 15:34:51 UTC 2022

Modified Files:
        pkgsrc/net/lua-unbound: Makefile

Log Message:
lua-unbound: support building with 5.1 <= LUA_VERSION <= 5.4


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/lua-unbound/Makefile

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

Modified files:

Index: pkgsrc/net/lua-unbound/Makefile
diff -u pkgsrc/net/lua-unbound/Makefile:1.2 pkgsrc/net/lua-unbound/Makefile:1.3
--- pkgsrc/net/lua-unbound/Makefile:1.2 Tue May 17 11:31:16 2022
+++ pkgsrc/net/lua-unbound/Makefile     Thu Aug 11 15:34:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/05/17 11:31:16 nia Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/11 15:34:51 khorben Exp $
 
 DISTNAME=      luaunbound-1.0.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua//}
@@ -12,8 +12,9 @@ LICENSE=      modified-bsd
 
 USE_TOOLS+=    gmake pkg-config
 MAKE_FILE=     GNUmakefile
+MAKE_FLAGS+=   LUA_VERSION=${_LUA_DOT_VERSION}
 
-LUA_VERSIONS_ACCEPTED= 52
+LUA_VERSIONS_ACCEPTED= 54 53 52 51
 
 .include "../../lang/lua/module.mk"
 .include "../../net/unbound/buildlink3.mk"



Home | Main Index | Thread Index | Old Index