pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-withr
Module Name: pkgsrc
Committed By: mef
Date: Mon Feb 8 12:05:40 UTC 2021
Modified Files:
pkgsrc/devel/R-withr: Makefile distinfo
Log Message:
(devel/R-withr) Updated 2.3.0 to 2.4.1 (make test fails at UTF-8 coding)
# withr 2.4.1
- Tests which require `capabilities("cairo")` are now skipped.
# withr 2.4.0
- withr is now licensed as MIT (#154).
- Tests For `with_cairo_pdf()` and `with_cairo_ps()` have been
removed, as they fail if Cairo is not available, such as with M1
macOS systems (#158)
- `local_seed()` is now exported (#153)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-withr/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-withr/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-withr/Makefile
diff -u pkgsrc/devel/R-withr/Makefile:1.4 pkgsrc/devel/R-withr/Makefile:1.5
--- pkgsrc/devel/R-withr/Makefile:1.4 Sat Oct 3 13:53:44 2020
+++ pkgsrc/devel/R-withr/Makefile Mon Feb 8 12:05:40 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/10/03 13:53:44 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/08 12:05:40 mef Exp $
R_PKGNAME= withr
-R_PKGVER= 2.3.0
+R_PKGVER= 2.4.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-withr/distinfo
diff -u pkgsrc/devel/R-withr/distinfo:1.3 pkgsrc/devel/R-withr/distinfo:1.4
--- pkgsrc/devel/R-withr/distinfo:1.3 Sat Oct 3 13:53:44 2020
+++ pkgsrc/devel/R-withr/distinfo Mon Feb 8 12:05:40 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/10/03 13:53:44 mef Exp $
+$NetBSD: distinfo,v 1.4 2021/02/08 12:05:40 mef Exp $
-SHA1 (R/withr_2.3.0.tar.gz) = 43018e8cab0aa230f91c453cffaf29d25745aef4
-RMD160 (R/withr_2.3.0.tar.gz) = 54cfc9a0b2d13af8a6b50a475567f25a7ebe31bd
-SHA512 (R/withr_2.3.0.tar.gz) = 4a6012e57444a19065561ab44f309130a1f54e02a59af79b9efc637475571ad119507a058eb44fec6159e158be739fba6e8f5d401eebe2916c2d9399d1a7b76e
-Size (R/withr_2.3.0.tar.gz) = 91443 bytes
+SHA1 (R/withr_2.4.1.tar.gz) = c59018a3592fa67434c01a4b5fd37e67727dc07c
+RMD160 (R/withr_2.4.1.tar.gz) = e221a7ae692d174114b652ae87273769765d31bc
+SHA512 (R/withr_2.4.1.tar.gz) = e115675b7cc2eaae9148bc5bdf4e711c4bca3c34c78c4bdef2f520ba06240a217c831ca590c5b2479bd799b2c4e32ccb956632ed0b961117d3e26465d7b54f1a
+Size (R/withr_2.4.1.tar.gz) = 91901 bytes
Home |
Main Index |
Thread Index |
Old Index