svn commit: r452946 - head/www/node
Bradley T. Hughes
bhughes at FreeBSD.org
Thu Oct 26 19:26:53 UTC 2017
Author: bhughes
Date: Thu Oct 26 19:26:52 2017
New Revision: 452946
URL: https://svnweb.freebsd.org/changeset/ports/452946
Log:
www/node: Update 8.8.0 -> 8.8.1
Update to address a regression in 8.8.0.
https://nodejs.org/en/blog/release/v8.8.1/
Approved by: robak (mentor)
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D12800
Modified:
head/www/node/Makefile
head/www/node/distinfo
Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile Thu Oct 26 19:23:18 2017 (r452945)
+++ head/www/node/Makefile Thu Oct 26 19:26:52 2017 (r452946)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 8.8.0
+PORTVERSION= 8.8.1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo Thu Oct 26 19:23:18 2017 (r452945)
+++ head/www/node/distinfo Thu Oct 26 19:26:52 2017 (r452946)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508910429
-SHA256 (node-v8.8.0.tar.gz) = 669e0054a25c7f21e6d8bef182da566de35fb3b3441e8f90b6da9585c1f82caf
-SIZE (node-v8.8.0.tar.gz) = 30313488
+TIMESTAMP = 1509020523
+SHA256 (node-v8.8.1.tar.gz) = 1725bbbe623d6a13ee14522730dfc90eac1c9ebe9a0a8f4c3322a402dd7e75a2
+SIZE (node-v8.8.1.tar.gz) = 30315618
More information about the svn-ports-head
mailing list