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:           Thu Sep 26 22:18:09 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/www/R-httpuv/Makefile:1.3
--- pkgsrc/www/R-httpuv/Makefile:1.2    Wed Sep 25 17:41:28 2019
+++ pkgsrc/www/R-httpuv/Makefile        Thu Sep 26 22:18:09 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/09/25 17:41:28 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/26 22:18:09 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-BH>=1.69.0.1:../../devel/R-BH
 DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-promises>=1.0.1:../../parallel/R-promises
 



Home | Main Index | Thread Index | Old Index