From 4cda17ab14588e6e4fdac7f697e246554ce82af3 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 4 Apr 2023 13:04:17 -0500 Subject: */*: Refactor java/openjdk7 removal - java/openjdk7* has been removed from the tree since 2022-09-03 however the relevant codebases in bsd.java.mk has not been removed and the consumers has also not been updated to use the next jdk version. This commit updates all relevant consumers to use JAVA_VERSION=8 instead of JAVA_VERSION=1.7 - Since the introduction of jdk version 18 it looks like similar with jdk version 8(java version string 1.8). This is prone to error as it looks similar and is only seperated by a '.'. Remove using JAVA_VERSION with dotted fomat of java version string and update all consumers to utilize version 8 instead of 1.8. Approved by: portmgr (blanket) --- java/visualvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/visualvm') diff --git a/java/visualvm/Makefile b/java/visualvm/Makefile index 0f92cc4f43a3..9345c6b10880 100644 --- a/java/visualvm/Makefile +++ b/java/visualvm/Makefile @@ -16,7 +16,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= desktop-file-utils zip:infozip NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ WRKSRC= ${WRKDIR}/visualvm_${PORTVERSION:S/.//g} SUB_FILES= visualvm.desktop -- cgit v1.3