diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-03-19 01:49:03 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-03-19 01:49:03 +0000 |
commit | d9795784adb7412d775851528e7dc68b4d4a8ffe (patch) | |
tree | fba029c0de7bf2d8a60e9f8441a1edab45036160 /math/libRmath | |
parent | devel/cdecl: update to 4.4.3. (diff) |
math/libRmath: Update to bug-fix release 3.4.4
Upstream changes:
https://cloud.r-project.org/doc/manuals/r-release/NEWS.html
Notes
Notes:
svn path=/head/; revision=464975
Diffstat (limited to 'math/libRmath')
-rw-r--r-- | math/libRmath/Makefile | 5 | ||||
-rw-r--r-- | math/libRmath/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index ba28e8cf596f..dcd123d2121d 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libRmath -DISTVERSION= 3.4.3 -PORTREVISION= 1 +DISTVERSION= 3.4.4 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -38,7 +37,7 @@ OPTIONS_EXCLUDE_armv6= FLANG OPTIONS_EXCLUDE_armv7= FLANG OPTIONS_EXCLUDE_i386= FLANG -FLANG_DESC= Use flang instead of the default Fortran compiler +FLANG_DESC= Use experimental flang instead of default Fortran compiler FLANG_USES= fortran:flang FLANG_USES_OFF= fortran diff --git a/math/libRmath/distinfo b/math/libRmath/distinfo index 4e78e5ad1929..2e0e8bb7c23e 100644 --- a/math/libRmath/distinfo +++ b/math/libRmath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512246571 -SHA256 (R-3.4.3.tar.gz) = 7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426 -SIZE (R-3.4.3.tar.gz) = 30249655 +TIMESTAMP = 1521422142 +SHA256 (R-3.4.4.tar.gz) = b3e97d2fab7256d1c655c4075934725ba1cd7cb9237240a11bb22ccdad960337 +SIZE (R-3.4.4.tar.gz) = 30474612 |