aboutsummaryrefslogtreecommitdiff
path: root/www/node
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2020-07-29 22:08:13 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2020-07-29 22:08:13 +0000
commitf55f2f827a8bb436c0c2adba5cf3bf50b196fb89 (patch)
tree538d519b0058eb89540e2b09fd88dc4e8a849414 /www/node
parent35752f13428e0da4f4da1b8f75a75b96c5df1038 (diff)
downloadports-f55f2f827a8bb436c0c2adba5cf3bf50b196fb89.tar.gz
ports-f55f2f827a8bb436c0c2adba5cf3bf50b196fb89.zip
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
Notes
Notes: svn path=/head/; revision=543682
Diffstat (limited to 'www/node')
-rw-r--r--www/node/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 59dcdecf9b1c..95f44328ac87 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -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 \