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:           Sun Jan 12 12:34:27 UTC 2025

Modified Files:
        pkgsrc/devel/R-fs: Makefile distinfo

Log Message:
(devel/R-fs) Updated 1.6.4 to 1.6.5

# fs 1.6.5

* `path_ext()` and `path_ext_remove()` return correct extension and
  path, respectively, when multiple dots are present in file name
  (@IndrajeetPatil, #452, #453).

* `path_rel()` provides an informative error message when multiple
  starting directory paths are specified (@IndrajeetPatil, #454).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-fs/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-fs/distinfo

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.6 pkgsrc/devel/R-fs/Makefile:1.7
--- pkgsrc/devel/R-fs/Makefile:1.6      Fri Oct 18 13:54:56 2024
+++ pkgsrc/devel/R-fs/Makefile  Sun Jan 12 12:34:27 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/10/18 13:54:56 mef Exp $
+# $NetBSD: Makefile,v 1.7 2025/01/12 12:34:27 mef Exp $
 
 R_PKGNAME=     fs
-R_PKGVER=      1.6.4
+R_PKGVER=      1.6.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,17 +11,19 @@ LICENSE=    gnu-gpl-v3
 USE_TOOLS+=    gmake
 USE_LANGUAGES= c c++
 
-# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
-
-TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
-TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
 TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
+
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
 TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
-TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
-TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 .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.9 pkgsrc/devel/R-fs/distinfo:1.10
--- pkgsrc/devel/R-fs/distinfo:1.9      Fri Oct 18 13:54:56 2024
+++ pkgsrc/devel/R-fs/distinfo  Sun Jan 12 12:34:27 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2024/10/18 13:54:56 mef Exp $
+$NetBSD: distinfo,v 1.10 2025/01/12 12:34:27 mef Exp $
 
-BLAKE2s (R/fs_1.6.4.tar.gz) = a65dfa47b810e54b6541b9549f10ee326c3e42d5fe56d98468dc050d793f5534
-SHA512 (R/fs_1.6.4.tar.gz) = bc991278aa605587810cebab60b80fa294edc155279d916e756eaf9498fafec86ef55d8d1809e714225bbf4924d76c3bbb8a033cb690fb0d220ca88ad7a9e1b7
-Size (R/fs_1.6.4.tar.gz) = 1201506 bytes
+BLAKE2s (R/fs_1.6.5.tar.gz) = 7b6364316d1556c44e656ecb04293f0238341e60109224d51ec925692e08ff04
+SHA512 (R/fs_1.6.5.tar.gz) = e4928d4e3780c626fcfeb1689b7244b4f256c6eb00d95ad628fbea5ebcea858e04a3efb30be1b05f69385d464a1f53db3afae94e4ddcbb8762dc0247cae0ce4f
+Size (R/fs_1.6.5.tar.gz) = 1200455 bytes
 SHA1 (patch-src_Makevars) = 5f6344c4860457b55e2ba5cbeffef862a557dab4



Home | Main Index | Thread Index | Old Index