Date: Fri, 20 Sep 2024 05:55:32 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2484d1e4b2b0 - main - sysutils/R-cran-processx: Update to 3.8.4 Message-ID: <202409200555.48K5tWPB024271@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=2484d1e4b2b0d7ae95434a791c336dc1ea60ca78 commit 2484d1e4b2b0d7ae95434a791c336dc1ea60ca78 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-09-20 05:53:07 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-09-20 05:54:49 +0000 sysutils/R-cran-processx: Update to 3.8.4 Strip binaries in post-install. Add TESTING_UNSAFE. Changelog: https://cran.r-project.org/web/packages/processx/news/news.html --- sysutils/R-cran-processx/Makefile | 12 +++++++++--- sysutils/R-cran-processx/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/sysutils/R-cran-processx/Makefile b/sysutils/R-cran-processx/Makefile index 761044197832..2bfd6ec6f3f5 100644 --- a/sysutils/R-cran-processx/Makefile +++ b/sysutils/R-cran-processx/Makefile @@ -1,5 +1,5 @@ PORTNAME= processx -DISTVERSION= 3.8.2 +DISTVERSION= 3.8.4 CATEGORIES= sysutils DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,11 +15,17 @@ RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ TEST_DEPENDS= R-cran-callr>=3.7.3:devel/R-cran-callr \ R-cran-cli>=3.3.0:devel/R-cran-cli \ R-cran-covr>0:devel/R-cran-covr \ + R-cran-curl>0:ftp/R-cran-curl \ R-cran-rlang>=1.0.2:devel/R-cran-rlang \ R-cran-testthat>=3.0.0:devel/R-cran-testthat \ - R-cran-withr>0:devel/R-cran-withr \ - R-cran-curl>0:ftp/R-cran-curl + R-cran-withr>0:devel/R-cran-withr USES= cran:auto-plist,compiles +TESTING_UNSAFE= Fail because of wrong R-cran-ps (see PR280006) + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/processx/bin/px + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/processx/bin/sock + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/processx/bin/supervisor .include <bsd.port.mk> diff --git a/sysutils/R-cran-processx/distinfo b/sysutils/R-cran-processx/distinfo index 4cd41699c92e..22f154496a1c 100644 --- a/sysutils/R-cran-processx/distinfo +++ b/sysutils/R-cran-processx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688438916 -SHA256 (processx_3.8.2.tar.gz) = e91b87af5b23c14b71003ec880f749dca81fd74f0601ab59ea1847c7fe857ecd -SIZE (processx_3.8.2.tar.gz) = 163558 +TIMESTAMP = 1726809449 +SHA256 (processx_3.8.4.tar.gz) = 6627672d7fb109f37dc1d0eaef913f4cfc7ad8ac807abf0397e6d37753b1e70b +SIZE (processx_3.8.4.tar.gz) = 163983
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409200555.48K5tWPB024271>