Date: Sat, 13 Apr 2019 20:33:18 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498834 - in head/www/node: . files Message-ID: <201904132033.x3DKXIAN042301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Sat Apr 13 20:33:18 2019 New Revision: 498834 URL: https://svnweb.freebsd.org/changeset/ports/498834 Log: www/node: Update 11.13.0 -> 11.14.0 https://nodejs.org/en/blog/release/v11.14.0/ Sponsored by: Miles AS Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h head/www/node/pkg-plist Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Sat Apr 13 20:26:46 2019 (r498833) +++ head/www/node/Makefile Sat Apr 13 20:33:18 2019 (r498834) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 11.13.0 +PORTVERSION= 11.14.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -66,8 +66,8 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}" BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ - libuv>=1.26.0:devel/libuv \ - libnghttp2>=1.34.0:www/libnghttp2 + libuv>=1.27.0:devel/libuv \ + libnghttp2>=1.37.0:www/libnghttp2 LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Sat Apr 13 20:26:46 2019 (r498833) +++ head/www/node/distinfo Sat Apr 13 20:33:18 2019 (r498834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553835510 -SHA256 (node-v11.13.0.tar.gz) = 4c29d24de0e6d2bdf7fbac6d37938696a124501d3710b7f6ecdadb0ef5925fb2 -SIZE (node-v11.13.0.tar.gz) = 48571036 +TIMESTAMP = 1555041551 +SHA256 (node-v11.14.0.tar.gz) = b903ba6dc8131b9357e7c5e26967a0f48aa460c708154244a6348d49a7d8ff9a +SIZE (node-v11.14.0.tar.gz) = 48639068 Modified: head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h ============================================================================== --- head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h Sat Apr 13 20:26:46 2019 (r498833) +++ head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h Sat Apr 13 20:33:18 2019 (r498834) @@ -1,9 +1,9 @@ ---- deps/openssl/config/bn_conf_no-asm.h.orig 2018-05-09 01:59:18 UTC +--- deps/openssl/config/bn_conf_no-asm.h.orig 2019-04-11 12:07:35 UTC +++ deps/openssl/config/bn_conf_no-asm.h -@@ -21,8 +21,8 @@ - # include "./archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h" - #elif defined(_WIN32) && defined(_M_X64) +@@ -23,8 +23,8 @@ # include "./archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h" + #elif defined(_WIN32) && defined(_M_ARM64) + # include "./archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h" -#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -# include "./archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h" +//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) Modified: head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h ============================================================================== --- head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h Sat Apr 13 20:26:46 2019 (r498833) +++ head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h Sat Apr 13 20:33:18 2019 (r498834) @@ -1,9 +1,9 @@ ---- deps/openssl/config/dso_conf_no-asm.h.orig 2018-05-09 01:59:18 UTC +--- deps/openssl/config/dso_conf_no-asm.h.orig 2019-04-11 12:07:35 UTC +++ deps/openssl/config/dso_conf_no-asm.h -@@ -21,8 +21,8 @@ - # include "./archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h" - #elif defined(_WIN32) && defined(_M_X64) +@@ -23,8 +23,8 @@ # include "./archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h" + #elif defined(_WIN32) && defined(_M_ARM64) + # include "./archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h" -#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -# include "./archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h" +//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) Modified: head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h ============================================================================== --- head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h Sat Apr 13 20:26:46 2019 (r498833) +++ head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h Sat Apr 13 20:33:18 2019 (r498834) @@ -1,9 +1,9 @@ ---- deps/openssl/config/opensslconf_no-asm.h.orig 2018-05-09 01:59:18 UTC +--- deps/openssl/config/opensslconf_no-asm.h.orig 2019-04-11 12:07:35 UTC +++ deps/openssl/config/opensslconf_no-asm.h -@@ -16,8 +16,8 @@ - # include "./archs/VC-WIN32/no-asm/include/openssl/opensslconf.h" - #elif defined(_WIN32) && defined(_M_X64) +@@ -18,8 +18,8 @@ # include "./archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h" + #elif defined(_WIN32) && defined(_M_ARM64) + # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h" -#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -# include "./archs/BSD-x86/no-asm/include/openssl/opensslconf.h" +//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) Modified: head/www/node/pkg-plist ============================================================================== --- head/www/node/pkg-plist Sat Apr 13 20:26:46 2019 (r498833) +++ head/www/node/pkg-plist Sat Apr 13 20:33:18 2019 (r498834) @@ -42,6 +42,11 @@ include/node/node_version.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +%%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h %%BUNDLED_SSL%%include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904132033.x3DKXIAN042301>