diff options
author | wen <wen@pkgsrc.org> | 2019-03-13 15:42:41 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-03-13 15:42:41 +0000 |
commit | ce4b3efea1fb6f091ae567106e7985e705b3e631 (patch) | |
tree | 0d667fb92e5ac83512330f0eaae9b889995e1b99 /math | |
parent | a9b16981264365c63a2d33a25a8b637e74f396e2 (diff) | |
download | pkgsrc-ce4b3efea1fb6f091ae567106e7985e705b3e631.tar.gz |
Update to 3.5.3
Upstream changes:
CHANGES IN R 3.5.3:
INSTALLATION on a UNIX-ALIKE:
* Detection of flags for C++98/11/14/17 has been improved: in
particular if CXX??STD is set, it is tried first with no
additional flags.
PACKAGE INSTALLATION:
* New macro F_VISIBILITY as an alternative to F77_VISIBILITY. This
will become the preferred form in R 3.6.0.
BUG FIXES:
* 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.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 | ||||
-rw-r--r-- | math/R/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index b07c8c20fac..1ba0552282a 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.194 2018/12/21 02:55:06 wen Exp $ +# $NetBSD: Makefile,v 1.195 2019/03/13 15:42:41 wen Exp $ -DISTNAME= R-3.5.2 +DISTNAME= R-3.5.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/} diff --git a/math/R/distinfo b/math/R/distinfo index afc6dc74653..1324adbe62b 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.82 2018/12/21 02:55:06 wen Exp $ +$NetBSD: distinfo,v 1.83 2019/03/13 15:42:41 wen Exp $ -SHA1 (R-3.5.2.tar.gz) = 057ea91daed3e68a12b2a473ee1283cf26f360e2 -RMD160 (R-3.5.2.tar.gz) = c1cee244f1ae0cf7466b2af69a70bb7eee1321ed -SHA512 (R-3.5.2.tar.gz) = 53e94f01ecee6c90cecfa07ee9950d62130a331010c0b23baaf88ab5009007856c9352ce97916404ff35d19632495902d41cb655a5fd116a7d2f5d6767d7b447 -Size (R-3.5.2.tar.gz) = 30186438 bytes +SHA1 (R-3.5.3.tar.gz) = 986b1d80632e6f489e9b50ce36a4c67ecb987b4d +RMD160 (R-3.5.3.tar.gz) = 2d7493c708a882bac0b1c20d09fcb0fe750f439c +SHA512 (R-3.5.3.tar.gz) = 077cbd4bc9f19a3a2485afbd4d8e08e0754ddcb9a10164cbc8478f239d5ed0ffaf6796929f154cce1c8aea549c32d460049fc036dc326174d1dbb0a1ddb5f5ef +Size (R-3.5.3.tar.gz) = 30205979 bytes SHA1 (patch-ad) = a43b4875a2ee4677b5f762abf3f9a623fd12cbb5 SHA1 (patch-configure.ac) = f4829c37304e81485e13b4ed8beaeac7edd16189 SHA1 (patch-m4_R.m4) = 704d5514e10adf0b5217bb71b06f44a612eca6e0 |