pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-clipr
Module Name: pkgsrc
Committed By: mef
Date: Mon Jun 1 21:50:21 UTC 2026
Modified Files:
pkgsrc/devel/R-clipr: Makefile distinfo
Log Message:
(devel/R-clipr) Updated 0.8.0 to 0.8.1
## clipr 0.8.1
- Fix `read_clip_tbl()` error with trailing newline and quote
characters — append a trailing newline to clipboard content before
passing to `read.table()`, and set default `quote=""` to prevent
single quotes in headers from being interpreted as quote delimiters
(#77)
- Check for `wl-copy` non-destructively on Wayland systems, fixing
clipboard detection issues (#75, @danielvartan) kkk
- Skip tests if clipr is not available (e.g. on CRAN build servers
without a display)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-clipr/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-clipr/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-clipr/Makefile
diff -u pkgsrc/devel/R-clipr/Makefile:1.4 pkgsrc/devel/R-clipr/Makefile:1.5
--- pkgsrc/devel/R-clipr/Makefile:1.4 Thu Apr 14 15:19:13 2022
+++ pkgsrc/devel/R-clipr/Makefile Mon Jun 1 21:50:21 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/04/14 15:19:13 mef Exp $
+# $NetBSD: Makefile,v 1.5 2026/06/01 21:50:21 mef Exp $
R_PKGNAME= clipr
-R_PKGVER= 0.8.0
+R_PKGVER= 0.8.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-clipr/distinfo
diff -u pkgsrc/devel/R-clipr/distinfo:1.5 pkgsrc/devel/R-clipr/distinfo:1.6
--- pkgsrc/devel/R-clipr/distinfo:1.5 Thu Apr 14 15:19:13 2022
+++ pkgsrc/devel/R-clipr/distinfo Mon Jun 1 21:50:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/04/14 15:19:13 mef Exp $
+$NetBSD: distinfo,v 1.6 2026/06/01 21:50:21 mef Exp $
-BLAKE2s (R/clipr_0.8.0.tar.gz) = 6a5a007df435664ed7195098149ef9317f91518042eb57320152b75075129285
-SHA512 (R/clipr_0.8.0.tar.gz) = e3fad72072bd4d380cb69133d359a8f3b48aae3fc3eed78fd53fb23d35bdf4e2e4e43afecca4fb8870695c84198c065c0da216e68dd1ac17152c70ee8e698c85
-Size (R/clipr_0.8.0.tar.gz) = 21898 bytes
+BLAKE2s (R/clipr_0.8.1.tar.gz) = cb1c2fe58e9ed45af8b185468e7234278341f4dec1accba6da09a4f13e1e9a5e
+SHA512 (R/clipr_0.8.1.tar.gz) = b69aeb8ea8993c94b6b49c8d8ec77ce3583dfcd4f632f4502a2d0cc8b4bc744a0c9942a25ca4d6550f10774e566eb0c30f9e5e035b329ea2d32452c26f3ab45a
+Size (R/clipr_0.8.1.tar.gz) = 20835 bytes
Home |
Main Index |
Thread Index |
Old Index