Skip to content

Commit

Permalink
(devel/R-fs) Updated 1.5.0 to 1.5.2
Browse files Browse the repository at this point in the history
# fs 1.5.2
* `file_create()` and `dir_create()` now return the correct path when
  `...` arguments are used (@davidchall, #333).

* `dir_create(recurse = FALSE)` now correctly handles `...` arguments
  (@davidchall, #333).

* `file_exists()` now expands `~` again (#325).

* `dir_copy()` works when `path` has length >1 (#360).

# fs 1.5.1
* Gábor Csárdi is now the maintainer.

* fs is now licensed as MIT (#301).

* `dir_create()` now restores the previous umask (#293)

* `file_exists()` is now much faster (#295)

* `options(fs.fs_path.shorten)` can now be used to control how paths
  are shortened in tibbles.  The default value is "front", valid
  alternatives are "back", "middle" and "abbreviate". (#335)

* `options(fs.use_tibble = FALSE)` can now be used to disable use of
  tibbles (#295).

* `path_tidy()` now works with non-UTF8 encoded paths (@shrektan, #321).
  • Loading branch information
mef committed Apr 19, 2022
1 parent 0e609b5 commit bf40eee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions devel/R-fs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2020/09/19 21:39:43 mef Exp $
# $NetBSD: Makefile,v 1.3 2022/04/19 12:46:05 mef Exp $

R_PKGNAME= fs
R_PKGVER= 1.5.0
R_PKGVER= 1.5.2
CATEGORIES= devel

MAINTAINER= [email protected]
Expand All @@ -17,6 +17,8 @@ TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling

.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
Expand Down
10 changes: 5 additions & 5 deletions devel/R-fs/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2021/10/26 10:14:04 nia Exp $
$NetBSD: distinfo,v 1.6 2022/04/19 12:46:05 mef Exp $

BLAKE2s (R/fs_1.5.0.tar.gz) = c1efd5a227d2533fa913be9ca587e835e9ad70d85ba98005135b0d1f1e1ca6a0
SHA512 (R/fs_1.5.0.tar.gz) = e8b49b2c4cd65fbfa319719121b00bb66014c4330a3f05f27e800be1b04bc8eba4121e9ef06133db185c1aa23294f5f7ceeccbdfad41e6dc06d12d7a338d342b
Size (R/fs_1.5.0.tar.gz) = 796244 bytes
SHA1 (patch-src_Makevars) = 6708f3d705d04e995d252f4831a0ba8c52490d8b
BLAKE2s (R/fs_1.5.2.tar.gz) = 53d5399508d6f1989a219eba265af2f41e18fbd25f2023e07367c70005fb7fa6
SHA512 (R/fs_1.5.2.tar.gz) = 0d114613946ef03a9fa4a1a07cd30f04f0a677646692f17e9adaa55f8e65eb26575822875dc9054c19817fffae9dc11662c89115d4ea123846bea9bdfb06b305
Size (R/fs_1.5.2.tar.gz) = 793627 bytes
SHA1 (patch-src_Makevars) = 5f6344c4860457b55e2ba5cbeffef862a557dab4
4 changes: 3 additions & 1 deletion devel/R-fs/patches/patch-src_Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
$NetBSD: patch-src_Makevars,v 1.1 2019/09/11 12:20:40 cherry Exp $
$NetBSD: patch-src_Makevars,v 1.2 2022/04/19 12:46:05 mef Exp $

Add NetBSD for lkvm location

--- src/Makevars.orig 2019-02-11 21:16:12.000000000 +0000
+++ src/Makevars
Expand Down

0 comments on commit bf40eee

Please sign in to comment.