Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 19:06:11 +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: r466077 - branches/2018Q1/www/node6
Message-ID:  <201803311906.w2VJ6BT1053080@repo.freebsd.org>

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

Log:
  MFH: r460854 r462058 r463796 r465914
  
  www/node6: Update 6.12.2 -> 6.12.3
  
  https://nodejs.org/en/blog/release/v6.12.3/
  
  While here, pet portlint:
  - move ONLY_FOR_ARCHS
  - remove USES_LDCONFIG (node.js doesn't install a .so)
  
  Differential Revision:	https://reviews.freebsd.org/D13774
  
  www/node6: Update 6.12.3 -> 6.13.0
  
  https://nodejs.org/en/blog/release/v6.13.0/
  
  www/node: Update 6.13.0 -> 6.13.1
  
  Notable changes:
  - http, tls: better support for IPv6 addresses
  
  https://nodejs.org/en/blog/release/v6.13.1/
  
  www/node6: Update 6.13.1 -> 6.14.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/v6.14.0/
  
  Security:	5a9bbb6e-32d3-11e8-a769-6daaba161086
  
  Approved by:	ports-secteam (riggs)

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

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

Modified: branches/2018Q1/www/node6/distinfo
==============================================================================
--- branches/2018Q1/www/node6/distinfo	Sat Mar 31 18:58:51 2018	(r466076)
+++ branches/2018Q1/www/node6/distinfo	Sat Mar 31 19:06:11 2018	(r466077)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512940464
-SHA256 (node-v6.12.2.tar.gz) = 1bb1d3a033d69ccfa4051ffa79bedad9bcfd43bc0d4b2b6678c3e53883bfd6eb
-SIZE (node-v6.12.2.tar.gz) = 27400818
+TIMESTAMP = 1522268406
+SHA256 (node-v6.14.0.tar.gz) = 87892f42c5c48bb6367e0299ec81e1d18e560e401eddc50dd746acc4c896bd7c
+SIZE (node-v6.14.0.tar.gz) = 27449153



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