pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R
Module Name: pkgsrc
Committed By: wen
Date: Fri Dec 1 03:19:30 UTC 2017
Modified Files:
pkgsrc/math/R: Makefile distinfo
Log Message:
- 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.
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/math/R/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/math/R/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R/Makefile
diff -u pkgsrc/math/R/Makefile:1.178 pkgsrc/math/R/Makefile:1.179
--- pkgsrc/math/R/Makefile:1.178 Sat Oct 21 02:40:56 2017
+++ pkgsrc/math/R/Makefile Fri Dec 1 03:19:30 2017
@@ -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 @@ fix-darwin-install-name:
.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
Index: pkgsrc/math/R/distinfo
diff -u pkgsrc/math/R/distinfo:1.78 pkgsrc/math/R/distinfo:1.79
--- pkgsrc/math/R/distinfo:1.78 Sat Oct 21 02:40:56 2017
+++ pkgsrc/math/R/distinfo Fri Dec 1 03:19:30 2017
@@ -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