Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2024 12:12:11 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a6f46adf46a2 - main - astro/josm: update java version requirement
Message-ID:  <202408121212.47CCCBIe070793@gitrepo.freebsd.org>

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

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

commit a6f46adf46a24a5be06add37fea6fd0d13cbfa06
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-08-12 12:11:52 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-08-12 12:11:52 +0000

    astro/josm: update java version requirement
---
 astro/josm/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/astro/josm/Makefile b/astro/josm/Makefile
index f15eaa223ae9..4b0271c73ff7 100644
--- a/astro/josm/Makefile
+++ b/astro/josm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	josm
 PORTVERSION=	19128
+PORTREVISION=	1
 CATEGORIES=	astro java
 MASTER_SITES=	https://josm.openstreetmap.de/download/
 DISTNAME=	${PORTNAME}-snapshot-${PORTVERSION}.jar
@@ -17,7 +18,7 @@ NO_WRKSUBDIR=	yes
 
 USES=		zip:infozip
 USE_JAVA=	yes
-JAVA_VERSION=	8+
+JAVA_VERSION=	11+
 
 NO_BUILD=	yes
 NO_ARCH=	yes



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