diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-24 17:13:26 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-24 17:30:18 +0000 |
commit | a7325bb99032c4768351db1bb93623e7ec8c7aa6 (patch) | |
tree | 01549b432b8b48249ec9237ddee928d99a5ffeea /math/R/Makefile | |
parent | cb90e81f5a373cd3ef83a9c4fc5f166909d6d612 (diff) | |
download | ports-a7325bb99032c4768351db1bb93623e7ec8c7aa6.tar.gz ports-a7325bb99032c4768351db1bb93623e7ec8c7aa6.zip |
math/R: Update to 4.20
https://hypatia.math.ethz.ch/pipermail/r-announce/2022/000683.html
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index edced8b053e6..adf9be9ac6d5 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,8 +1,7 @@ # Created by: Maurice Castro <maurice@serc.rmit.edu.au> PORTNAME= R -DISTVERSION= 4.1.3 -PORTREVISION= 1 +DISTVERSION= 4.2.0 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} |