(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.
This commit is contained in:
parent
e152ccd928
commit
745ae58dae
2 changed files with 9 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue