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:           Sun Dec 13 23:36:57 UTC 2020

Modified Files:
        pkgsrc/devel/R-clipr: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-clipr/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/devel/R-clipr/Makefile:1.3
--- pkgsrc/devel/R-clipr/Makefile:1.2   Thu Aug  8 19:53:38 2019
+++ pkgsrc/devel/R-clipr/Makefile       Sun Dec 13 23:36:57 2020
@@ -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@localhost
 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"

Index: pkgsrc/devel/R-clipr/distinfo
diff -u pkgsrc/devel/R-clipr/distinfo:1.1 pkgsrc/devel/R-clipr/distinfo:1.2
--- pkgsrc/devel/R-clipr/distinfo:1.1   Tue Jul 30 22:58:20 2019
+++ pkgsrc/devel/R-clipr/distinfo       Sun Dec 13 23:36:57 2020
@@ -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



Home | Main Index | Thread Index | Old Index