pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-xfun
Module Name: pkgsrc
Committed By: mef
Date: Sat Sep 18 14:23:00 UTC 2021
Modified Files:
pkgsrc/devel/R-xfun: Makefile distinfo
Log Message:
(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()`.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-xfun/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-xfun/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-xfun/Makefile
diff -u pkgsrc/devel/R-xfun/Makefile:1.11 pkgsrc/devel/R-xfun/Makefile:1.12
--- pkgsrc/devel/R-xfun/Makefile:1.11 Tue Aug 17 14:37:59 2021
+++ pkgsrc/devel/R-xfun/Makefile Sat Sep 18 14:23:00 2021
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2021/08/17 14:37:59 mef Exp $
+# $NetBSD: Makefile,v 1.12 2021/09/18 14:23:00 mef Exp $
R_PKGNAME= xfun
-R_PKGVER= 0.25
+R_PKGVER= 0.26
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Miscellaneous functions by 'Yihui Xie'
LICENSE= mit
+# Package suggested but not available: 'rhub'
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex
Index: pkgsrc/devel/R-xfun/distinfo
diff -u pkgsrc/devel/R-xfun/distinfo:1.7 pkgsrc/devel/R-xfun/distinfo:1.8
--- pkgsrc/devel/R-xfun/distinfo:1.7 Tue Aug 17 14:10:15 2021
+++ pkgsrc/devel/R-xfun/distinfo Sat Sep 18 14:23:00 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/08/17 14:10:15 mef Exp $
+$NetBSD: distinfo,v 1.8 2021/09/18 14:23:00 mef Exp $
-SHA1 (R/xfun_0.25.tar.gz) = d40744d8b1e1051f3d0f5d6df8b435b75a7c7484
-RMD160 (R/xfun_0.25.tar.gz) = deb465e30e412c701321260c25263985db3462e2
-SHA512 (R/xfun_0.25.tar.gz) = 480bf20415b284f6b56fc8999e0f7b0c68fe9b491c4e83d23aa75fc7b229bdd26177a2695963e8d3d59579d3a0889bd84cab4f375df53e379a5c5e856d684064
-Size (R/xfun_0.25.tar.gz) = 112755 bytes
+SHA1 (R/xfun_0.26.tar.gz) = cd0d6f86c6810e45e20996e812905b0d8014207c
+RMD160 (R/xfun_0.26.tar.gz) = 80c19c91465a4b8f6015f89594b1b24073482302
+SHA512 (R/xfun_0.26.tar.gz) = 28e8bb6587c1c80044e55947e0e6efbe58d90f042cec940f0aa26f1eaed5cb9cde0014cdeff002cc10ccefb3388f4585b27de57cc61a577b8f7f45b7e27aa95e
+Size (R/xfun_0.26.tar.gz) = 113158 bytes
Home |
Main Index |
Thread Index |
Old Index