diff options
author | mef <mef@pkgsrc.org> | 2020-12-13 23:36:57 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-12-13 23:36:57 +0000 |
commit | dd180af8bc23a2c1c3629518f12378ea57fb5b30 (patch) | |
tree | a9f8ae61513a401dc104a5cea2f974f53cc85cfa /devel | |
parent | b47985ec1b44dd377d89ff741218e3a438bcf64d (diff) | |
download | pkgsrc-dd180af8bc23a2c1c3629518f12378ea57fb5b30.tar.gz |
(devel/R-clipr) Updated 0.7.0 to 0.7.1
## clipr 0.7.1
- Call xsel with the `--output` flag, which prevents RStudio from
hanging when calling clipr functions on a system running certain
Linux window managers. Thank you to @cgillespie and @kevinushey for
identifying the bug and the solution, and to @hannahcgunderman for
help in testing.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-clipr/Makefile | 6 | ||||
-rw-r--r-- | devel/R-clipr/distinfo | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/R-clipr/Makefile b/devel/R-clipr/Makefile index 07451455c4f..615679858b9 100644 --- a/devel/R-clipr/Makefile +++ b/devel/R-clipr/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:38 brook Exp $ +# $NetBSD: Makefile,v 1.3 2020/12/13 23:36:57 mef Exp $ R_PKGNAME= clipr -R_PKGVER= 0.7.0 +R_PKGVER= 0.7.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Read and write from the system clipboard LICENSE= gnu-gpl-v3 +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" diff --git a/devel/R-clipr/distinfo b/devel/R-clipr/distinfo index 3795b2951b5..90eb430a56a 100644 --- a/devel/R-clipr/distinfo +++ b/devel/R-clipr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/07/30 22:58:20 brook Exp $ +$NetBSD: distinfo,v 1.2 2020/12/13 23:36:57 mef Exp $ -SHA1 (R/clipr_0.7.0.tar.gz) = 9aadfc1b24c492ae855f538e16f237b7a2c53615 -RMD160 (R/clipr_0.7.0.tar.gz) = 9e5c75d0cf8c4441634893b88d1fb364b88aa8b6 -SHA512 (R/clipr_0.7.0.tar.gz) = 5139524fde07cd070b1699560548621a8913aaac24e6d3c54908a4f50482c10f3355ce71868ab12fe19bfc41bacc902f8077b85cb7d806896dfcb60d4b747297 -Size (R/clipr_0.7.0.tar.gz) = 20381 bytes +SHA1 (R/clipr_0.7.1.tar.gz) = 9732ea44c94d7f6f9aa1a5911015ef837a258bc2 +RMD160 (R/clipr_0.7.1.tar.gz) = 0b8a03bc62ed9971deeae37f224cfac413b3c2d0 +SHA512 (R/clipr_0.7.1.tar.gz) = 1c57770f3c765b2ebf8be7146dc7688476900368a4845506cbd21d981e33f53093bce9178c76698f4fc8eed1b3fd086ac4ad4dc63a4682520bb97e49e4ea0839 +Size (R/clipr_0.7.1.tar.gz) = 20882 bytes |