pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-testthat



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Sep 25 17:21:08 UTC 2019

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

Log Message:
Add a missing dependency on devel/R-R6.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-testthat/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-testthat/Makefile
diff -u pkgsrc/devel/R-testthat/Makefile:1.1 pkgsrc/devel/R-testthat/Makefile:1.2
--- pkgsrc/devel/R-testthat/Makefile:1.1        Fri Aug  9 18:39:07 2019
+++ pkgsrc/devel/R-testthat/Makefile    Wed Sep 25 17:21:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 18:39:07 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/25 17:21:08 brook Exp $
 
 R_PKGNAME=     testthat
 R_PKGVER=      2.2.1
@@ -8,6 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Unit testing for R
 LICENSE=       mit
 
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
 DEPENDS+=      R-evaluate>=0.14:../../devel/R-evaluate



Home | Main Index | Thread Index | Old Index