Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2020 22:08:13 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543682 - head/www/node
Message-ID:  <202007292208.06TM8DYe039329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Wed Jul 29 22:08:13 2020
New Revision: 543682
URL: https://svnweb.freebsd.org/changeset/ports/543682

Log:
  www/node: Update 14.6.0 -> 14.6.0_1
  
  Bump PORTREVISION after updating the minimum version requirements for
  libuv, libnghttp2, and libcares.
  
  The previous change for www/node erroneously mentioned the most recent
  www/node10 update. The correct changelog should have read:
  
  www/node: Update 14.5.0 -> 14.6.0
  
  https://nodejs.org/en/blog/release/v14.6.0/
  
  Sponsored by:	Miles AS

Modified:
  head/www/node/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Wed Jul 29 22:04:35 2020	(r543681)
+++ head/www/node/Makefile	Wed Jul 29 22:08:13 2020	(r543682)
@@ -3,6 +3,7 @@
 PORTNAME=	node
 PORTVERSION=	14.6.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 
@@ -68,9 +69,9 @@ MAKE_ENV+=	CC.host=${CC} CFLAGS.host="${CFLAGS}" \
 		CXX.host=${CXX} CXXFLAGS.host="${CXXFLAGS}" \
 		LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}"
 
-BUILD_DEPENDS+=	c-ares>=1.15.0:dns/c-ares\
-		libuv>=1.37.0:devel/libuv \
-		libnghttp2>=1.40.0:www/libnghttp2 \
+BUILD_DEPENDS+=	c-ares>=1.16.0:dns/c-ares\
+		libuv>=1.38.1:devel/libuv \
+		libnghttp2>=1.41.0:www/libnghttp2 \
 		objdump:devel/binutils
 LIB_DEPENDS+=	libcares.so:dns/c-ares\
 		libuv.so:devel/libuv \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007292208.06TM8DYe039329>