Download raw body.
UPDATE: R-4.5.3
Am 2026-06-18 07:44, schrieb Rafael Sadowski:
> Simple update R-4.5.3. Tested on amd64. I think we should recommend jdk
> 17 instead of out-of-support 11.
OK feinerer@
Thanks a lot!
Best regards,
Ingo
> Otherwise, version 4.6.0 is already available, but I'll leave that to
> the maintainer
I will tackle this. 4.6.1 will be available soon.
> 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 <feinerer@logi
> PERMIT_PACKAGE= Yes
>
> WANTLIB += ${COMPILER_LIBCXX} ${MODTK_WANTLIB} ${MODFORTRAN_WANTLIB}
> -WANTLIB += ICE SM X11 Xext Xmu Xss Xt bz2 c cairo curl deflate
> glib-2.0
> -WANTLIB += gobject-2.0 harfbuzz iconv icui18n icuuc intl jpeg
> -WANTLIB += lzma m pango-1.0 pangocairo-1.0 pcre2-8 png pthread
> +WANTLIB += ICE SM X11 Xext Xmu Xss Xt bz2 c cairo curl deflate
> +WANTLIB += glib-2.0 gobject-2.0 harfbuzz iconv icui18n icuuc intl
> +WANTLIB += jpeg lzma m pango-1.0 pangocairo-1.0 pcre2-8 png pthread
> WANTLIB += readline tiff z zstd
>
> COMPILER = base-clang ports-gcc base-gcc
> @@ -48,7 +48,9 @@ LIB_DEPENDS= ${MODTK_LIB_DEPENDS} \
> archivers/bzip2 \
> archivers/libdeflate \
> archivers/xz \
> + archivers/zstd \
> devel/glib2 \
> + devel/harfbuzz \
> devel/pango \
> devel/pcre2 \
> graphics/cairo \
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/math/R/distinfo,v
> diff -u -p -u -p -r1.62 distinfo
> --- distinfo 14 Nov 2025 06:11:10 -0000 1.62
> +++ distinfo 18 Jun 2026 05:42:14 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (R-4.5.2.tar.gz) = DXH/cQbsac18Z+HpXtGjzuNViAkx8ut4xTABSp43nyA=
> -SIZE (R-4.5.2.tar.gz) = 40546249
> +SHA256 (R-4.5.3.tar.gz) = qlwe1Ck8cnGsUT1lRnA1asDopq1eQr4BQ2XREVC1uPI=
> +SIZE (R-4.5.3.tar.gz) = 40518619
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/math/R/pkg/PLIST,v
> diff -u -p -u -p -r1.54 PLIST
> --- pkg/PLIST 25 Apr 2025 08:56:27 -0000 1.54
> +++ pkg/PLIST 18 Jun 2026 05:42:14 -0000
> @@ -1001,6 +1001,8 @@ lib/R/library/lattice/doc/index.html
> lib/R/library/lattice/help/
> lib/R/library/lattice/help/AnIndex
> lib/R/library/lattice/help/aliases.rds
> +lib/R/library/lattice/help/figures/
> +lib/R/library/lattice/help/figures/logo.svg
> lib/R/library/lattice/help/lattice.rdb
> lib/R/library/lattice/help/lattice.rdx
> lib/R/library/lattice/help/paths.rds
> Index: pkg/README
> ===================================================================
> RCS file: /cvs/ports/math/R/pkg/README,v
> diff -u -p -u -p -r1.11 README
> --- pkg/README 11 Mar 2022 19:36:11 -0000 1.11
> +++ pkg/README 18 Jun 2026 05:42:14 -0000
> @@ -9,7 +9,7 @@ libraries are located.
>
> Running:
>
> -# export JAVA_HOME=${LOCALBASE}/jdk-11
> +# export JAVA_HOME=${LOCALBASE}/jdk-17
> # ${TRUEPREFIX}/bin/R CMD javareconf
>
> as root, will update both ${TRUEPREFIX}/lib/R/etc/Makeconf and
UPDATE: R-4.5.3