Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 19:10:40 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r466078 - branches/2018Q1/www/node8
Message-ID:  <201803311910.w2VJAeLP053576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Sat Mar 31 19:10:39 2018
New Revision: 466078
URL: https://svnweb.freebsd.org/changeset/ports/466078

Log:
  MFH: r460855 r463799 r465915
  
  www/node8: Update 8.9.3 -> 8.9.4
  
  https://nodejs.org/en/blog/release/v8.9.4/
  
  While here, pet portlint:
  - move ONLY_FOR_ARCHS
  - remove USES_LDCONFIG (node.js doesn't install a .so)
  
  Differential Revision:	https://reviews.freebsd.org/D13775
  
  www/node8: Update 8.9.4 -> 8.10.0
  
  This release comes with a lot of big changes. There are updates to V8,
  libuv, and ICU, a bugfix in npm, and support for building with OpenSSL
  1.1.0.
  
  https://nodejs.org/en/blog/release/v8.10.0/
  
  www/node8: Update 8.10.0 -> 8.11.0
  
  This is a security release addressing multiple vulnerabilities. Users
  are recommended to upgrade as soon as possible.
  
  https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/
  https://nodejs.org/en/blog/release/v8.11.0/
  
  Security:	5a9bbb6e-32d3-11e8-a769-6daaba161086
  
  Approved by:	ports-secteam (riggs)

Modified:
  branches/2018Q1/www/node8/Makefile
  branches/2018Q1/www/node8/distinfo
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/www/node8/Makefile
==============================================================================
--- branches/2018Q1/www/node8/Makefile	Sat Mar 31 19:06:11 2018	(r466077)
+++ branches/2018Q1/www/node8/Makefile	Sat Mar 31 19:10:39 2018	(r466078)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	8.9.3
+PORTVERSION=	8.11.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
@@ -13,6 +13,8 @@ COMMENT=	V8 JavaScript for client and server (8.x LTS)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386
+
 OPTIONS_DEFINE=	BUNDLED_SSL DOCS NLS DTRACE
 OPTIONS_DEFAULT=DTRACE
 OPTIONS_SUB=	yes
@@ -41,11 +43,8 @@ USES=		compiler:c++11-lib gmake python:2,build pkgconf
 		localbase shebangfix
 
 HAS_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 
 CONFLICTS_INSTALL=	node[456]-[0-9]* node-[0-9]*
-
-ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386
 
 CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
 		--without-npm \

Modified: branches/2018Q1/www/node8/distinfo
==============================================================================
--- branches/2018Q1/www/node8/distinfo	Sat Mar 31 19:06:11 2018	(r466077)
+++ branches/2018Q1/www/node8/distinfo	Sat Mar 31 19:10:39 2018	(r466078)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512940481
-SHA256 (node-v8.9.3.tar.gz) = 9efec12ae408f4e92738d9e5ab3c3fe68a407b7830228b0548ce9eef54cf63f9
-SIZE (node-v8.9.3.tar.gz) = 31121503
+TIMESTAMP = 1522268432
+SHA256 (node-v8.11.0.tar.gz) = 7683a674259298fc53dd020e210d062aaf02698980fe293c64ed2daee13466a4
+SIZE (node-v8.11.0.tar.gz) = 31029843



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803311910.w2VJAeLP053576>