Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2022 01:20:45 GMT
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 480d1671f096 - main - x11-fm/mucommander: Fix JAVA_VERSION
Message-ID:  <202205030120.2431KjUo047354@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by glewis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=480d1671f096513256da49c6a12386faebff9d32

commit 480d1671f096513256da49c6a12386faebff9d32
Author:     Greg Lewis <glewis@FreeBSD.org>
AuthorDate: 2022-05-03 01:13:57 +0000
Commit:     Greg Lewis <glewis@FreeBSD.org>
CommitDate: 2022-05-03 01:13:57 +0000

    x11-fm/mucommander: Fix JAVA_VERSION
---
 x11-fm/mucommander/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile
index 6320b8e97660..9a82466f6738 100644
--- a/x11-fm/mucommander/Makefile
+++ b/x11-fm/mucommander/Makefile
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 
 USE_JAVA=	yes
 
-JAVA_VERSION=	1.11+
+JAVA_VERSION=	11+
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/mucommander ${DATADIR}/mucommander.jar ${DATADIR}/license.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205030120.2431KjUo047354>