From: Rafael Sadowski Subject: UPDATE: R-4.5.3 To: ports@openbsd.org Cc: Ingo Feinerer Date: Thu, 18 Jun 2026 07:44:07 +0200 Simple update R-4.5.3. Tested on amd64. I think we should recommend jdk 17 instead of out-of-support 11. Otherwise, version 4.6.0 is already available, but I'll leave that to the maintainer Cheers Rafael Index: Makefile =================================================================== RCS file: /cvs/ports/math/R/Makefile,v diff -u -p -u -p -r1.137 Makefile --- Makefile 2 Dec 2025 13:06:25 -0000 1.137 +++ Makefile 18 Jun 2026 05:42:14 -0000 @@ -1,5 +1,5 @@ COMMENT= powerful math/statistics/graphics language -DISTNAME= R-4.5.2 +DISTNAME= R-4.5.3 # When bumping SO_VERSION, adjust # math/rstudio/patches/patch-src_cpp_core_r_util_REnvironmentPosix_cpp @@ -17,9 +17,9 @@ MAINTAINER= Ingo Feinerer