From owner-svn-ports-head@freebsd.org Thu Jun 30 06:26:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D846DB87952; Thu, 30 Jun 2016 06:26:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A559C29DC; Thu, 30 Jun 2016 06:26:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5U6QVuj001763; Thu, 30 Jun 2016 06:26:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5U6QV7b001761; Thu, 30 Jun 2016 06:26:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606300626.u5U6QV7b001761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 30 Jun 2016 06:26:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417811 - head/www/node4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 06:26:32 -0000 Author: pi Date: Thu Jun 30 06:26:31 2016 New Revision: 417811 URL: https://svnweb.freebsd.org/changeset/ports/417811 Log: www/node4: 4.4.6 -> 4.4.7 - debugger: o All properties of an array (aside from length) can now be printed in the repl (cjihrig) #6448 - npm: o Upgrade npm to 2.15.8 (Rebecca Turner) #7412 - stream: o Fix for a bug that became more prevalent with the stream changes that landed in v4.4.5. (Anna Henningsen) #7160 - V8: o Fix for a bug in crankshaft that was causing crashes on arm64 (Myles Borins) #7442 o Add missing classes to postmortem info such as JSMap and JSSet (evan.lucas) #3792 PR: 210520 Changes: https://nodejs.org/en/blog/release/v4.4.7/ Submitted by: Bradley T. Hughes (maintainer) Modified: head/www/node4/Makefile head/www/node4/distinfo Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Thu Jun 30 05:50:34 2016 (r417810) +++ head/www/node4/Makefile Thu Jun 30 06:26:31 2016 (r417811) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.4.6 +PORTVERSION= 4.4.7 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node4/distinfo ============================================================================== --- head/www/node4/distinfo Thu Jun 30 05:50:34 2016 (r417810) +++ head/www/node4/distinfo Thu Jun 30 06:26:31 2016 (r417811) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466757811 -SHA256 (node-v4.4.6.tar.gz) = 45eab3d415616e5831ba5961b67cec5423e1f9c175ca7e331de7f560c2998d9f -SIZE (node-v4.4.6.tar.gz) = 22675490 +TIMESTAMP = 1467265570 +SHA256 (node-v4.4.7.tar.gz) = cbe1c6e421969dd5639d0fbaa6d3c1f56c0463b87efe75be8594638da4d8fc4f +SIZE (node-v4.4.7.tar.gz) = 22615690