pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-readr



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Sep 25 17:35:51 UTC 2019

Modified Files:
        pkgsrc/textproc/R-readr: 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.2 -r1.3 pkgsrc/textproc/R-readr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-readr/Makefile
diff -u pkgsrc/textproc/R-readr/Makefile:1.2 pkgsrc/textproc/R-readr/Makefile:1.3
--- pkgsrc/textproc/R-readr/Makefile:1.2        Thu Aug  8 19:53:57 2019
+++ pkgsrc/textproc/R-readr/Makefile    Wed Sep 25 17:35:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:57 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/25 17:35:51 brook Exp $
 
 R_PKGNAME=     readr
 R_PKGVER=      1.3.1
@@ -8,6 +8,8 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Read rectangular text data
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+DEPENDS+=      R-BH>=1.69.0.1:../../devel/R-BH
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-clipr>=0.7.0:../../devel/R-clipr
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
 DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble



Home | Main Index | Thread Index | Old Index