diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-08-14 22:58:13 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-08-14 22:58:13 -0300 |
commit | bb277b94d531d0fed51def4e7e94bb999960c79d (patch) | |
tree | 78c83d866c76dc7913f8b1736ad54315e14dfe2e /math/R | |
parent | sysutils/iocage-devel: Fix pkg-plist (diff) |
math/R: Bump PORTREVISION after ca96cfceb
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 682b58b0f2db..78e747fb8799 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -2,6 +2,7 @@ PORTNAME= R DISTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} |