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:           Sun Sep 20 02:55:58 UTC 2020

Modified Files:
        pkgsrc/devel/R-callr: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-callr/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/devel/R-callr/Makefile:1.6
--- pkgsrc/devel/R-callr/Makefile:1.5   Sat Aug  1 13:18:46 2020
+++ pkgsrc/devel/R-callr/Makefile       Sun Sep 20 02:55:58 2020
@@ -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-covr-[0-9]*:../../devel
 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 @@ USE_LANGUAGES=        # none
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
+#  'pingr', 'spelling'

Index: pkgsrc/devel/R-callr/distinfo
diff -u pkgsrc/devel/R-callr/distinfo:1.4 pkgsrc/devel/R-callr/distinfo:1.5
--- pkgsrc/devel/R-callr/distinfo:1.4   Fri Jul 31 15:19:37 2020
+++ pkgsrc/devel/R-callr/distinfo       Sun Sep 20 02:55:58 2020
@@ -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