pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-remotes



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Apr 29 15:29:46 UTC 2022

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

Log Message:
(devel/R-remotes) Added two TEST_DEPENDS, but test not pass


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-remotes/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-remotes/Makefile
diff -u pkgsrc/devel/R-remotes/Makefile:1.5 pkgsrc/devel/R-remotes/Makefile:1.6
--- pkgsrc/devel/R-remotes/Makefile:1.5 Fri Apr 29 14:56:15 2022
+++ pkgsrc/devel/R-remotes/Makefile     Fri Apr 29 15:29:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/04/29 14:56:15 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/29 15:29:46 mef Exp $
 
 R_PKGNAME=     remotes
 R_PKGVER=      2.4.2
@@ -9,14 +9,15 @@ COMMENT=      R package installation from rem
 LICENSE=       mit
 
 # Package suggested but not available: 'webfakes'
-#EST_DEPENDS+= R-webfake-[0-9]*:../../www/R-webfakes
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-brew-[0-9]*:../../textproc/R-brew
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
 TEST_DEPENDS+= R-git2r-[0-9]*:../../devel/R-git2r
 TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index