Sat Sep 18 14:23:00 2021 UTC ()
(math/R-xfun) Updated 0.25 to 0.26

# CHANGES IN xfun VERSION 0.26

- The `windows_only` argument of `native_encode()` has been
  removed. Now `native_encode()` only tries the conversion to native
  encoding on platforms where `l10n_info()[['UTF-8']]` does not return
  `TRUE`.

- Added a `solaris` argument to `upload_win_builder()`.


(mef)
diff -r1.11 -r1.12 pkgsrc/devel/R-xfun/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/R-xfun/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/R-xfun/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-xfun/Makefile 2021/08/17 14:37:59 1.11
+++ pkgsrc/devel/R-xfun/Makefile 2021/09/18 14:23:00 1.12
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.11 2021/08/17 14:37:59 mef Exp $ 1# $NetBSD: Makefile,v 1.12 2021/09/18 14:23:00 mef Exp $
2 2
3R_PKGNAME= xfun 3R_PKGNAME= xfun
4R_PKGVER= 0.25 4R_PKGVER= 0.26
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Miscellaneous functions by 'Yihui Xie' 8COMMENT= Miscellaneous functions by 'Yihui Xie'
9LICENSE= mit 9LICENSE= mit
10 10
 11# Package suggested but not available: 'rhub'
11TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr 12TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
12TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 13TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
13TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex 14TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex
14TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit 15TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
15TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak 16TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
16TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi 17TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
17TEST_DEPENDS+= R-remotes-[0-9]*:../../devel/R-remotes 18TEST_DEPENDS+= R-remotes-[0-9]*:../../devel/R-remotes
18TEST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv 19TEST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv
19 20
20USE_LANGUAGES= c c++ 21USE_LANGUAGES= c c++
21 22
22.include "../../math/R/Makefile.extension" 23.include "../../math/R/Makefile.extension"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/devel/R-xfun/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-xfun/distinfo 2021/08/17 14:10:15 1.7
+++ pkgsrc/devel/R-xfun/distinfo 2021/09/18 14:23:00 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2021/08/17 14:10:15 mef Exp $ 1$NetBSD: distinfo,v 1.8 2021/09/18 14:23:00 mef Exp $
2 2
3SHA1 (R/xfun_0.25.tar.gz) = d40744d8b1e1051f3d0f5d6df8b435b75a7c7484 3SHA1 (R/xfun_0.26.tar.gz) = cd0d6f86c6810e45e20996e812905b0d8014207c
4RMD160 (R/xfun_0.25.tar.gz) = deb465e30e412c701321260c25263985db3462e2 4RMD160 (R/xfun_0.26.tar.gz) = 80c19c91465a4b8f6015f89594b1b24073482302
5SHA512 (R/xfun_0.25.tar.gz) = 480bf20415b284f6b56fc8999e0f7b0c68fe9b491c4e83d23aa75fc7b229bdd26177a2695963e8d3d59579d3a0889bd84cab4f375df53e379a5c5e856d684064 5SHA512 (R/xfun_0.26.tar.gz) = 28e8bb6587c1c80044e55947e0e6efbe58d90f042cec940f0aa26f1eaed5cb9cde0014cdeff002cc10ccefb3388f4585b27de57cc61a577b8f7f45b7e27aa95e
6Size (R/xfun_0.25.tar.gz) = 112755 bytes 6Size (R/xfun_0.26.tar.gz) = 113158 bytes