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
This commit is contained in:
Bradley T. Hughes
2020-07-29 22:08:13 +00:00
parent 35752f1342
commit f55f2f827a

View File

@@ -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 \