svn commit: r552769 - head/www/node
Bradley T. Hughes
bhughes at FreeBSD.org
Mon Oct 19 21:08:13 UTC 2020
Author: bhughes
Date: Mon Oct 19 21:08:12 2020
New Revision: 552769
URL: https://svnweb.freebsd.org/changeset/ports/552769
Log:
www/node: Update 14.13.1 -> 14.14.0
https://nodejs.org/en/blog/release/v14.14.0/
This release fixes the build with Python 3.9, as reported in PR 250391.
PR: 250391
Reported by: fluffy
Sponsored by: Miles AS
Modified:
head/www/node/Makefile
head/www/node/distinfo
Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile Mon Oct 19 20:59:01 2020 (r552768)
+++ head/www/node/Makefile Mon Oct 19 21:08:12 2020 (r552769)
@@ -2,7 +2,7 @@
PORTNAME= node
DISTVERSIONPREFIX= v
-DISTVERSION= 14.13.1
+DISTVERSION= 14.14.0
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/
Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo Mon Oct 19 20:59:01 2020 (r552768)
+++ head/www/node/distinfo Mon Oct 19 21:08:12 2020 (r552769)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602255804
-SHA256 (node-v14.13.1.tar.gz) = f0080d3284ea1585e255a3f459ce151e8106a33f4ce8bed0da15ff99c6a082a5
-SIZE (node-v14.13.1.tar.gz) = 63114740
+TIMESTAMP = 1603133528
+SHA256 (node-v14.14.0.tar.gz) = afb0b401d62d9fcfc68258f50d0bf042998d349ce9c1d7a2d45dd87870b3aab7
+SIZE (node-v14.14.0.tar.gz) = 63133260
More information about the svn-ports-head
mailing list