pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Wed Apr 29 19:23:10 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs: Makefile.common

Log Message:
lang/nodejs: Bump libuv API depends to 1.29 for uv_get_constrained_memory.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/nodejs/Makefile.common

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

Modified files:

Index: pkgsrc/lang/nodejs/Makefile.common
diff -u pkgsrc/lang/nodejs/Makefile.common:1.34 pkgsrc/lang/nodejs/Makefile.common:1.35
--- pkgsrc/lang/nodejs/Makefile.common:1.34     Sun Mar 22 20:28:13 2020
+++ pkgsrc/lang/nodejs/Makefile.common  Wed Apr 29 19:23:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2020/03/22 20:28:13 rillig Exp $
+# $NetBSD: Makefile.common,v 1.35 2020/04/29 19:23:10 riastradh Exp $
 # used by lang/nodejs/Makefile
 # used by lang/nodejs8/Makefile
 # used by lang/nodejs10/Makefile
@@ -82,7 +82,7 @@ post-install:
 .if ${OPSYS} != "Darwin"
 .include "../../devel/libexecinfo/buildlink3.mk"
 .endif
-BUILDLINK_API_DEPENDS.libuv+=  libuv>=1.23
+BUILDLINK_API_DEPENDS.libuv+=  libuv>=1.29
 .include "../../devel/libuv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index