git: 8295a38b62fd - main - devel/R-cran-callr: Update to 3.7.0
Guangyuan Yang
ygy at FreeBSD.org
Wed Apr 28 16:04:15 UTC 2021
The branch main has been updated by ygy (doc committer):
URL: https://cgit.FreeBSD.org/ports/commit/?id=8295a38b62fd0b6bbf9a3e646d08d3bae43f634a
commit 8295a38b62fd0b6bbf9a3e646d08d3bae43f634a
Author: Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-04-28 16:01:59 +0000
Commit: Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-04-28 16:01:59 +0000
devel/R-cran-callr: Update to 3.7.0
Approved by: lwhsu
---
devel/R-cran-callr/Makefile | 7 ++-----
devel/R-cran-callr/distinfo | 6 +++---
devel/R-cran-callr/pkg-descr | 2 +-
3 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/devel/R-cran-callr/Makefile b/devel/R-cran-callr/Makefile
index e15598eff0cd..a0fe405ad888 100644
--- a/devel/R-cran-callr/Makefile
+++ b/devel/R-cran-callr/Makefile
@@ -1,7 +1,7 @@
# Created by: Guangyuan Yang <ygy at FreeBSD.org>
PORTNAME= callr
-DISTVERSION= 3.5.1
+DISTVERSION= 3.7.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -12,14 +12,11 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
- R-cran-processx>=3.4.4:sysutils/R-cran-processx
+ R-cran-processx>=3.5.0:sysutils/R-cran-processx
TEST_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
R-cran-covr>0:devel/R-cran-covr \
- R-cran-crayon>0:devel/R-cran-crayon \
- R-cran-fansi>0:devel/R-cran-fansi \
R-cran-rprojroot>0:devel/R-cran-rprojroot \
R-cran-testthat>0:devel/R-cran-testthat \
- R-cran-tibble>0:devel/R-cran-tibble \
R-cran-withr>=2.3.0:devel/R-cran-withr \
R-cran-ps>0:sysutils/R-cran-ps
diff --git a/devel/R-cran-callr/distinfo b/devel/R-cran-callr/distinfo
index bc2470501953..189bccd7ef73 100644
--- a/devel/R-cran-callr/distinfo
+++ b/devel/R-cran-callr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609522582
-SHA256 (callr_3.5.1.tar.gz) = ce338c648cc9ab501168a55f93e68fc81e31dc5ec881e908b5b4a9d6f5bd8696
-SIZE (callr_3.5.1.tar.gz) = 77905
+TIMESTAMP = 1619584502
+SHA256 (callr_3.7.0.tar.gz) = d67255148595c6d0ba4c4d241bc9f6b5e00cafe25fdc13e38c10acc38653360a
+SIZE (callr_3.7.0.tar.gz) = 74518
diff --git a/devel/R-cran-callr/pkg-descr b/devel/R-cran-callr/pkg-descr
index 2ad375bb6b1b..26cc5dfc3f97 100644
--- a/devel/R-cran-callr/pkg-descr
+++ b/devel/R-cran-callr/pkg-descr
@@ -2,4 +2,4 @@ It is sometimes useful to perform a computation in a separate R process,
without affecting the current R process at all. This packages does exactly
that.
-WWW: https://github.com/r-lib/callr#readme
+WWW: https://callr.r-lib.org
More information about the dev-commits-ports-all
mailing list