diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2019-07-15 09:19:17 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2019-07-15 09:19:17 +0000 |
commit | 24505f1d804a635ea61fe44eabc60756275287d4 (patch) | |
tree | c5097b2f780564bdd0bfee560e7b09c9060c4a91 /math/R/Makefile | |
parent | 2e5223e266ba61d44b74678d5fe3c29d94ede9a7 (diff) |
Notes
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 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|\..*||} |