pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R - Update to 3.4.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6c24435bda6
branches: trunk
changeset: 372266:c6c24435bda6
user: wen <wen%pkgsrc.org@localhost>
date: Fri Dec 01 03:19:30 2017 +0000
description:
- Update to 3.4.3
Upstream changes:
CHANGES IN R 3.4.3:
INSTALLATION on a UNIX-ALIKE:
* A workaround has been added for the changes in location of
time-zone files in macOS 10.13 'High Sierra' and again in
10.13.1, so the default time zone is deduced correctly from the
system setting when R is configured with --with-internal-tzcode
(the default on macOS).
* R CMD javareconf has been updated to recognize the use of a Java
9 SDK on macOS.
BUG FIXES:
* raw(0) & raw(0) and raw(0) | raw(0) again return raw(0) (rather
than logical(0)).
* intToUtf8() converts integers corresponding to surrogate code
points to NA rather than invalid UTF-8, as well as values larger
than the current Unicode maximum of 0x10FFFF. (This aligns with
the current RFC3629.)
* Fix calling of methods on S4 generics that dispatch on ... when
the call contains ....
* Following Unicode 'Corrigendum 9', the UTF-8 representations of
U+FFFE and U+FFFF are now regarded as valid by utf8ToInt().
* range(c(TRUE, NA), finite = TRUE) and similar no longer return
NA. (Reported by Lukas Stadler.)
* The self starting function attr(SSlogis, "initial") now also
works when the y values have exact minimum zero and is slightly
changed in general, behaving symmetrically in the y range.
* The printing of named raw vectors is now formatted nicely as for
other such atomic vectors, thanks to Lukas Stadler.
diffstat:
math/R/Makefile | 5 +++--
math/R/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 3c426eedf604 -r c6c24435bda6 math/R/Makefile
--- a/math/R/Makefile Fri Dec 01 01:12:04 2017 +0000
+++ b/math/R/Makefile Fri Dec 01 03:19:30 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.178 2017/10/21 02:40:56 markd Exp $
+# $NetBSD: Makefile,v 1.179 2017/12/01 03:19:30 wen Exp $
-DISTNAME= R-3.4.2
+DISTNAME= R-3.4.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/}
@@ -164,6 +164,7 @@
.include "../../archivers/xz/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
# uses callback interface
diff -r 3c426eedf604 -r c6c24435bda6 math/R/distinfo
--- a/math/R/distinfo Fri Dec 01 01:12:04 2017 +0000
+++ b/math/R/distinfo Fri Dec 01 03:19:30 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.78 2017/10/21 02:40:56 markd Exp $
+$NetBSD: distinfo,v 1.79 2017/12/01 03:19:30 wen Exp $
-SHA1 (R-3.4.2.tar.gz) = fb0e555bb49121e849436ce9e7e3bc4f7893664f
-RMD160 (R-3.4.2.tar.gz) = b903e20a1cfa3819d739a823bd8c016781b8fcae
-SHA512 (R-3.4.2.tar.gz) = d432b65aad8d8ed41a8470365c4d354b83a0e1228413963420f753aead8b84596c9ca3efc58506c8797e887af9dd6fdaf833ac1ad9339ac1ffb4b5aed577803d
-Size (R-3.4.2.tar.gz) = 30255544 bytes
+SHA1 (R-3.4.3.tar.gz) = 537d481888f20d385b3039f2f2b0c49b7b0fb5de
+RMD160 (R-3.4.3.tar.gz) = e7c7f17f8c39a8ea7ce253e32d248e9779b62227
+SHA512 (R-3.4.3.tar.gz) = d4b89daac5060c6d32b2287192c47fc7e8f71f8c2f70f133799bb279c6e486239cb7f298779a59a124eb4228d728ffdaf6bb138c4fd64653bbce0cdf5b0b3412
+Size (R-3.4.3.tar.gz) = 30249655 bytes
SHA1 (patch-ad) = a43b4875a2ee4677b5f762abf3f9a623fd12cbb5
SHA1 (patch-configure.ac) = 64c7af42c2e0eadefdac6aa105e8f8c4a59e3958
SHA1 (patch-m4_R.m4) = 704d5514e10adf0b5217bb71b06f44a612eca6e0
Home |
Main Index |
Thread Index |
Old Index