pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-cli



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep 23 05:23:06 UTC 2020

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

Log Message:
(devel/R-cli) Add missing DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-cli/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-cli/Makefile
diff -u pkgsrc/devel/R-cli/Makefile:1.7 pkgsrc/devel/R-cli/Makefile:1.8
--- pkgsrc/devel/R-cli/Makefile:1.7     Sun Sep 20 21:22:02 2020
+++ pkgsrc/devel/R-cli/Makefile Wed Sep 23 05:23:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/09/20 21:22:02 mef Exp $
+# $NetBSD: Makefile,v 1.8 2020/09/23 05:23:06 mef Exp $
 
 R_PKGNAME=     cli
 R_PKGVER=      2.0.2
@@ -10,6 +10,8 @@ LICENSE=      mit
 
 DEPENDS+=      R-assertthat>=0.2.1:../../devel/R-assertthat
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-fansi-[0-9]*:../../devel/R-fansi
+DEPENDS+=      R-glue-[0-9]*:../../devel/R-glue
 
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
 TEST_DEPENDS+= R-prettycode-[0-9]*:../../devel/R-prettycode



Home | Main Index | Thread Index | Old Index