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: restore commented out dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d76f4120d82
branches:  trunk
changeset: 439628:4d76f4120d82
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 22 11:05:22 2020 +0000

description:
R-devtools: restore commented out dependencies

diffstat:

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

diffs (27 lines):

diff -r 8f61c5a1ae76 -r 4d76f4120d82 devel/R-devtools/Makefile
--- a/devel/R-devtools/Makefile Tue Sep 22 10:58:11 2020 +0000
+++ b/devel/R-devtools/Makefile Tue Sep 22 11:05:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/09/22 10:58:11 mef Exp $
+# $NetBSD: Makefile,v 1.8 2020/09/22 11:05:22 wiz Exp $
 
 R_PKGNAME=     devtools
 R_PKGVER=      2.3.1
@@ -13,7 +13,7 @@
 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 +28,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', 'pkgdown', 'rhub'



Home | Main Index | Thread Index | Old Index