Date: Mon, 2 Mar 2020 00:51:08 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527604 - head/math/R Message-ID: <202003020051.0220p8lS045902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Mon Mar 2 00:51:08 2020 New Revision: 527604 URL: https://svnweb.freebsd.org/changeset/ports/527604 Log: math/R: Update to version 3.6.3 See the NEWS file for upstream changes: https://cloud.r-project.org/doc/manuals/r-release/NEWS.html Modified: head/math/R/Makefile (contents, props changed) head/math/R/distinfo (contents, props changed) Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Sun Mar 1 21:53:46 2020 (r527603) +++ head/math/R/Makefile Mon Mar 2 00:51:08 2020 (r527604) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= R -DISTVERSION= 3.6.2 -PORTREVISION= 1 +DISTVERSION= 3.6.3 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -54,7 +53,7 @@ OPTIONS_SUB= YES ATLAS_DESC= ATLAS BLAS implementation CAIROPANGO_DESC= Cairo graphics device and Pango multi-language text -FLANG_DESC= Use experimental flang instead of default Fortran compiler +FLANG_DESC= Use experimental flang Fortran compiler GHOSTSCRIPT_DESC= Graphics device for bitmap files via Ghostscript JPEG_DESC= JPEG graphics device LDOUBLE_DESC= Long double data type @@ -129,25 +128,8 @@ _LIBVER= ${PORTVERSION:R} .include <bsd.port.options.mk> -# libomp is provided by -# - LLVM, which gets pulled in with FLANG -# - gcc -# -# So, *must* only depend on devel/openmp when -# - the OPENMP knob is on -# - FLANG is off (guaranteed to be off for all archs except amd64) -# - clang is the C compiler. -# -# But, we cannot modify LIB_DEPENDS after CHOSEN_COMPILER_TYPE is defined, so -# for now, limit the OPENMP knob for i386 and amd64 where clang is the default -# compiler. -# -# This will be moot after 12.1 when openmp will be in base. .if ! ${PORT_OPTIONS:MFLANG} USES+= fortran -.if ${PORT_OPTIONS:MOPENMP} -LIB_DEPENDS+= libomp.so:devel/openmp -.endif .endif post-patch: Modified: head/math/R/distinfo ============================================================================== --- head/math/R/distinfo Sun Mar 1 21:53:46 2020 (r527603) +++ head/math/R/distinfo Mon Mar 2 00:51:08 2020 (r527604) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576234084 -SHA256 (R-3.6.2.tar.gz) = bd65a45cddfb88f37370fbcee4ac8dd3f1aebeebe47c2f968fd9770ba2bbc954 -SIZE (R-3.6.2.tar.gz) = 33311930 +TIMESTAMP = 1583078198 +SHA256 (R-3.6.3.tar.gz) = 89302990d8e8add536e12125ec591d6951022cf8475861b3690bc8bf1cefaa8f +SIZE (R-3.6.3.tar.gz) = 33308185
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003020051.0220p8lS045902>