pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-testthat



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May  2 14:42:48 UTC 2022

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

Log Message:
(devel/R-testthat) Updated 3.1.3 to 3.1.4

# testthat 3.1.4

* Minor tweaks to output for latest cli (#1606).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/R-testthat/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-testthat/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-testthat/Makefile
diff -u pkgsrc/devel/R-testthat/Makefile:1.12 pkgsrc/devel/R-testthat/Makefile:1.13
--- pkgsrc/devel/R-testthat/Makefile:1.12       Sat Apr 23 12:43:35 2022
+++ pkgsrc/devel/R-testthat/Makefile    Mon May  2 14:42:48 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/04/23 12:43:35 mef Exp $
+# $NetBSD: Makefile,v 1.13 2022/05/02 14:42:48 mef Exp $
 
 R_PKGNAME=     testthat
-R_PKGVER=      3.1.3
+R_PKGVER=      3.1.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,7 @@ COMMENT=        Unit testing for R
 LICENSE=       mit
 
 DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
-DEPENDS+=      R-cli>=2.4.0:../../devel/R-cli
+DEPENDS+=      R-cli>=3.3.0:../../devel/R-cli
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
 DEPENDS+=      R-evaluate>=0.14:../../devel/R-evaluate
 DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
@@ -20,7 +20,7 @@ DEPENDS+=     R-digest>=0.6.20:../../securit
 DEPENDS+=      R-ellipsis>=0.2.0:../../math/R-ellipsis
 DEPENDS+=      R-pkgload-[0-9]*:../../devel/R-pkgload
 DEPENDS+=      R-brio-[0-9]*:../../devel/R-brio
-DEPENDS+=      R-waldo>=0.2.1:../../devel/R-waldo
+DEPENDS+=      R-waldo>=0.4.0:../../devel/R-waldo
 DEPENDS+=      R-ps>=1.5.0:../../sysutils/R-ps
 DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 DEPENDS+=      R-jsonlite-[0-9]*:../../textproc/R-jsonlite
@@ -41,3 +41,4 @@ USE_LANGUAGES=        c c++
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown

Index: pkgsrc/devel/R-testthat/distinfo
diff -u pkgsrc/devel/R-testthat/distinfo:1.10 pkgsrc/devel/R-testthat/distinfo:1.11
--- pkgsrc/devel/R-testthat/distinfo:1.10       Sat Apr 23 12:43:35 2022
+++ pkgsrc/devel/R-testthat/distinfo    Mon May  2 14:42:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/23 12:43:35 mef Exp $
+$NetBSD: distinfo,v 1.11 2022/05/02 14:42:48 mef Exp $
 
-BLAKE2s (R/testthat_3.1.3.tar.gz) = ea3cd699bfa3fa41b0f3ebd9ecceabdc1475011dacfd3669d2b44077c497b5c7
-SHA512 (R/testthat_3.1.3.tar.gz) = 44852b64f4834b0f61ce00fc20e65bcb7af07aa3810f341e5942bdcc55424e582425e086207380431ce11dbc0606411a25eb546154ff45f4848698ec9ffc5542
-Size (R/testthat_3.1.3.tar.gz) = 703301 bytes
+BLAKE2s (R/testthat_3.1.4.tar.gz) = ff09d43afa065e19aca824b2b31d191404effac08c5031f7d891782a6173c374
+SHA512 (R/testthat_3.1.4.tar.gz) = ae0f0007c085fe951e04b9682a6758d811f3d240249302d440f58ea7b3f7271d692f26df247d7edc50a2150293026003b299f5e36ba2044930c2d60940221730
+Size (R/testthat_3.1.4.tar.gz) = 700919 bytes



Home | Main Index | Thread Index | Old Index