Date: Tue, 29 Oct 2019 21:00:11 +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: r516035 - in head/www/node10: . files Message-ID: <201910292100.x9TL0Bv2036916@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Tue Oct 29 21:00:11 2019 New Revision: 516035 URL: https://svnweb.freebsd.org/changeset/ports/516035 Log: www/node10: Update 10.16.3_1 -> 10.17.0 https://nodejs.org/en/blog/release/v10.17.0/ Regenerate patches with `make makepatch`. Sponsored by: Miles AS Modified: head/www/node10/Makefile head/www/node10/distinfo head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi Modified: head/www/node10/Makefile ============================================================================== --- head/www/node10/Makefile Tue Oct 29 20:36:22 2019 (r516034) +++ head/www/node10/Makefile Tue Oct 29 21:00:11 2019 (r516035) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 10.16.3 +PORTVERSION= 10.17.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 10 Modified: head/www/node10/distinfo ============================================================================== --- head/www/node10/distinfo Tue Oct 29 20:36:22 2019 (r516034) +++ head/www/node10/distinfo Tue Oct 29 21:00:11 2019 (r516035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565994495 -SHA256 (node-v10.16.3.tar.gz) = db5a5e03a815b84a1266a4b48bb6a6d887175705f84fd2472f0d28e5e305a1f8 -SIZE (node-v10.16.3.tar.gz) = 45870800 +TIMESTAMP = 1572018626 +SHA256 (node-v10.17.0.tar.gz) = 5204249d135176b547737d3eed2ca8a9d7f731fef6e545f741129cfa21f90573 +SIZE (node-v10.17.0.tar.gz) = 45814546 Modified: head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi ============================================================================== --- head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi Tue Oct 29 20:36:22 2019 (r516034) +++ head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi Tue Oct 29 21:00:11 2019 (r516035) @@ -1,6 +1,6 @@ ---- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2019-07-31 17:44:59 UTC +--- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2019-10-22 16:36:22 UTC +++ deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi -@@ -25,12 +25,11 @@ +@@ -24,12 +24,11 @@ ], 'openssl_cflags_linux-elf': [ '-Wa,--noexecstack',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910292100.x9TL0Bv2036916>