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:   brook
Date:           Wed Sep 25 17:26:38 UTC 2019

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

Log Message:
Add missing dependencies on devel/R-BH and devel/R-R6.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/math/R-dplyr/Makefile:1.2
--- pkgsrc/math/R-dplyr/Makefile:1.1    Fri Aug  9 16:23:47 2019
+++ pkgsrc/math/R-dplyr/Makefile        Wed Sep 25 17:26:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 16:23:47 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/25 17:26:38 brook Exp $
 
 R_PKGNAME=     dplyr
 R_PKGVER=      0.8.3
@@ -8,6 +8,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Grammar of data manipulation
 LICENSE=       mit
 
+DEPENDS+=      R-BH>=1.69.0.1:../../devel/R-BH
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-assertthat>=0.2.0:../../devel/R-assertthat
 DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
 DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr



Home | Main Index | Thread Index | Old Index