Sat Jun 5 04:28:38 2021 UTC ()
(devel/R-brio) Updated 1.1.0 to 1.1.2

# brio 1.1.2

* Input filenames are now automatically converted to UTF-8 from the native encoding (@gaborcsardi, #15)

* `read_file_raw()` now closes file handles (@pbarber, #16)

# brio 1.1.1

* `file_line_endings()` now works as expected on ARM systems (#8)


(mef)
diff -r1.1 -r1.2 pkgsrc/devel/R-brio/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/R-brio/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/R-brio/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-brio/Makefile 2020/12/14 03:20:55 1.1
+++ pkgsrc/devel/R-brio/Makefile 2021/06/05 04:28:38 1.2
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2020/12/14 03:20:55 mef Exp $ 1# $NetBSD: Makefile,v 1.2 2021/06/05 04:28:38 mef Exp $
2 2
3R_PKGNAME= brio 3R_PKGNAME= brio
4R_PKGVER= 1.1.0 4R_PKGVER= 1.1.2
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Basic R Input Output 8COMMENT= Basic R Input Output
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
 11TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 12TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 13
11USE_LANGUAGES= c 14USE_LANGUAGES= c
12 15
13.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
14.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/R-brio/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-brio/distinfo 2020/12/14 03:20:55 1.1
+++ pkgsrc/devel/R-brio/distinfo 2021/06/05 04:28:38 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2020/12/14 03:20:55 mef Exp $ 1$NetBSD: distinfo,v 1.2 2021/06/05 04:28:38 mef Exp $
2 2
3SHA1 (R/brio_1.1.0.tar.gz) = 79b1a1b1b2224fef6c0ae15a3ed8442a6d6332a2 3SHA1 (R/brio_1.1.2.tar.gz) = a449825389539a0299220d89572b2b1816e56a5d
4RMD160 (R/brio_1.1.0.tar.gz) = f102dd9bd928493ffc231e206ec2a1a27da8f603 4RMD160 (R/brio_1.1.2.tar.gz) = 74b0276ac9f1a38d97242d704d2d3943ee704d89
5SHA512 (R/brio_1.1.0.tar.gz) = 70e13328f606ff4e33f7533fb2bda7101c01100f38eba896833489227fc20ffc45c7ff9a38fa43076469f0134f6380ad2ad8f2d89ca77702a2664d408d3c168b 5SHA512 (R/brio_1.1.2.tar.gz) = 358b2908265e738049797802f76f6ae920f18ee9f6050c197962828a7d3940fedcd6e33bb3f7a5e4b1d6744f1e1e9c558f04c1c36c8734d61e6644b91d3b2539
6Size (R/brio_1.1.0.tar.gz) = 11610 bytes 6Size (R/brio_1.1.2.tar.gz) = 12069 bytes