pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-tidyr



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun 13 11:26:27 UTC 2023

Modified Files:
        pkgsrc/math/R-tidyr: Makefile

Log Message:
(math/R-tidyr) Fix build,  +DEPENDS+=    R-stringr>=1.5.0


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-tidyr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-tidyr/Makefile
diff -u pkgsrc/math/R-tidyr/Makefile:1.6 pkgsrc/math/R-tidyr/Makefile:1.7
--- pkgsrc/math/R-tidyr/Makefile:1.6    Wed Jun  7 12:05:50 2023
+++ pkgsrc/math/R-tidyr/Makefile        Tue Jun 13 11:26:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/06/07 12:05:50 mef Exp $
+# $NetBSD: Makefile,v 1.7 2023/06/13 11:26:27 mef Exp $
 
 R_PKGNAME=     tidyr
 R_PKGVER=      1.3.0
@@ -16,6 +16,7 @@ DEPENDS+=     R-magrittr>=1.5:../../devel/R-
 DEPENDS+=      R-purrr>=1.0.1:../../devel/R-purrr
 DEPENDS+=      R-rlang>=1.0.4:../../devel/R-rlang
 DEPENDS+=      R-stringi>=1.5.0:../../textproc/R-stringi
+DEPENDS+=      R-stringr>=1.5.0:../../textproc/R-stringr
 DEPENDS+=      R-tibble>=2.1.1:../../math/R-tibble
 DEPENDS+=      R-tidyselect>=1.2.0:../../devel/R-tidyselect
 DEPENDS+=      R-vctrs>=0.5.2:../../math/R-vctrs



Home | Main Index | Thread Index | Old Index