diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2023-04-30 16:40:32 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2023-04-30 17:42:57 +0000 |
commit | c02a0b9d0aec4738c9bd6b723d76e53803118ec2 (patch) | |
tree | ac412cb133923c8f3f79a5fd717c9b9cd1866271 /math/R/Makefile | |
parent | 2df216b41d143e27e251b8d4447586a82e7554a5 (diff) | |
download | ports-c02a0b9d0aec4738c9bd6b723d76e53803118ec2.tar.gz ports-c02a0b9d0aec4738c9bd6b723d76e53803118ec2.zip |
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 61ca7dc49a1c..a2a107950e95 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,6 +1,5 @@ PORTNAME= R -DISTVERSION= 4.2.3 -PORTREVISION= 2 +DISTVERSION= 4.3.0 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} |