From 380adaabe9fa07aed258b3b0df6b22d218b7f9ac Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 18 Dec 2022 01:08:06 +0000 Subject: [PATCH] (sysutils/R-processx) Updated 3.5.2 to 3.8.0 # processx 3.8.0 * processx error stacks are better now. They have ANSI hyperlinks for function calls to their manual pages, and they also print operators better. * processx now does not mark standard streams as close-on-exec on Unix, as this causes problems when calling `system()` from an R subprocess (https://github.com/r-lib/callr/issues/236). # processx 3.7.0 * New functions for creating portable FIFOs and Unix socket connections. See `conn_create_fifo()`, `conn_create_unix_socket()` and `vignettes/internals.Rmd` for documentation. These functions are currently experimental. # processx 3.6.1 * processx now closes file unneeded file descriptors when redirecting the standard output and error, in the client file. * processx errors now do not have `rlang_error` and `rlang_trace` classes, because they are actually not compatible with rlang errors and traces. # processx 3.6.0 * processx now gives better error messages, and better stack traces. # processx 3.5.3 * `run()` now sets `stderr` to `NULL` in the result (instead of an empty string), if the standard error was redirected to the standard output. This also fixes an error when interrupting a `run()` with a redirected standard error. * processx now does not fail if the current working directory contains a non-ASCII character on Windows, and `getwd()` returns a short path for it (#313). --- sysutils/R-processx/Makefile | 4 ++-- sysutils/R-processx/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/R-processx/Makefile b/sysutils/R-processx/Makefile index 304a57834a0b..4fe7c760f6be 100644 --- a/sysutils/R-processx/Makefile +++ b/sysutils/R-processx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2021/05/31 14:26:12 mef Exp $ +# $NetBSD: Makefile,v 1.5 2022/12/18 01:08:06 mef Exp $ R_PKGNAME= processx -R_PKGVER= 3.5.2 +R_PKGVER= 3.8.0 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/sysutils/R-processx/distinfo b/sysutils/R-processx/distinfo index 676ff689049d..1746cdddc30c 100644 --- a/sysutils/R-processx/distinfo +++ b/sysutils/R-processx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:19:18 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/12/18 01:08:06 mef Exp $ -BLAKE2s (R/processx_3.5.2.tar.gz) = 85c58c8e69d4957f3334caeec78901f2ce7d6128d66369db7732c12195849425 -SHA512 (R/processx_3.5.2.tar.gz) = 1f7bcbc6acbb28e34286525e4b43979afec077f8ace823516ed8779cbae75f6252363aa4d722e6fad3049f8835190700b4abe094188ccb68ce6436bfa7ad0c7b -Size (R/processx_3.5.2.tar.gz) = 141424 bytes +BLAKE2s (R/processx_3.8.0.tar.gz) = d5875d901f567460a3df3d9aa2425f387d8b3aac68d46869f74903689d9a6fea +SHA512 (R/processx_3.8.0.tar.gz) = 6ea529869a5999a6273dc5f0f01cb64ff1106f0f625251cca6d15b24127aa46c6d8aa8634bfc4c2347def1bad36b936e857b27bc2e87bdfd619a4dac5e767a85 +Size (R/processx_3.8.0.tar.gz) = 162539 bytes