pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lua-cqueues
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 6 07:58:17 UTC 2026
Modified Files:
pkgsrc/devel/lua-cqueues: Makefile
Log Message:
lua-cqueues: allow all lua versions
avoids breakage due to new lua 5.5
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/lua-cqueues/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/lua-cqueues/Makefile
diff -u pkgsrc/devel/lua-cqueues/Makefile:1.8 pkgsrc/devel/lua-cqueues/Makefile:1.9
--- pkgsrc/devel/lua-cqueues/Makefile:1.8 Tue Oct 24 22:08:53 2023
+++ pkgsrc/devel/lua-cqueues/Makefile Tue Jan 6 07:58:17 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/10/24 22:08:53 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/01/06 07:58:17 wiz Exp $
DISTNAME= cqueues-20200726
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME}
@@ -22,8 +22,6 @@ INSTALL_TARGET= install${_LUA_DOT_VERSIO
MAKE_FLAGS+= LUA_APIS=${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
-LUA_VERSIONS_ACCEPTED= 54 53 52 51
-
.include "../../lang/lua/module.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index