pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-fs



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Apr 19 12:46:06 UTC 2022

Modified Files:
        pkgsrc/devel/R-fs: Makefile distinfo
        pkgsrc/devel/R-fs/patches: patch-src_Makevars

Log Message:
(devel/R-fs) Updated 1.5.0 to 1.5.2

# 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).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-fs/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-fs/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-fs/patches/patch-src_Makevars

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-fs/Makefile
diff -u pkgsrc/devel/R-fs/Makefile:1.2 pkgsrc/devel/R-fs/Makefile:1.3
--- pkgsrc/devel/R-fs/Makefile:1.2      Sat Sep 19 21:39:43 2020
+++ pkgsrc/devel/R-fs/Makefile  Tue Apr 19 12:46:05 2022
@@ -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=    pkgsrc-users%NetBSD.org@localhost
@@ -17,6 +17,8 @@ TEST_DEPENDS+=        R-tibble-[0-9]*:../../mat
 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"

Index: pkgsrc/devel/R-fs/distinfo
diff -u pkgsrc/devel/R-fs/distinfo:1.5 pkgsrc/devel/R-fs/distinfo:1.6
--- pkgsrc/devel/R-fs/distinfo:1.5      Tue Oct 26 10:14:04 2021
+++ pkgsrc/devel/R-fs/distinfo  Tue Apr 19 12:46:05 2022
@@ -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

Index: pkgsrc/devel/R-fs/patches/patch-src_Makevars
diff -u pkgsrc/devel/R-fs/patches/patch-src_Makevars:1.1 pkgsrc/devel/R-fs/patches/patch-src_Makevars:1.2
--- pkgsrc/devel/R-fs/patches/patch-src_Makevars:1.1    Wed Sep 11 12:20:40 2019
+++ pkgsrc/devel/R-fs/patches/patch-src_Makevars        Tue Apr 19 12:46:05 2022
@@ -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



Home | Main Index | Thread Index | Old Index