svn commit: r510026 - head/www/node

Bradley T. Hughes bhughes at FreeBSD.org
Tue Aug 27 20:48:28 UTC 2019


Author: bhughes
Date: Tue Aug 27 20:48:27 2019
New Revision: 510026
URL: https://svnweb.freebsd.org/changeset/ports/510026

Log:
  www/node: Update 12.9.0 -> 12.9.1
  
  This release fixes two regressions in the http module. See the release
  notes for more details:
  
  https://nodejs.org/en/blog/release/v12.9.1/
  
  Sponsored by:	Miles AS

Modified:
  head/www/node/Makefile
  head/www/node/distinfo

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Tue Aug 27 20:09:54 2019	(r510025)
+++ head/www/node/Makefile	Tue Aug 27 20:48:27 2019	(r510026)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	12.9.0
+PORTVERSION=	12.9.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo	Tue Aug 27 20:09:54 2019	(r510025)
+++ head/www/node/distinfo	Tue Aug 27 20:48:27 2019	(r510026)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566372489
-SHA256 (node-v12.9.0.tar.gz) = 88cb425086a87323288c8389e974e8c1001b81fe11c529e64592e8feb2d12f93
-SIZE (node-v12.9.0.tar.gz) = 50350276
+TIMESTAMP = 1566885358
+SHA256 (node-v12.9.1.tar.gz) = 9150b2b3c728e022c596ab86188c685facc9f30f4c8e60c1a0f9d5a3e8e3653f
+SIZE (node-v12.9.1.tar.gz) = 50348162


More information about the svn-ports-all mailing list