diff options
author | jrm <jrm@FreeBSD.org> | 2019-07-15 17:19:17 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2019-07-15 17:19:17 +0800 |
commit | 260bacbc053cf01691945fe7deab0c48630e1c34 (patch) | |
tree | c5097b2f780564bdd0bfee560e7b09c9060c4a91 /math | |
parent | dd02756fbf3e168124982103e813edfddaa49f52 (diff) | |
download | freebsd-ports-gnome-260bacbc053cf01691945fe7deab0c48630e1c34.tar.gz freebsd-ports-gnome-260bacbc053cf01691945fe7deab0c48630e1c34.tar.zst freebsd-ports-gnome-260bacbc053cf01691945fe7deab0c48630e1c34.zip |
math/R: Update to version 3.6.1
Upstream changes: See 'CHANGES IN R 3.6.1' and 'CHANGES IN R 3.6.1 patched'
at https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 | ||||
-rw-r--r-- | math/R/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index aeb2410f3e58..b62479e21a89 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= R -DISTVERSION= 3.6.0 -PORTREVISION= 1 +DISTVERSION= 3.6.1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} diff --git a/math/R/distinfo b/math/R/distinfo index 0e82a27c7143..82c86458fd87 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556549601 -SHA256 (R-3.6.0.tar.gz) = 36fcac3e452666158e62459c6fc810adc247c7109ed71c5b6c3ad5fc2bf57509 -SIZE (R-3.6.0.tar.gz) = 30449618 +TIMESTAMP = 1563044763 +SHA256 (R-3.6.1.tar.gz) = 5baa9ebd3e71acecdcc3da31d9042fb174d55a42829f8315f2457080978b1389 +SIZE (R-3.6.1.tar.gz) = 30463021 |