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) --- graphics/openjump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/openjump') diff --git a/graphics/openjump/Makefile b/graphics/openjump/Makefile index 8ac6e1ab02f2..e83a6fdf848c 100644 --- a/graphics/openjump/Makefile +++ b/graphics/openjump/Makefile @@ -31,7 +31,7 @@ LICENSE_PERMS_JYTHON= auto-accept USES= zip USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ NO_ARCH= yes NO_BUILD= yes -- cgit v1.2.3