pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-tidyselect



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Dec 20 21:58:50 UTC 2022

Modified Files:
        pkgsrc/devel/R-tidyselect: Makefile

Log Message:
(devel/R-tidyselect) Fix build, DEPENDS+= R-withr


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-tidyselect/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-tidyselect/Makefile
diff -u pkgsrc/devel/R-tidyselect/Makefile:1.5 pkgsrc/devel/R-tidyselect/Makefile:1.6
--- pkgsrc/devel/R-tidyselect/Makefile:1.5      Sun Dec 18 05:01:02 2022
+++ pkgsrc/devel/R-tidyselect/Makefile  Tue Dec 20 21:58:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/12/18 05:01:02 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/12/20 21:58:50 mef Exp $
 
 R_PKGNAME=     tidyselect
 R_PKGVER=      1.2.0
@@ -8,11 +8,12 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Select from a set of strings
 LICENSE=       mit
 
+DEPENDS+=      R-ellipsis>=0.3.0:../../math/R-ellipsis
 DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
 DEPENDS+=      R-purrr>=0.3.2:../../devel/R-purrr
 DEPENDS+=      R-rlang>=0.4.6:../../devel/R-rlang
-DEPENDS+=      R-ellipsis>=0.3.0:../../math/R-ellipsis
 DEPENDS+=      R-vctrs>=0.2.2:../../math/R-vctrs
+DEPENDS+=      R-withr-[0-9]*:../../devel/R-withr
 
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr



Home | Main Index | Thread Index | Old Index