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:   wiz
Date:           Mon Jul  3 12:44:50 UTC 2023

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

Log Message:
R-tidyr: fix DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/math/R-tidyr/Makefile:1.8
--- pkgsrc/math/R-tidyr/Makefile:1.7    Tue Jun 13 11:26:27 2023
+++ pkgsrc/math/R-tidyr/Makefile        Mon Jul  3 12:44:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/06/13 11:26:27 mef Exp $
+# $NetBSD: Makefile,v 1.8 2023/07/03 12:44:50 wiz Exp $
 
 R_PKGNAME=     tidyr
 R_PKGVER=      1.3.0
@@ -7,7 +7,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Easily tidy data with 'spread()' and 'gather()' functions
 LICENSE=       mit
 
-DEPENDS+=      R-cli>=3.4.1:../../math/R-dplyr
+DEPENDS+=      R-cli>=3.4.1:../../devel/R-cli
 DEPENDS+=      R-dplyr>=1.0.10:../../math/R-dplyr
 DEPENDS+=      R-ellipsis>=0.1.0:../../math/R-ellipsis
 DEPENDS+=      R-glue>=1.3.1:../../devel/R-glue



Home | Main Index | Thread Index | Old Index