Date: Thu, 14 Mar 2019 01:35:34 +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: r495682 - head/math/R Message-ID: <201903140135.x2E1ZYSQ003494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Thu Mar 14 01:35:33 2019 New Revision: 495682 URL: https://svnweb.freebsd.org/changeset/ports/495682 Log: math/R: Update to version 3.5.3 'CHANGES IN R 3.5.3' from https://cran.r-project.org/doc/manuals/r-devel/NEWS.html - writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter Meissner's PR#17528 - setClassUnion() no longer warns, but uses message() for now, when encountering "non local" subclasses of class members - stopifnot(exprs = T) no longer fails Modified: head/math/R/Makefile (contents, props changed) head/math/R/distinfo (contents, props changed) Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Thu Mar 14 01:00:06 2019 (r495681) +++ head/math/R/Makefile Thu Mar 14 01:35:33 2019 (r495682) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= R -DISTVERSION= 3.5.2 +DISTVERSION= 3.5.3 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -71,7 +71,7 @@ ATLAS_USES= blaslapack:atlas ATLAS_CONFIGURE_ON= --disable-BLAS-shlib CAIROPANGO_IMPLIES= X11 CAIROPANGO_CONFIGURE_WITH= cairo -CAIROPANGO_USES= gettext jpeg pkgconfig +CAIROPANGO_USES= gettext gnome jpeg pkgconfig CAIROPANGO_USE= GNOME=pango,cairo FLANG_USES= fortran:flang FLANG_USES_OFF= fortran Modified: head/math/R/distinfo ============================================================================== --- head/math/R/distinfo Thu Mar 14 01:00:06 2019 (r495681) +++ head/math/R/distinfo Thu Mar 14 01:35:33 2019 (r495682) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545396223 -SHA256 (R-3.5.2.tar.gz) = e53d8c3cf20f2b8d7a9c1631b6f6a22874506fb392034758b3bb341c586c5b62 -SIZE (R-3.5.2.tar.gz) = 30186438 +TIMESTAMP = 1552508788 +SHA256 (R-3.5.3.tar.gz) = 2bfa37b7bd709f003d6b8a172ddfb6d03ddd2d672d6096439523039f7a8e678c +SIZE (R-3.5.3.tar.gz) = 30205979
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903140135.x2E1ZYSQ003494>