Thu Aug 1 00:59:06 2019 UTC ()
R-yaml: update to version 2.2.0.

Update to the canonical form of an R package and fix the LICENSE
field.


(brook)
diff -r1.3214 -r1.3215 pkgsrc/doc/CHANGES-2019
diff -r1.3 -r1.4 pkgsrc/textproc/R-yaml/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/R-yaml/distinfo

cvs diff -r1.3214 -r1.3215 pkgsrc/doc/CHANGES-2019 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2019 2019/08/01 00:57:56 1.3214
+++ pkgsrc/doc/CHANGES-2019 2019/08/01 00:59:05 1.3215
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3214 2019/08/01 00:57:56 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3215 2019/08/01 00:59:05 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5161,13 +5161,14 @@ Changes to the packages collection and i @@ -5161,13 +5161,14 @@ Changes to the packages collection and i
5161 Updated math/R-xts to 0.11.2 [brook 2019-07-31] 5161 Updated math/R-xts to 0.11.2 [brook 2019-07-31]
5162 Updated math/R-zoo to 1.8.6 [brook 2019-07-31] 5162 Updated math/R-zoo to 1.8.6 [brook 2019-07-31]
5163 Updated misc/R-pillar to 1.4.2 [brook 2019-07-31] 5163 Updated misc/R-pillar to 1.4.2 [brook 2019-07-31]
5164 Updated net/R-pbdZMQ to 0.3.3 [brook 2019-07-31] 5164 Updated net/R-pbdZMQ to 0.3.3 [brook 2019-07-31]
5165 Updated print/R-knitr to 1.23 [brook 2019-07-31] 5165 Updated print/R-knitr to 1.23 [brook 2019-07-31]
5166 Updated security/R-digest to 0.6.20 [brook 2019-07-31] 5166 Updated security/R-digest to 0.6.20 [brook 2019-07-31]
5167 Updated textproc/R-formatR to 1.7 [brook 2019-07-31] 5167 Updated textproc/R-formatR to 1.7 [brook 2019-07-31]
5168 Updated textproc/R-gsubfn to 0.7 [brook 2019-07-31] 5168 Updated textproc/R-gsubfn to 0.7 [brook 2019-07-31]
5169 Updated textproc/R-highr to 0.8 [brook 2019-07-31] 5169 Updated textproc/R-highr to 0.8 [brook 2019-07-31]
5170 Updated textproc/R-markdown to 1.0 [brook 2019-07-31] 5170 Updated textproc/R-markdown to 1.0 [brook 2019-07-31]
5171 Updated textproc/R-stringi to 1.4.3 [brook 2019-07-31] 5171 Updated textproc/R-stringi to 1.4.3 [brook 2019-07-31]
5172 Updated textproc/R-stringr to 1.4.0 [brook 2019-07-31] 5172 Updated textproc/R-stringr to 1.4.0 [brook 2019-07-31]
5173 Updated textproc/R-utf8 to 1.1.4 [brook 2019-08-01] 5173 Updated textproc/R-utf8 to 1.1.4 [brook 2019-08-01]
 5174 Updated textproc/R-yaml to 2.2.0 [brook 2019-08-01]

cvs diff -r1.3 -r1.4 pkgsrc/textproc/R-yaml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/R-yaml/Makefile 2018/07/28 14:40:52 1.3
+++ pkgsrc/textproc/R-yaml/Makefile 2019/08/01 00:59:05 1.4
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2018/07/28 14:40:52 brook Exp $ 1# $NetBSD: Makefile,v 1.4 2019/08/01 00:59:05 brook Exp $
2 2
3CATEGORIES= textproc 3CATEGORIES= textproc R
4 4
5MAINTAINER= pkgsrc-users@NetBSD.org 5MAINTAINER= pkgsrc-users@NetBSD.org
6HOMEPAGE= ${R_HOMEPAGE_BASE}/yaml/ 6HOMEPAGE= ${R_HOMEPAGE_BASE}/yaml/
7COMMENT= Methods to convert R data to YAML and back 7COMMENT= Methods to convert R data to YAML and back
8LICENSE= modified-bsd 8LICENSE= modified-bsd AND mit
9 9
10R_PKGNAME= yaml 10R_PKGNAME= yaml
11R_PKGVER= 2.1.14 11R_PKGVER= 2.2.0
 12
 13USE_LANGUAGES= c
12 14
13.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
14.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/R-yaml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/R-yaml/distinfo 2016/12/18 02:45:52 1.2
+++ pkgsrc/textproc/R-yaml/distinfo 2019/08/01 00:59:05 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2016/12/18 02:45:52 wen Exp $ 1$NetBSD: distinfo,v 1.3 2019/08/01 00:59:05 brook Exp $
2 2
3SHA1 (R/yaml_2.1.14.tar.gz) = b02c2b6b3430121c32317a731f020841efcb8f8f 3SHA1 (R/yaml_2.2.0.tar.gz) = cd296157ddbe5a99d6cf013e7819dccad152f424
4RMD160 (R/yaml_2.1.14.tar.gz) = f06f9f86956c132ad19a345ccf612b392e848401 4RMD160 (R/yaml_2.2.0.tar.gz) = 264a6d808324a002394ecd2397d8c6e190e3d6d5
5SHA512 (R/yaml_2.1.14.tar.gz) = f367c84b898f316415ac2490f55d8d62125f7878e7d66c9c28803b81d8f3be3aed49a10da37210ed49446b16d1a6ce53d8bd5df6fb330ab239990ec23ebd2265 5SHA512 (R/yaml_2.2.0.tar.gz) = 096d5f6a3874de39886103291a701e41be57d47481094824d3e2379054b3e11ca159ae8b23218787e1c8867a85779bc42aac2e497c05064de17da8081db79d50
6Size (R/yaml_2.1.14.tar.gz) = 81095 bytes 6Size (R/yaml_2.2.0.tar.gz) = 89447 bytes