forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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)
- Loading branch information
mef
committed
Jun 5, 2021
1 parent
c8c737d
commit 1689b7f
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.1 2020/12/14 03:20:55 mef Exp $ | ||
# $NetBSD: Makefile,v 1.2 2021/06/05 04:28:38 mef Exp $ | ||
|
||
R_PKGNAME= brio | ||
R_PKGVER= 1.1.0 | ||
R_PKGVER= 1.1.2 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Basic R Input Output | ||
LICENSE= mit # + file LICENSE | ||
|
||
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr | ||
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat | ||
|
||
USE_LANGUAGES= c | ||
|
||
.include "../../math/R/Makefile.extension" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2020/12/14 03:20:55 mef Exp $ | ||
$NetBSD: distinfo,v 1.2 2021/06/05 04:28:38 mef Exp $ | ||
|
||
SHA1 (R/brio_1.1.0.tar.gz) = 79b1a1b1b2224fef6c0ae15a3ed8442a6d6332a2 | ||
RMD160 (R/brio_1.1.0.tar.gz) = f102dd9bd928493ffc231e206ec2a1a27da8f603 | ||
SHA512 (R/brio_1.1.0.tar.gz) = 70e13328f606ff4e33f7533fb2bda7101c01100f38eba896833489227fc20ffc45c7ff9a38fa43076469f0134f6380ad2ad8f2d89ca77702a2664d408d3c168b | ||
Size (R/brio_1.1.0.tar.gz) = 11610 bytes | ||
SHA1 (R/brio_1.1.2.tar.gz) = a449825389539a0299220d89572b2b1816e56a5d | ||
RMD160 (R/brio_1.1.2.tar.gz) = 74b0276ac9f1a38d97242d704d2d3943ee704d89 | ||
SHA512 (R/brio_1.1.2.tar.gz) = 358b2908265e738049797802f76f6ae920f18ee9f6050c197962828a7d3940fedcd6e33bb3f7a5e4b1d6744f1e1e9c558f04c1c36c8734d61e6644b91d3b2539 | ||
Size (R/brio_1.1.2.tar.gz) = 12069 bytes |