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:   wiz
Date:           Mon Sep 21 23:14:37 UTC 2020

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

Log Message:
R-devtools: comment out packages that are not at minimum versions, and mark as BROKEN.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/devel/R-devtools/Makefile:1.6
--- pkgsrc/devel/R-devtools/Makefile:1.5        Sun Sep 20 15:42:39 2020
+++ pkgsrc/devel/R-devtools/Makefile    Mon Sep 21 23:14:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/09/20 15:42:39 mef Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/21 23:14:37 wiz Exp $
 
 R_PKGNAME=     devtools
 R_PKGVER=      2.3.1
@@ -8,12 +8,14 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tools to make developing R packages easier
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+BROKEN=                "R-pkgbuild>=1.1.0 and R-rversions>=2.0.2 not available in pkgsrc right now."
+
 DEPENDS+=      R-callr>=3.4.4:../../devel/R-callr
 DEPENDS+=      R-cli>=2.0.2:../../devel/R-cli
 DEPENDS+=      R-covr>=3.5.1:../../devel/R-covr
 DEPENDS+=      R-git2r>=0.23.0:../../devel/R-git2r
 DEPENDS+=      R-memoise>=1.1.0:../../devel/R-memoise
-DEPENDS+=      R-pkgbuild>=1.1.0:../../devel/R-pkgbuild
+#DEPENDS+=     R-pkgbuild>=1.1.0:../../devel/R-pkgbuild
 DEPENDS+=      R-pkgload>=1.1.0:../../devel/R-pkgload
 DEPENDS+=      R-rcmdcheck>=1.3.3:../../devel/R-rcmdcheck
 DEPENDS+=      R-remotes>=2.2.0:../../devel/R-remotes
@@ -28,7 +30,7 @@ DEPENDS+=     R-digest>=0.6.20:../../securit
 DEPENDS+=      R-jsonlite>=1.7.1:../../textproc/R-jsonlite
 DEPENDS+=      R-DT>=0.15:../../textproc/R-DT
 DEPENDS+=      R-httr>=1.4.2:../../www/R-httr
-DEPENDS+=      R-rversions>=2.0.2:../../devel/R-rversions
+#DEPENDS+=     R-rversions>=2.0.2:../../devel/R-rversions
 
 # Packages suggested but not available:
 #   'BiocManager', 'foghorn', 'gmailr', 'lintr', 'mockery', 'pkgdown',



Home | Main Index | Thread Index | Old Index