Date: Thu, 30 Jun 2016 06:26:31 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417811 - head/www/node4 Message-ID: <201606300626.u5U6QV7b001761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bradleythughes@fastmail.fm> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606300626.u5U6QV7b001761>