Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2026 18:35:28 +0000
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: db52a59bb3cb - main - astro/osmosis: switch to default java version
Message-ID:  <69b06470.20306.306b5376@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by amdmi3:

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

commit db52a59bb3cbe2aeede86c90b39c63165c554e8f
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2026-02-26 17:17:34 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2026-03-10 18:34:29 +0000

    astro/osmosis: switch to default java version
---
 astro/osmosis/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/astro/osmosis/Makefile b/astro/osmosis/Makefile
index 55c397b183c8..7dc72df21df7 100644
--- a/astro/osmosis/Makefile
+++ b/astro/osmosis/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	osmosis
 PORTVERSION=	0.49.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro java
 MASTER_SITES=	https://github.com/openstreetmap/osmosis/releases/download/${PORTVERSION}/
 
@@ -12,7 +12,6 @@ LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/copying.txt
 
 USES=		java tar
-JAVA_VERSION=	17+
 NO_BUILD=	yes
 NO_ARCH=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b06470.20306.306b5376>