pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-callr
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 24 23:43:28 UTC 2024
Modified Files:
pkgsrc/devel/R-callr: Makefile distinfo
Log Message:
(.devel/R-callr) Updated 3.7.3 to 3.7.5
# callr 3.7.5
* No changes.
# callr 3.7.4
* The `r_session$get_running_time()` method now returns the correct
values, as documented (#241, @djnavarro).
* callr now uses fully qualified function calls in the subprocess to
avoid interference with functions defined in the global environment.
I.e. `base::stderr()` instead of `stderr()`. Closes #246.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-callr/Makefile \
pkgsrc/devel/R-callr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-callr/Makefile
diff -u pkgsrc/devel/R-callr/Makefile:1.10 pkgsrc/devel/R-callr/Makefile:1.11
--- pkgsrc/devel/R-callr/Makefile:1.10 Tue Aug 15 01:21:16 2023
+++ pkgsrc/devel/R-callr/Makefile Sat Feb 24 23:43:28 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/08/15 01:21:16 mef Exp $
+# $NetBSD: Makefile,v 1.11 2024/02/24 23:43:28 mef Exp $
R_PKGNAME= callr
-R_PKGVER= 3.7.3
+R_PKGVER= 3.7.5
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,8 @@ LICENSE= mit
DEPENDS+= R-processx>=3.8.2:../../sysutils/R-processx
-# Packages suggested but not available:
-# 'pingr', 'spelling'
+# Package suggested but not available: 'asciicast'
+
TEST_DEPENDS+= R-cliapp-[0-9]*:../../devel/R-cliapp
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
Index: pkgsrc/devel/R-callr/distinfo
diff -u pkgsrc/devel/R-callr/distinfo:1.10 pkgsrc/devel/R-callr/distinfo:1.11
--- pkgsrc/devel/R-callr/distinfo:1.10 Sun Dec 18 01:15:14 2022
+++ pkgsrc/devel/R-callr/distinfo Sat Feb 24 23:43:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/12/18 01:15:14 mef Exp $
+$NetBSD: distinfo,v 1.11 2024/02/24 23:43:28 mef Exp $
-BLAKE2s (R/callr_3.7.3.tar.gz) = ca6260f8eb446f1b8751861063adc262e0897fa452b44751d51ab3e085cedf8b
-SHA512 (R/callr_3.7.3.tar.gz) = c65568d2ad67206e45d439fcfa2944067c88298814eab14646d3bb92ddda9e50900d4673b8fef3db8b7d3bbcea385cd16a1a877eca1e62bad9d1634fde5dd82f
-Size (R/callr_3.7.3.tar.gz) = 97813 bytes
+BLAKE2s (R/callr_3.7.5.tar.gz) = e7074bfc40f9bf20afdeb8f8aa9873d5040dacbc6b69514170c4df515dedd02d
+SHA512 (R/callr_3.7.5.tar.gz) = fa4b92897f356adf7df29ae05ac4523a341d804eb0b32322fb096c3574c456299b989ea1edf59a654229fa38f1830186773867ed542a706b7b76cc58924400e9
+Size (R/callr_3.7.5.tar.gz) = 102852 bytes
Home |
Main Index |
Thread Index |
Old Index