pkgsrc-Bugs archive

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

pkg/54518: missing dependency for parallel/R-promises



>Number:         54518
>Category:       pkg
>Synopsis:       missing dependency for parallel/R-promises
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Sep 01 08:40:00 +0000 2019
>Originator:     Benjamin Lorenz
>Release:        NetBSD 9.0_BETA
>Organization:
	
>Environment:
	
	
System: NetBSD chaos.lorenz.place 9.0_BETA NetBSD 9.0_BETA (GENERIC) #0: Sun Aug 18 23:06:25 CEST 2019 bjjl@chaos.lorenz.place:/home/bjjl/9.0/obj/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
The patch below fixes the issue.
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/parallel/R-promises/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile    9 Aug 2019 20:25:29 -0000       1.1
+++ Makefile    1 Sep 2019 08:33:34 -0000
@@ -9,6 +9,7 @@
 LICENSE=       mit
 
 DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
 
 USE_LANGUAGES= c c++

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index