summaryrefslogtreecommitdiff
path: root/lang/nodejs10
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-03-04 18:59:39 +0000
committeradam <adam@pkgsrc.org>2020-03-04 18:59:39 +0000
commit265bddf4c1aa13a8387cee3b69c9d9ffa5089046 (patch)
tree0098f7b02e0cb919ba5cc2f8a519dabb40ac50f6 /lang/nodejs10
parentaa16baf822a0af46dd3b765a272d5ae1d99e9a24 (diff)
downloadpkgsrc-265bddf4c1aa13a8387cee3b69c9d9ffa5089046.tar.gz
nodejs: updated to 13.10.0
Version 13.10.0 (Current): Notable Changes async_hooks - introduce async-context API stream - support passing generator functions into pipeline() tls - expose SSL_export_keying_material vm - implement vm.measureMemory() for per-context memory measurement
Diffstat (limited to 'lang/nodejs10')
-rw-r--r--lang/nodejs10/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/nodejs10/Makefile b/lang/nodejs10/Makefile
index 69a46f53ff9..ca25f62ed55 100644
--- a/lang/nodejs10/Makefile
+++ b/lang/nodejs10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/02/18 23:06:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/04 18:59:39 adam Exp $
DISTNAME= node-v10.19.0
@@ -16,6 +16,8 @@ CONFIGURE_ARGS+= --shared-http-parser
CONFIGURE_ARGS+= --shared-nghttp2
CONFIGURE_ARGS+= --with-intl=system-icu
+PYTHON_VERSIONS_ACCEPTED= 27
+
CHECK_PORTABILITY_SKIP+= deps/openssl/openssl/.travis-create-release.sh
.if ${MACHINE_ARCH} == "i386"