pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-Rcpp



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 15 13:34:37 UTC 2020

Modified Files:
        pkgsrc/devel/R-Rcpp: Makefile

Log Message:
devel/R-Rcpp: remove nonexistent dependency R-rbenchmark


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/R-Rcpp/Makefile

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-Rcpp/Makefile
diff -u pkgsrc/devel/R-Rcpp/Makefile:1.16 pkgsrc/devel/R-Rcpp/Makefile:1.17
--- pkgsrc/devel/R-Rcpp/Makefile:1.16   Sat Jan 11 14:12:07 2020
+++ pkgsrc/devel/R-Rcpp/Makefile        Sun Mar 15 13:34:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/11 14:12:07 mef Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/15 13:34:37 rillig Exp $
 
 R_PKGNAME=     Rcpp
 R_PKGVER=      1.0.3
@@ -12,7 +12,6 @@ TEST_DEPENDS+=        R-RUnit-[0-9]*:../../deve
 TEST_DEPENDS+= R-inline-[0-9]*:../../devel/R-inline
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
-TEST_DEPENDS+= R-rbenchmark-[0-9]*:../../benchmark/R-rbenchmark
 
 USE_LANGUAGES+=        c++
 



Home | Main Index | Thread Index | Old Index