pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-devtools R-devtools: comment out packages that...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca88c875fe49
branches:  trunk
changeset: 439613:ca88c875fe49
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 21 23:14:37 2020 +0000

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

diffstat:

 devel/R-devtools/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r a56d503c5ab9 -r ca88c875fe49 devel/R-devtools/Makefile
--- a/devel/R-devtools/Makefile Mon Sep 21 22:46:21 2020 +0000
+++ b/devel/R-devtools/Makefile Mon Sep 21 23:14:37 2020 +0000
@@ -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 @@
 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-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