Tue Jun 13 11:26:27 2023 UTC ()
(math/R-tidyr) Fix build,  +DEPENDS+=    R-stringr>=1.5.0


(mef)
diff -r1.6 -r1.7 pkgsrc/math/R-tidyr/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/math/R-tidyr/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-tidyr/Makefile 2023/06/07 12:05:50 1.6
+++ pkgsrc/math/R-tidyr/Makefile 2023/06/13 11:26:27 1.7
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1# $NetBSD: Makefile,v 1.6 2023/06/07 12:05:50 mef Exp $ 1# $NetBSD: Makefile,v 1.7 2023/06/13 11:26:27 mef Exp $
2 2
3R_PKGNAME= tidyr 3R_PKGNAME= tidyr
4R_PKGVER= 1.3.0 4R_PKGVER= 1.3.0
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Easily tidy data with 'spread()' and 'gather()' functions 7COMMENT= Easily tidy data with 'spread()' and 'gather()' functions
8LICENSE= mit 8LICENSE= mit
9 9
10DEPENDS+= R-cli>=3.4.1:../../math/R-dplyr 10DEPENDS+= R-cli>=3.4.1:../../math/R-dplyr
11DEPENDS+= R-dplyr>=1.0.10:../../math/R-dplyr 11DEPENDS+= R-dplyr>=1.0.10:../../math/R-dplyr
12DEPENDS+= R-ellipsis>=0.1.0:../../math/R-ellipsis 12DEPENDS+= R-ellipsis>=0.1.0:../../math/R-ellipsis
13DEPENDS+= R-glue>=1.3.1:../../devel/R-glue 13DEPENDS+= R-glue>=1.3.1:../../devel/R-glue
14DEPENDS+= R-lifecycle>=1.0.3:../../devel/R-lifecycle 14DEPENDS+= R-lifecycle>=1.0.3:../../devel/R-lifecycle
15DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr 15DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
16DEPENDS+= R-purrr>=1.0.1:../../devel/R-purrr 16DEPENDS+= R-purrr>=1.0.1:../../devel/R-purrr
17DEPENDS+= R-rlang>=1.0.4:../../devel/R-rlang 17DEPENDS+= R-rlang>=1.0.4:../../devel/R-rlang
18DEPENDS+= R-stringi>=1.5.0:../../textproc/R-stringi 18DEPENDS+= R-stringi>=1.5.0:../../textproc/R-stringi
 19DEPENDS+= R-stringr>=1.5.0:../../textproc/R-stringr
19DEPENDS+= R-tibble>=2.1.1:../../math/R-tibble 20DEPENDS+= R-tibble>=2.1.1:../../math/R-tibble
20DEPENDS+= R-tidyselect>=1.2.0:../../devel/R-tidyselect 21DEPENDS+= R-tidyselect>=1.2.0:../../devel/R-tidyselect
21DEPENDS+= R-vctrs>=0.5.2:../../math/R-vctrs 22DEPENDS+= R-vctrs>=0.5.2:../../math/R-vctrs
22 23
23# Package suggested but not available: 'repurrrsive' 24# Package suggested but not available: 'repurrrsive'
24TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 25TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
25TEST_DEPENDS+= R-data.table-[0-9]*:../../textproc/R-data.table 26TEST_DEPENDS+= R-data.table-[0-9]*:../../textproc/R-data.table
26TEST_DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite 27TEST_DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite
27TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr 28TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
28TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr 29TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr
29TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 30TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
30TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 31TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
31TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr 32TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr