Skip to content

Commit

Permalink
www/node16: Update to 16.14.2
Browse files Browse the repository at this point in the history
- Update to 16.14.2
- Add COREPACK option

Reported by:    Boris Korzun <drtr0jan@yandex.ru>, pi
PR:             261789
Differential Revision:	https://reviews.freebsd.org/D34413
  • Loading branch information
jurajlutter committed Apr 2, 2022
1 parent 482b3e7 commit cd47c65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions www/node16/Makefile
@@ -1,6 +1,6 @@
PORTNAME= node
DISTVERSIONPREFIX= v
DISTVERSION= 16.13.0
DISTVERSION= 16.14.2
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${DISTVERSION}/
PKGNAMESUFFIX= 16
Expand All @@ -18,8 +18,8 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
USES= compiler:c++11-lib gmake python:3.6-3.9,build pkgconfig \
localbase shebangfix

OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE
OPTIONS_DEFAULT= DTRACE
OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE COREPACK
OPTIONS_DEFAULT= DTRACE COREPACK
OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
OPTIONS_SUB= yes

Expand All @@ -45,6 +45,9 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu

DTRACE_CONFIGURE_ON= --with-dtrace

COREPACK_DESC= Build and install corepack package manager
COREPACK_CONFIGURE_OFF= --without-corepack

HAS_CONFIGURE= yes

CONFLICTS_INSTALL= node10 node14 node
Expand Down
6 changes: 3 additions & 3 deletions www/node16/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1635453482
SHA256 (node-v16.13.0.tar.gz) = 9c00e5b6024cfcbc9105f9c58cf160762e78659a345d100c5bd80a7fb38c684f
SIZE (node-v16.13.0.tar.gz) = 63735070
TIMESTAMP = 1647628606
SHA256 (node-v16.14.2.tar.gz) = 082170f362c4da0e97f3a1899e3f5e4c998bbc245b803c77c6ab113a2b5cbd5f
SIZE (node-v16.14.2.tar.gz) = 64999385

0 comments on commit cd47c65

Please sign in to comment.