pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-dplyr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 21 07:57:55 UTC 2024

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

Log Message:
(math/R-dplyr) Adjust as DEPENDS+= R-vctrs>=0.6.4


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-dplyr/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-dplyr/Makefile
diff -u pkgsrc/math/R-dplyr/Makefile:1.10 pkgsrc/math/R-dplyr/Makefile:1.11
--- pkgsrc/math/R-dplyr/Makefile:1.10   Sun Jan 21 04:11:36 2024
+++ pkgsrc/math/R-dplyr/Makefile        Sun Jan 21 07:57:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/01/21 04:11:36 mef Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/21 07:57:55 mef Exp $
 
 R_PKGNAME=     dplyr
 R_PKGVER=      1.1.4
@@ -22,7 +22,7 @@ DEPENDS+=     R-pkgconfig>=2.0.2:../../devel
 DEPENDS+=      R-rlang>=1.1.0:../../devel/R-rlang
 DEPENDS+=      R-tibble>=3.2.0:../../math/R-tibble
 DEPENDS+=      R-tidyselect>=1.2.0:../../devel/R-tidyselect
-DEPENDS+=      R-vctrs>=0.6.0:../../math/R-vctrs
+DEPENDS+=      R-vctrs>=0.6.4:../../math/R-vctrs
 DEPENDS+=      R-generics>=0.0.2:../../math/R-generics
 DEPENDS+=      R-generics>=0.0.2:../../math/R-generics
 



Home | Main Index | Thread Index | Old Index