summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-08-24 11:46:35 +0000
committermef <mef@pkgsrc.org>2021-08-24 11:46:35 +0000
commit27e8d7416424de54b51dabf8c03c2e6383b88b73 (patch)
treedb4a7e6a09f0e3b788f7eb40a7adf72fee3fddef
parent2efc7370c8716ad96e6c3a9aff00894b48ebc79e (diff)
downloadpkgsrc-27e8d7416424de54b51dabf8c03c2e6383b88b73.tar.gz
(textproc/R-yaml) Updated 2.2.0 to 2.2.1
v2.2.1 - add merge.precedence option to yaml.load - fix improper handling of explicit '!bool' tag (reported by Luke Goodsell) - fix memory issue flagged by valgrind - update LibYAML to 0.2.2 - fix some -Wall warnings to appease CRAN
-rw-r--r--textproc/R-yaml/Makefile6
-rw-r--r--textproc/R-yaml/distinfo10
2 files changed, 9 insertions, 7 deletions
diff --git a/textproc/R-yaml/Makefile b/textproc/R-yaml/Makefile
index 0fd5838daac..ee564bcf4bc 100644
--- a/textproc/R-yaml/Makefile
+++ b/textproc/R-yaml/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:58 brook Exp $
+# $NetBSD: Makefile,v 1.6 2021/08/24 11:46:35 mef Exp $
R_PKGNAME= yaml
-R_PKGVER= 2.2.0
+R_PKGVER= 2.2.1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Methods to convert R data to YAML and back
LICENSE= modified-bsd
+TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit
+
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
diff --git a/textproc/R-yaml/distinfo b/textproc/R-yaml/distinfo
index c26c6387855..e52f076a471 100644
--- a/textproc/R-yaml/distinfo
+++ b/textproc/R-yaml/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/08/01 00:59:05 brook Exp $
+$NetBSD: distinfo,v 1.4 2021/08/24 11:46:35 mef Exp $
-SHA1 (R/yaml_2.2.0.tar.gz) = cd296157ddbe5a99d6cf013e7819dccad152f424
-RMD160 (R/yaml_2.2.0.tar.gz) = 264a6d808324a002394ecd2397d8c6e190e3d6d5
-SHA512 (R/yaml_2.2.0.tar.gz) = 096d5f6a3874de39886103291a701e41be57d47481094824d3e2379054b3e11ca159ae8b23218787e1c8867a85779bc42aac2e497c05064de17da8081db79d50
-Size (R/yaml_2.2.0.tar.gz) = 89447 bytes
+SHA1 (R/yaml_2.2.1.tar.gz) = cd17f1c3b477da703b4309574565aa8fdecdc0a3
+RMD160 (R/yaml_2.2.1.tar.gz) = c44328919e3199d5ac1dea7a1bd1d4997fddf248
+SHA512 (R/yaml_2.2.1.tar.gz) = 4a6054aba1355e1e658e5c8c56e2fe991ce650cc091c54d7041b094588eb2269a067a4b23e4030eb357f7a5a73638db10d0865a925bae660e0728098f73f66c1
+Size (R/yaml_2.2.1.tar.gz) = 92670 bytes