git: e2ea116d3d99 - main - lang/luajit: return port to the pool
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 17:45:09 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2ea116d3d995e4b238ef40b43cf3b6f9e3e4ed9 commit e2ea116d3d995e4b238ef40b43cf3b6f9e3e4ed9 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-02-01 17:44:30 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-02-01 17:44:30 +0000 lang/luajit: return port to the pool --- lang/luajit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index 5772c80b1332..85e695a309e1 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -8,7 +8,7 @@ DISTNAME= LuaJIT-${DISTVERSION} PATCH_SITES= https://github.com/LuaJIT/LuaJIT/commit/ PATCHFILES= a4f4f5b83564a1075bea0ac7c1fd8768be1caff7.patch:-p1 -MAINTAINER= osa@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Just-In-Time Compiler for Lua WWW= https://luajit.org/luajit.html