pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b46a9e449b10
branches:  trunk
changeset: 340182:b46a9e449b10
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Sep 25 17:41:28 2019 +0000

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

diffstat:

 www/R-httpuv/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eb5d2f2ccd21 -r b46a9e449b10 www/R-httpuv/Makefile
--- a/www/R-httpuv/Makefile     Wed Sep 25 17:35:51 2019 +0000
+++ b/www/R-httpuv/Makefile     Wed Sep 25 17:41:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 20:26:46 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/25 17:41:28 brook Exp $
 
 R_PKGNAME=     httpuv
 R_PKGVER=      1.5.1
@@ -8,6 +8,7 @@
 COMMENT=       HTTP and WebSocket server library
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-promises>=1.0.1:../../parallel/R-promises
 
 USE_TOOLS+=    gmake



Home | Main Index | Thread Index | Old Index