svn commit: r472018 - in head/www/node: . files

Bradley T. Hughes bhughes at FreeBSD.org
Fri Jun 8 18:43:12 UTC 2018


Author: bhughes
Date: Fri Jun  8 18:43:11 2018
New Revision: 472018
URL: https://svnweb.freebsd.org/changeset/ports/472018

Log:
  www/node: Update 10.3.0 -> 10.4.0
  
  https://nodejs.org/en/blog/release/v10.4.0/
  
  Remove files/patch-deps_v8_src_base_cpu.cc, which has been applied
  upstream and is no longer necessary (as reported in PR 228779). Other
  patches have been refreshed as needed with `make makepatch`.
  
  PR:		228779
  Reported by:	Sylvain Garrigues <sylvain at sylvaingarrigues.com>
  Sponsored by:	Miles AS

Deleted:
  head/www/node/files/patch-deps_v8_src_base_cpu.cc
Modified:
  head/www/node/Makefile
  head/www/node/distinfo
  head/www/node/files/patch-node.gypi

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Fri Jun  8 18:39:39 2018	(r472017)
+++ head/www/node/Makefile	Fri Jun  8 18:43:11 2018	(r472018)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	10.3.0
+PORTVERSION=	10.4.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo	Fri Jun  8 18:39:39 2018	(r472017)
+++ head/www/node/distinfo	Fri Jun  8 18:43:11 2018	(r472018)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527624306
-SHA256 (node-v10.3.0.tar.gz) = e9f79ebe7181a63c39a986506e515cbea2a010c7ee7f5e1f108bb2203712aa0d
-SIZE (node-v10.3.0.tar.gz) = 35193426
+TIMESTAMP = 1528347983
+SHA256 (node-v10.4.0.tar.gz) = 88d9c8179bde19e057cd1d8b835b50726e4c94f8418c91472001e212da96d290
+SIZE (node-v10.4.0.tar.gz) = 35357659

Modified: head/www/node/files/patch-node.gypi
==============================================================================
--- head/www/node/files/patch-node.gypi	Fri Jun  8 18:39:39 2018	(r472017)
+++ head/www/node/files/patch-node.gypi	Fri Jun  8 18:43:11 2018	(r472018)
@@ -1,6 +1,6 @@
---- node.gypi.orig	2018-04-30 18:52:35 UTC
+--- node.gypi.orig	2018-06-06 12:52:40 UTC
 +++ node.gypi
-@@ -298,6 +298,9 @@
+@@ -294,6 +294,9 @@
          ['openssl_fips != ""', {
            'defines': [ 'NODE_FIPS_MODE' ],
          }],


More information about the svn-ports-all mailing list