git: 1bf7a973b09c - main - devel/luajava: deprecate and set expiration date
Ronald Klop <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=1bf7a973b09c5de7d738cfc3df88a3d60c20a994 commit 1bf7a973b09c5de7d738cfc3df88a3d60c20a994 Author: Ronald Klop <[email protected]> AuthorDate: 2026-07-31 07:48:28 +0000 Commit: Ronald Klop <[email protected]> CommitDate: 2026-08-18 09:40:45 +0000 devel/luajava: deprecate and set expiration date No new version since 2008, upstream website is gone, JDK8 only, old Lua version. Github seems to have some forks. So if you use this please create a patch or speak up to ask somebody to do that. Reset the maintainer as I only see maintainer timeouts since 2015 in the port history. PR: 297128 Approved by: maintainer timeout (sunghyuk) --- devel/luajava/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/luajava/Makefile b/devel/luajava/Makefile index 42b63bcf3f69..22dda68f3862 100644 --- a/devel/luajava/Makefile +++ b/devel/luajava/Makefile @@ -1,13 +1,16 @@ PORTNAME= luajava PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel java MASTER_SITES= http://luaforge.net/frs/download.php/2105/ -MAINTAINER= [email protected] +MAINTAINER= [email protected] COMMENT= Lua scripting tool for Java WWW= http://www.keplerproject.org/luajava/ +DEPRECATED= No new version since 2008, upstream website is gone, JDK8 only, old Lua version. +EXPIRATION_DATE= 2026-10-28 + USES= gmake dos2unix java lua:51 JAVA_VERSION= 8 USE_LDCONFIG= yes