pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 11 07:45:44 UTC 2026

Modified Files:
        pkgsrc/devel/lua-cqueues: Makefile
        pkgsrc/www/lua-http: Makefile

Log Message:
lua-cqueues: does not support lua 5.5 yet


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/lua-cqueues/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/lua-http/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.10 pkgsrc/devel/lua-cqueues/Makefile:1.11
--- pkgsrc/devel/lua-cqueues/Makefile:1.10      Wed Jan  7 08:38:40 2026
+++ pkgsrc/devel/lua-cqueues/Makefile   Sun Jan 11 07:45:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2026/01/07 08:38:40 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/01/11 07:45:43 wiz Exp $
 
 DISTNAME=      cqueues-20200726
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
@@ -22,6 +22,9 @@ INSTALL_TARGET=       install${_LUA_DOT_VERSIO
 
 MAKE_FLAGS+=   LUA_APIS=${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
 
+# does not support lua 5.5 as of 20200726
+LUA_VERSIONS_ACCEPTED= 54 53 52 51
+
 .include "../../lang/lua/module.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/lua-http/Makefile
diff -u pkgsrc/www/lua-http/Makefile:1.5 pkgsrc/www/lua-http/Makefile:1.6
--- pkgsrc/www/lua-http/Makefile:1.5    Tue Jan 21 11:00:18 2025
+++ pkgsrc/www/lua-http/Makefile        Sun Jan 11 07:45:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/01/21 11:00:18 nia Exp $
+# $NetBSD: Makefile,v 1.6 2026/01/11 07:45:44 wiz Exp $
 
 DISTNAME=      lua-http-0.4
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua-//1}
@@ -12,6 +12,8 @@ HOMEPAGE=     https://daurnimator.github.io/
 COMMENT=       HTTP/1.0/1.1/2.0 client and server library for Lua
 LICENSE=       mit
 
+LUA_VERSIONS_ACCEPTED= 54 53 52 51 # lua-cqueues
+
 .include "../../lang/lua/luaversion.mk"
 
 .if ${_LUA_DOT_VERSION} < 5.2



Home | Main Index | Thread Index | Old Index