pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils Add missing dependency on devel/R-R6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c225280ad972
branches:  trunk
changeset: 340180:c225280ad972
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Sep 25 17:32:57 2019 +0000

description:
Add missing dependency on devel/R-R6.

diffstat:

 sysutils/R-processx/Makefile |  3 ++-
 sysutils/R-progress/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r a7ba2ee8cba1 -r c225280ad972 sysutils/R-processx/Makefile
--- a/sysutils/R-processx/Makefile      Wed Sep 25 17:30:08 2019 +0000
+++ b/sysutils/R-processx/Makefile      Wed Sep 25 17:32:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 19:03:18 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/25 17:32:57 brook Exp $
 
 R_PKGNAME=     processx
 R_PKGVER=      3.4.1
@@ -8,6 +8,7 @@
 COMMENT=       Execute and control system processes
 LICENSE=       mit
 
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-ps>=1.2.0:../../sysutils/R-ps
 
 USE_LANGUAGES= c
diff -r a7ba2ee8cba1 -r c225280ad972 sysutils/R-progress/Makefile
--- a/sysutils/R-progress/Makefile      Wed Sep 25 17:30:08 2019 +0000
+++ b/sysutils/R-progress/Makefile      Wed Sep 25 17:32:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:56 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/25 17:33:55 brook Exp $
 
 R_PKGNAME=     progress
 R_PKGVER=      1.2.2
@@ -8,6 +8,7 @@
 COMMENT=       Terminal progress bars
 LICENSE=       mit
 
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
 DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
 DEPENDS+=      R-hms>=0.5.0:../../time/R-hms



Home | Main Index | Thread Index | Old Index