Here is an update for node. Tests look normal (6 failures). Firefox and facette
build fine, kibana needs a bit of diddling (included).

OK?

diff --git a/lang/node/Makefile b/lang/node/Makefile
index b986b750cfa..535b2f0f814 100644
--- a/lang/node/Makefile
+++ b/lang/node/Makefile
@@ -11,7 +11,7 @@ USE_WXNEEDED =                Yes
 
 COMMENT =              V8 JavaScript for clients and servers
 
-NODE_VERSION =         v10.15.0
+NODE_VERSION =         v10.15.3
 PLEDGE_VER =           1.1.0
 DISTFILES =            node-pledge-{}${PLEDGE_VER}.tar.gz:0 ${DISTNAME}.tar.gz
 
diff --git a/lang/node/distinfo b/lang/node/distinfo
index 03d88505a8c..6e8fb817528 100644
--- a/lang/node/distinfo
+++ b/lang/node/distinfo
@@ -1,4 +1,4 @@
 SHA256 (node-pledge-1.1.0.tar.gz) = 
BuKnrXSkqpTb5Tfap1AHk+l7ucTJLEWbMFNbgQkNBsw=
-SHA256 (node-v10.15.0.tar.gz) = 2+Rn49q7aFT8sM2W4ECCJoyx4xPOl6S3EAsu0VKwoKs=
+SHA256 (node-v10.15.3.tar.gz) = 20YKY9BXrAFbdbtqh5/L4v76ryKvpLb2RFudthziJw0=
 SIZE (node-pledge-1.1.0.tar.gz) = 2560
-SIZE (node-v10.15.0.tar.gz) = 36300933
+SIZE (node-v10.15.3.tar.gz) = 36370204

diff --git a/www/kibana/Makefile b/www/kibana/Makefile
index 7199f884dbb..f8dec322a79 100644
--- a/www/kibana/Makefile
+++ b/www/kibana/Makefile
@@ -3,6 +3,7 @@
 COMMENT=       browser based analytics/search interface to ElasticSearch
 
 V =            6.6.1
+REVISION =     0
 PKGNAME =      kibana-${V}
 DISTNAME =     kibana-oss-${V}-darwin-x86_64
 
@@ -17,7 +18,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 MASTER_SITES = http://artifacts.elastic.co/downloads/kibana/
 
-RUN_DEPENDS =  lang/node=10.15.0
+RUN_DEPENDS =  lang/node>=10.15.0,<10.16.0
 
 NO_BUILD =     Yes
 NO_TEST =      Yes
diff --git a/www/kibana/patches/patch-package_json 
b/www/kibana/patches/patch-package_json
index e262025d0f1..4e3dcb4500c 100644
--- a/www/kibana/patches/patch-package_json
+++ b/www/kibana/patches/patch-package_json
@@ -8,7 +8,7 @@ Index: package.json
    },
    "engines": {
 -    "node": "10.15.1"
-+    "node": "10.15.0"
++    "node": ">=10.15.0 <10.16"
    }
 -}
 \ No newline at end of file

-- 
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE

Reply via email to