diff options
author | adam <adam@pkgsrc.org> | 2018-12-12 16:38:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-12-12 16:38:06 +0000 |
commit | 930495b1fb8a5d8bd7ae5e7fe3da82936c81f335 (patch) | |
tree | c339108dc7345ec483f9a631b87bbd4739c222bb /lang | |
parent | d09830f08d9d783c21625a0ed6b2baf31b73cc3b (diff) | |
download | pkgsrc-930495b1fb8a5d8bd7ae5e7fe3da82936c81f335.tar.gz |
nodejs: updated to 10.14.2
Version 10.14.2 'Dubnium' (LTS)
This LTS release comes with 374 commits. This includes 165 which are test or benchmark related, 77 which are doc related, 29 which are build / tool related and 15 commits which update dependencies.
Notable Changes
* deps:
- upgrade to c-ares v1.15.0
* Windows:
- A crashing process will now show the names of stack frames if the node.pdb file is available.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nodejs/Makefile | 4 | ||||
-rw-r--r-- | lang/nodejs/distinfo | 10 | ||||
-rw-r--r-- | lang/nodejs/nodeversion.mk | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index ac83b9bceef..050b438d2b2 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.148 2018/12/09 18:29:12 adam Exp $ +# $NetBSD: Makefile,v 1.149 2018/12/12 16:38:06 adam Exp $ -DISTNAME= node-v10.14.1 +DISTNAME= node-v10.14.2 USE_LANGUAGES= c gnu++14 diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index 776b01a5e90..a184e8d1924 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.138 2018/12/09 18:29:12 adam Exp $ +$NetBSD: distinfo,v 1.139 2018/12/12 16:38:06 adam Exp $ -SHA1 (node-v10.14.1.tar.gz) = 82789a0f15439d036bdbd46e4506d8f232efc074 -RMD160 (node-v10.14.1.tar.gz) = 8a69e13ed6dba8bdb58201a940b975053350009a -SHA512 (node-v10.14.1.tar.gz) = d9dd5f3ef6e2cba180efaa564d9dfbb4c44ec95675085522a5658db62cac24e3a7c9ef725a5532a08f86e8e87b640a6258679a476a67749c78fa6ff95cd657d3 -Size (node-v10.14.1.tar.gz) = 36252804 bytes +SHA1 (node-v10.14.2.tar.gz) = e7d05110bcb3c46c46390b3026664102f27f5838 +RMD160 (node-v10.14.2.tar.gz) = 2fd95aa111fa1cbd611ab2aba1797efe35895712 +SHA512 (node-v10.14.2.tar.gz) = 72e78f8839543826025549022df9f23a71be3507261a387f82142d71d24065a23f9b905d7fd95a0940ac68355bfe0d81ee50c320eb46493e10e417cd975d3c8e +Size (node-v10.14.2.tar.gz) = 36299908 bytes SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f SHA1 (patch-deps_openssl_config_opensslconf__asm.h) = 7b074ebd5353dff662ac66cf4012926f12dd7b7e diff --git a/lang/nodejs/nodeversion.mk b/lang/nodejs/nodeversion.mk index 61e3b881545..db06dc85274 100644 --- a/lang/nodejs/nodeversion.mk +++ b/lang/nodejs/nodeversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: nodeversion.mk,v 1.4 2018/11/28 08:36:04 adam Exp $ +# $NetBSD: nodeversion.mk,v 1.5 2018/12/12 16:38:06 adam Exp $ # This file determins which nodejs version is used as a dependency for # a package. @@ -63,10 +63,10 @@ NODE_VERSIONS_INCOMPATIBLE?= # empty # Resolve NODE_VERSIONS_INCOMPATIBLE and generate the _OK vars. .for v in ${NODE_VERSIONS_ACCEPTED} -.if empty(NODE_VERSIONS_INCOMPATIBLE:M${v}) +. if empty(NODE_VERSIONS_INCOMPATIBLE:M${v}) _NODE_VERSION_${v}_OK= yes _NODE_VERSIONS_ACCEPTED+= ${v} -.endif +. endif .endfor # Pick a version |