pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/lua-http



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep  3 07:34:59 UTC 2020

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

Log Message:
lua-http: can be used with lua 5.4 now


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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/www/lua-http/Makefile
diff -u pkgsrc/www/lua-http/Makefile:1.1 pkgsrc/www/lua-http/Makefile:1.2
--- pkgsrc/www/lua-http/Makefile:1.1    Wed Jul  8 14:58:49 2020
+++ pkgsrc/www/lua-http/Makefile        Thu Sep  3 07:34:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/07/08 14:58:49 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/03 07:34:59 nia Exp $
 
 DISTNAME=      lua-http-0.3
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua-//1}
@@ -12,9 +12,6 @@ HOMEPAGE=     https://daurnimator.github.io/
 COMMENT=       HTTP/1.0/1.1/2.0 client and server library for Lua
 LICENSE=       mit
 
-# XXX: update this when cqueues and ossl support Lua 5.4.
-LUA_VERSIONS_ACCEPTED= 53 52 51
-
 .include "../../lang/lua/luaversion.mk"
 
 .if ${_LUA_DOT_VERSION} < 5.2



Home | Main Index | Thread Index | Old Index