pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-purrr
Module Name: pkgsrc
Committed By: mef
Date: Tue Jan 3 10:14:53 UTC 2023
Modified Files:
pkgsrc/devel/R-purrr: Makefile
Log Message:
(devel/R-purrr) Add missing DEPENDS+= R-vctrs, R-lifecycle
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-purrr/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-purrr/Makefile
diff -u pkgsrc/devel/R-purrr/Makefile:1.6 pkgsrc/devel/R-purrr/Makefile:1.7
--- pkgsrc/devel/R-purrr/Makefile:1.6 Sun Jan 1 05:08:58 2023
+++ pkgsrc/devel/R-purrr/Makefile Tue Jan 3 10:14:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/01/01 05:08:58 mef Exp $
+# $NetBSD: Makefile,v 1.7 2023/01/03 10:14:53 mef Exp $
R_PKGNAME= purrr
R_PKGVER= 1.0.0
@@ -10,6 +10,8 @@ LICENSE= gnu-gpl-v3
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
DEPENDS+= R-rlang>=0.3.1:../../devel/R-rlang
+DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
+DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
Home |
Main Index |
Thread Index |
Old Index