git: 64185136c90a - main - astro/gpsprune: switch to default java version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Mar 2026 18:35:29 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=64185136c90ad481ef46b9dd4cb30a321d872073
commit 64185136c90ad481ef46b9dd4cb30a321d872073
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2026-02-26 17:17:02 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2026-03-10 18:34:29 +0000
astro/gpsprune: switch to default java version
---
astro/gpsprune/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/astro/gpsprune/Makefile b/astro/gpsprune/Makefile
index c573d4534c51..e42667c3054e 100644
--- a/astro/gpsprune/Makefile
+++ b/astro/gpsprune/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gpsprune
PORTVERSION= 26.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro java
MASTER_SITES= https://activityworkshop.net/software/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}.jar
@@ -13,13 +13,11 @@ WWW= https://activityworkshop.net/software/gpsprune/
LICENSE= GPLv2
+USES= java
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_ARCH= yes
-USES= java
-JAVA_VERSION= 11+
-
SUB_FILES= gpsprune.sh
SUB_LIST= JAVA="${JAVA}" JARNAME="${DISTNAME}"