pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-httpuv



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Sep 25 17:41:28 UTC 2019

Modified Files:
        pkgsrc/www/R-httpuv: Makefile

Log Message:
Add missing dependency on devel/R-R6.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-httpuv/Makefile

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

Modified files:

Index: pkgsrc/www/R-httpuv/Makefile
diff -u pkgsrc/www/R-httpuv/Makefile:1.1 pkgsrc/www/R-httpuv/Makefile:1.2
--- pkgsrc/www/R-httpuv/Makefile:1.1    Fri Aug  9 20:26:46 2019
+++ pkgsrc/www/R-httpuv/Makefile        Wed Sep 25 17:41:28 2019
@@ -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 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 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