Date: Wed, 31 Oct 2018 22:09: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: r483622 - in head: . www/node www/node/files Message-ID: <201810312209.w9VM9Buj078171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Wed Oct 31 22:09:10 2018 New Revision: 483622 URL: https://svnweb.freebsd.org/changeset/ports/483622 Log: www/node: Update 10.12.0_1 -> 11.0.0 Update to the latest major release of Node.js. Upstream has dropped support for FreeBSD 10.x, so mark the port as BROKEN on FreeBSD 10. Regenerate patches with `make makepatch`. https://nodejs.org/en/blog/release/v11.0.0/ Sponsored by: Miles AS Modified: head/UPDATING head/www/node/Makefile head/www/node/distinfo head/www/node/files/patch-node.gypi head/www/node/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Oct 31 22:02:38 2018 (r483621) +++ head/UPDATING Wed Oct 31 22:09:10 2018 (r483622) @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20181031: + AFFECTS: users of www/node + AUTHOR: bhughes@FreeBSD.org + + The www/node port has been updated to Node.js v11.0.0, the latest + upstream release. A new port, www/node10, has been created for the + v10.x LTS branch. Users wanting to stay on v10.x can replace www/node + with www/node8 with one of the following commands: + + # pkg install www/node10 + or + # portmaster -o www/node10 www/node + or + # portupgrade -o www/node10 www/node + 20181022: AFFECTS: users of lang/php71 AUTHOR: joneum@FreeBSD.org Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Wed Oct 31 22:02:38 2018 (r483621) +++ head/www/node/Makefile Wed Oct 31 22:09:10 2018 (r483622) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 10.12.0 +PORTVERSION= 11.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -13,6 +12,7 @@ COMMENT= V8 JavaScript for client and server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_10= upstream has dropped support for FreeBSD 10.x BROKEN_powerpc64= fails to build: KeyError: 'action' ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Wed Oct 31 22:02:38 2018 (r483621) +++ head/www/node/distinfo Wed Oct 31 22:09:10 2018 (r483622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539321536 -SHA256 (node-v10.12.0.tar.gz) = c6552b95062f5e9f3a27da6fdb57914ab4b27a9aa2e783fb050791166554d059 -SIZE (node-v10.12.0.tar.gz) = 36277157 +TIMESTAMP = 1541020163 +SHA256 (node-v11.0.0.tar.gz) = 1f7e67f8d713e6a0c3b786d3b3d2eb03b7825cfbed395a5a9565e3c606caea3d +SIZE (node-v11.0.0.tar.gz) = 36233644 Modified: head/www/node/files/patch-node.gypi ============================================================================== --- head/www/node/files/patch-node.gypi Wed Oct 31 22:02:38 2018 (r483621) +++ head/www/node/files/patch-node.gypi Wed Oct 31 22:09:10 2018 (r483622) @@ -1,6 +1,6 @@ ---- node.gypi.orig 2018-06-06 12:52:40 UTC +--- node.gypi.orig 2018-10-23 15:59:38 UTC +++ node.gypi -@@ -294,6 +294,9 @@ +@@ -304,6 +304,9 @@ ['openssl_fips != ""', { 'defines': [ 'NODE_FIPS_MODE' ], }], Modified: head/www/node/pkg-plist ============================================================================== --- head/www/node/pkg-plist Wed Oct 31 22:02:38 2018 (r483621) +++ head/www/node/pkg-plist Wed Oct 31 22:09:10 2018 (r483622) @@ -281,8 +281,6 @@ include/node/node_version.h %%BUNDLED_SSL%%include/node/openssl/x509.h %%BUNDLED_SSL%%include/node/openssl/x509_vfy.h %%BUNDLED_SSL%%include/node/openssl/x509v3.h -include/node/v8-inspector-protocol.h -include/node/v8-inspector.h include/node/v8-platform.h include/node/v8-profiler.h include/node/v8-testing.h @@ -296,5 +294,4 @@ include/node/v8config.h @(,,444) man/man1/node.1.gz %%PORTDOCS%%%%DOCSDIR%%/gdbinit %%PORTDOCS%%%%DOCSDIR%%/lldb_commands.py -%%PORTDOCS%%%%DOCSDIR%%/lldbinit share/systemtap/tapset/node.stp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810312209.w9VM9Buj078171>