Sun Sep 20 02:55:58 2020 UTC ()
(devel/R-callr) Updated 3.4.3 to 3.4.4, make test  fails. Make test again pass (?)

# callr 3.4.4

* An `r_session` now exits if the load hook errors. This generates an error
  if the session is started with `wait = TRUE`. For `wait = FALSE` the
    first `$read()` operation will return with an error (#162).


(mef)
diff -r1.5 -r1.6 pkgsrc/devel/R-callr/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/R-callr/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/R-callr/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-callr/Makefile 2020/08/01 13:18:46 1.5
+++ pkgsrc/devel/R-callr/Makefile 2020/09/20 02:55:58 1.6
@@ -1,29 +1,32 @@ @@ -1,29 +1,32 @@
1# $NetBSD: Makefile,v 1.5 2020/08/01 13:18:46 mef Exp $ 1# $NetBSD: Makefile,v 1.6 2020/09/20 02:55:58 mef Exp $
2 2
3R_PKGNAME= callr 3R_PKGNAME= callr
4R_PKGVER= 3.4.3 4R_PKGVER= 3.4.4
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Call R from R 8COMMENT= Call R from R
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= R-processx>=3.4.0:../../sysutils/R-processx 11DEPENDS+= R-processx>=3.4.0:../../sysutils/R-processx
12 12
13# Packages suggested but not available: 13# Packages suggested but not available:
14# 'pingr', 'spelling' 14# 'pingr', 'spelling'
15TEST_DEPENDS+= R-cliapp-[0-9]*:../../devel/R-cliapp 15TEST_DEPENDS+= R-cliapp-[0-9]*:../../devel/R-cliapp
16TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 16TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
17TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon 17TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
18TEST_DEPENDS+= R-fansi-[0-9]*:../../devel/R-fansi 18TEST_DEPENDS+= R-fansi-[0-9]*:../../devel/R-fansi
19TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr 19TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
 20TEST_DEPENDS+= R-ps-[0-9]*:../../sysutils/R-ps
20TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr 21TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
21TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 22TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
22TEST_DEPENDS+= R-rprojroot-[0-9]*:../../devel/R-rprojroot 23TEST_DEPENDS+= R-rprojroot-[0-9]*:../../devel/R-rprojroot
 24TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
23TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble 25TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
24TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown 26TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
25 27
26USE_LANGUAGES= # none 28USE_LANGUAGES= # none
27 29
28.include "../../math/R/Makefile.extension" 30.include "../../math/R/Makefile.extension"
29.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"
 32# 'pingr', 'spelling'

cvs diff -r1.4 -r1.5 pkgsrc/devel/R-callr/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-callr/distinfo 2020/07/31 15:19:37 1.4
+++ pkgsrc/devel/R-callr/distinfo 2020/09/20 02:55:58 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2020/07/31 15:19:37 mef Exp $ 1$NetBSD: distinfo,v 1.5 2020/09/20 02:55:58 mef Exp $
2 2
3SHA1 (R/callr_3.4.3.tar.gz) = 1c2d22fedd6a5798eff5944d513e4d8522d027ba 3SHA1 (R/callr_3.4.4.tar.gz) = a8f9b723c41fc829b41f3b2ed78177631a69a370
4RMD160 (R/callr_3.4.3.tar.gz) = 1218971c7896b8e6b9531057cf62351c6b2e157b 4RMD160 (R/callr_3.4.4.tar.gz) = 1a163ab1e03a4e4ef00b8c5f34f1fc66d984ed46
5SHA512 (R/callr_3.4.3.tar.gz) = 04ef68084b9fb2721566d51d0ca3cbf89ddb78d65e769ba1ed9b337097dd87b7640f7e8e06bc2e6cdf121aba1e7f9567bcaf7277d886686a079f1630713f16df 5SHA512 (R/callr_3.4.4.tar.gz) = 25c06f91635bebe1a9266872366faf6948e3d2b7035662341591d3914ce11966d1b6918c2a6196a933544c336574c3593b3abe05fb4acb17cf6b8c3e98da3b58
6Size (R/callr_3.4.3.tar.gz) = 85802 bytes 6Size (R/callr_3.4.4.tar.gz) = 76416 bytes