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:           Wed Mar 13 15:42:41 UTC 2019

Modified Files:
        pkgsrc/math/R: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 pkgsrc/math/R/Makefile
cvs rdiff -u -r1.82 -r1.83 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.194 pkgsrc/math/R/Makefile:1.195
--- pkgsrc/math/R/Makefile:1.194        Fri Dec 21 02:55:06 2018
+++ pkgsrc/math/R/Makefile      Wed Mar 13 15:42:41 2019
@@ -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/}
 

Index: pkgsrc/math/R/distinfo
diff -u pkgsrc/math/R/distinfo:1.82 pkgsrc/math/R/distinfo:1.83
--- pkgsrc/math/R/distinfo:1.82 Fri Dec 21 02:55:06 2018
+++ pkgsrc/math/R/distinfo      Wed Mar 13 15:42:41 2019
@@ -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



Home | Main Index | Thread Index | Old Index