pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/lua-ossl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  6 07:59:01 UTC 2026

Modified Files:
        pkgsrc/security/lua-ossl: Makefile

Log Message:
lua-ossl: allow all lua versions

avoids breakage due to new lua 5.5


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/lua-ossl/Makefile

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

Modified files:

Index: pkgsrc/security/lua-ossl/Makefile
diff -u pkgsrc/security/lua-ossl/Makefile:1.4 pkgsrc/security/lua-ossl/Makefile:1.5
--- pkgsrc/security/lua-ossl/Makefile:1.4       Tue Oct 24 22:10:52 2023
+++ pkgsrc/security/lua-ossl/Makefile   Tue Jan  6 07:59:01 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/10/24 22:10:52 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/06 07:59:01 wiz Exp $
 
 DISTNAME=      luaossl-20220711
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua//1}
@@ -26,8 +26,6 @@ INSTALL_TARGET=       install${_LUA_DOT_VERSIO
 
 MAKE_FLAGS+=   LUA_APIS=${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
 
-LUA_VERSIONS_ACCEPTED= 54 53 52 51
-
 INSTALLATION_DIRS+=    ${LUA_DOCDIR}
 
 post-install:



Home | Main Index | Thread Index | Old Index