diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-08-11 17:05:53 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-08-11 17:16:27 +0000 |
commit | 17dd4b3efb533b112ee7644244d98d030afe1a0a (patch) | |
tree | 7cecd27e124b23b80356bd14f62124ebdc600e3f /math/R/Makefile | |
parent | 9e353599c12f180a59849708fe7997b5b1e90902 (diff) | |
download | ports-17dd4b3efb533b112ee7644244d98d030afe1a0a.tar.gz ports-17dd4b3efb533b112ee7644244d98d030afe1a0a.zip |
math/R: Update to 4.1.1
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 45d74b2c6ff4..787813be7afe 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,7 @@ # Created by: Maurice Castro <maurice@serc.rmit.edu.au> PORTNAME= R -DISTVERSION= 4.1.0 +DISTVERSION= 4.1.1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} |