diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-10-12 01:21:26 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-10-12 01:21:26 +0000 |
commit | f0f89a123a95a5388a6900946b0f541e33140eb4 (patch) | |
tree | 83c7365fb097a4b85964b40469820543ebf07372 /math/R/Makefile | |
parent | 49f41dbd39db4b218f4edbcd953a312baf9af631 (diff) | |
download | ports-f0f89a123a95a5388a6900946b0f541e33140eb4.tar.gz ports-f0f89a123a95a5388a6900946b0f541e33140eb4.zip |
Notes
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 2c44632533e2..3fe475abef3d 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= R -DISTVERSION= 4.0.2 +DISTVERSION= 4.0.3 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} |