pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-devtools



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Apr 18 14:50:03 UTC 2022

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

Log Message:
(devel/R-devtools) R-cli requirement corrected, fix build


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/R-devtools/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-devtools/Makefile
diff -u pkgsrc/devel/R-devtools/Makefile:1.13 pkgsrc/devel/R-devtools/Makefile:1.14
--- pkgsrc/devel/R-devtools/Makefile:1.13       Sat Apr 16 05:42:39 2022
+++ pkgsrc/devel/R-devtools/Makefile    Mon Apr 18 14:50:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/04/16 05:42:39 mef Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/18 14:50:03 mef Exp $
 
 R_PKGNAME=     devtools
 R_PKGVER=      2.4.3
@@ -9,7 +9,7 @@ COMMENT=        Tools to make developing R pack
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 DEPENDS+=      R-callr>=3.6.0:../../devel/R-callr
-DEPENDS+=      R-cli>=2.4.0:../../devel/R-cli
+DEPENDS+=      R-cli>=3.0.0:../../devel/R-cli
 DEPENDS+=      R-covr>=3.5.1:../../devel/R-covr
 DEPENDS+=      R-desc>=1.3.0:../../devel/R-desc
 DEPENDS+=      R-ellipsis>=0.3.1:../../math/R-ellipsis



Home | Main Index | Thread Index | Old Index