From owner-svn-ports-all@freebsd.org Mon Mar 2 00:51:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CA76254814; Mon, 2 Mar 2020 00:51:09 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48W1mD6jKbz4HXc; Mon, 2 Mar 2020 00:51:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D523FC601; Mon, 2 Mar 2020 00:51:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0220p8fh045904; Mon, 2 Mar 2020 00:51:08 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0220p8lS045902; Mon, 2 Mar 2020 00:51:08 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202003020051.0220p8lS045902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 2 Mar 2020 00:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527604 - head/math/R X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/math/R X-SVN-Commit-Revision: 527604 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2020 00:51:09 -0000 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 -# 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