pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-cliapp



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 13 02:26:55 UTC 2020

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

Log Message:
(devel/R-cliapp) More on TEST_DEPENDS, not confirmed test pass yet, sorry


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-cliapp/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-cliapp/Makefile
diff -u pkgsrc/devel/R-cliapp/Makefile:1.1 pkgsrc/devel/R-cliapp/Makefile:1.2
--- pkgsrc/devel/R-cliapp/Makefile:1.1  Mon Jan 13 01:42:50 2020
+++ pkgsrc/devel/R-cliapp/Makefile      Mon Jan 13 02:26:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/13 01:42:50 mef Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/13 02:26:55 mef Exp $
 
 R_PKGNAME=     cliapp
 R_PKGVER=      0.1.0
@@ -18,7 +18,9 @@ DEPENDS+=     R-xml2>=1.2.2nb1:../../textpro
 TEST_DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
 TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-prettycode-[0-9]*:../../devel/R-prettycode
 TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
+TEST_DEPENDS+= R-selectr-[0-9]*:../../textproc/R-selectr
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index