pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-tidyverse
Module Name: pkgsrc
Committed By: mef
Date: Sat Apr 23 06:36:31 UTC 2022
Modified Files:
pkgsrc/devel/R-tidyverse: Makefile
Log Message:
(devel/R-tidyverse) Fix build, by adding missing DEPENDS+=
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-tidyverse/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-tidyverse/Makefile
diff -u pkgsrc/devel/R-tidyverse/Makefile:1.2 pkgsrc/devel/R-tidyverse/Makefile:1.3
--- pkgsrc/devel/R-tidyverse/Makefile:1.2 Sat Apr 23 04:53:59 2022
+++ pkgsrc/devel/R-tidyverse/Makefile Sat Apr 23 06:36:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/04/23 04:53:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/23 06:36:31 mef Exp $
R_PKGNAME= tidyverse
R_PKGVER= 1.3.1
@@ -8,9 +8,6 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Easily Install and Load the 'Tidyverse'
LICENSE= mit # + file LICENSE
-BROKEN= 'dtplyr, googledrive, googlesheets4, modelr, reprex are not available'
-
-
DEPENDS+= R-dbplyr>=2.1.1:../../databases/R-dbplyr
DEPENDS+= R-cli>=2.4.0:../../devel/R-cli
DEPENDS+= R-crayon>=1.4.1:../../devel/R-crayon
@@ -35,6 +32,13 @@ DEPENDS+= R-hms>=1.0.0:../../time/R-hms
DEPENDS+= R-lubridate>=1.7.10:../../time/R-lubridate
DEPENDS+= R-httr>=1.4.2:../../www/R-httr
DEPENDS+= R-rvest>=1.0.0:../../www/R-rvest
+DEPENDS+= R-dtplyr-[0-9]*:../../textproc/R-dtplyr
+DEPENDS+= R-googledrive-[0-9]*:../../www/R-googledrive
+DEPENDS+= R-googlesheets4-[0-9]*:../../math/R-googlesheets4
+DEPENDS+= R-modelr-[0-9]*:../../math/R-modelr
+DEPENDS+= R-reprex-[0-9]*:../../textproc/R-reprex
+
+# Package suggested but not available: 'feather'
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index