pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-callr (devel/R-callr) Updated 3.4.3 to 3.4.4, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bde1c160827e
branches:  trunk
changeset: 439439:bde1c160827e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Sep 20 02:55:58 2020 +0000

description:
(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).

diffstat:

 devel/R-callr/Makefile |   7 +++++--
 devel/R-callr/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 083c4380f3ad -r bde1c160827e devel/R-callr/Makefile
--- a/devel/R-callr/Makefile    Sun Sep 20 01:50:59 2020 +0000
+++ b/devel/R-callr/Makefile    Sun Sep 20 02:55:58 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/08/01 13:18:46 mef Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/20 02:55:58 mef Exp $
 
 R_PKGNAME=     callr
-R_PKGVER=      3.4.3
+R_PKGVER=      3.4.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -17,9 +17,11 @@
 TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
 TEST_DEPENDS+= R-fansi-[0-9]*:../../devel/R-fansi
 TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
+TEST_DEPENDS+= R-ps-[0-9]*:../../sysutils/R-ps
 TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-rprojroot-[0-9]*:../../devel/R-rprojroot
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
 TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
 TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
 
@@ -27,3 +29,4 @@
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
+#  'pingr', 'spelling'
diff -r 083c4380f3ad -r bde1c160827e devel/R-callr/distinfo
--- a/devel/R-callr/distinfo    Sun Sep 20 01:50:59 2020 +0000
+++ b/devel/R-callr/distinfo    Sun Sep 20 02:55:58 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/07/31 15:19:37 mef Exp $
+$NetBSD: distinfo,v 1.5 2020/09/20 02:55:58 mef Exp $
 
-SHA1 (R/callr_3.4.3.tar.gz) = 1c2d22fedd6a5798eff5944d513e4d8522d027ba
-RMD160 (R/callr_3.4.3.tar.gz) = 1218971c7896b8e6b9531057cf62351c6b2e157b
-SHA512 (R/callr_3.4.3.tar.gz) = 04ef68084b9fb2721566d51d0ca3cbf89ddb78d65e769ba1ed9b337097dd87b7640f7e8e06bc2e6cdf121aba1e7f9567bcaf7277d886686a079f1630713f16df
-Size (R/callr_3.4.3.tar.gz) = 85802 bytes
+SHA1 (R/callr_3.4.4.tar.gz) = a8f9b723c41fc829b41f3b2ed78177631a69a370
+RMD160 (R/callr_3.4.4.tar.gz) = 1a163ab1e03a4e4ef00b8c5f34f1fc66d984ed46
+SHA512 (R/callr_3.4.4.tar.gz) = 25c06f91635bebe1a9266872366faf6948e3d2b7035662341591d3914ce11966d1b6918c2a6196a933544c336574c3593b3abe05fb4acb17cf6b8c3e98da3b58
+Size (R/callr_3.4.4.tar.gz) = 76416 bytes



Home | Main Index | Thread Index | Old Index