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:           Sat Jan 25 13:53:37 UTC 2020

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

Log Message:
(devel/R-cliapp) update DEPENDS by converting from TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/R-cliapp/Makefile:1.3
--- pkgsrc/devel/R-cliapp/Makefile:1.2  Mon Jan 13 02:26:55 2020
+++ pkgsrc/devel/R-cliapp/Makefile      Sat Jan 25 13:53:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/13 02:26:55 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/25 13:53:36 mef Exp $
 
 R_PKGNAME=     cliapp
 R_PKGVER=      0.1.0
@@ -14,13 +14,13 @@ DEPENDS+=   R-fansi>=0.4.0:../../devel/R-f
 DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
 DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
 DEPENDS+=      R-xml2>=1.2.2nb1:../../textproc/R-xml2
+DEPENDS+=      R-selectr-[0-9]*:../../textproc/R-selectr
+DEPENDS+=      R-prettycode-[0-9]*:../../devel/R-prettycode
 
 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