From 2f6ea4c4d8a8b95a57a835d82ade81c488c8c507 Mon Sep 17 00:00:00 2001 From: bhughes Date: Sun, 1 Apr 2018 09:18:58 +0000 Subject: www/node4: Update 4.9.0 -> 4.9.1 No changes from the previous verison. This release ensures that the hosted binaries from the Node.js project adhere to the platform support contract, which does not apply to the FreeBSD port and packages. MFH: 2018Q2 --- www/node4/Makefile | 2 +- www/node4/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/node4/Makefile b/www/node4/Makefile index fd8a668dc6a8..9c7566a4aad4 100644 --- a/www/node4/Makefile +++ b/www/node4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.9.0 +PORTVERSION= 4.9.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ diff --git a/www/node4/distinfo b/www/node4/distinfo index 3a2da2fc5762..7b4f197a62b0 100644 --- a/www/node4/distinfo +++ b/www/node4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522268344 -SHA256 (node-v4.9.0.tar.gz) = 55683e98b39513735dedddcdd3331c64ddc7edd5744d2c4317b44a1c54e82f9a -SIZE (node-v4.9.0.tar.gz) = 22700972 +TIMESTAMP = 1522526693 +SHA256 (node-v4.9.1.tar.gz) = d2bc20dbe2c20e6f606671b1b9631f0d20396547ac7cbc144a3dad2c78106c78 +SIZE (node-v4.9.1.tar.gz) = 22700424 -- cgit