Skip to content

Commit

Permalink
www/node18: Update to 18.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 9, 2023
1 parent b443b74 commit 6357729
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions www/node18/Makefile
@@ -1,5 +1,5 @@
PORTNAME= node
PORTVERSION= 18.16.0
PORTVERSION= 18.16.1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
Expand All @@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_SSL= libressl libressl-devel
BROKEN_SSL_REASON= Node.js ${PORTVERSION:R:R}.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
BROKEN_SSL_REASON= Node.js ${PORTVERSION:R:R}.x requires OpenSSL or the BUNDLED_SSL option enabled
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le

BUILD_DEPENDS= brotli>=1.0.9,1:archivers/brotli \
Expand Down Expand Up @@ -58,15 +58,14 @@ OPTIONS_DEFAULT=DTRACE
OPTIONS_EXCLUDE+= DTRACE
.endif
OPTIONS_EXCLUDE_aarch64= DTRACE
# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented
OPTIONS_EXCLUDE_armv6= DTRACE
OPTIONS_EXCLUDE_armv7= DTRACE
OPTIONS_EXCLUDE_powerpc64= DTRACE
OPTIONS_EXCLUDE_powerpc64le= DTRACE
OPTIONS_SUB= yes
BUNDLED_SSL_DESC= Use bundled OpenSSL implementation from node.js

BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl --openssl-use-def-ca-store
BUNDLED_SSL_CONFIGURE_OFF= --openssl-use-def-ca-store --shared-openssl
BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss
BUNDLED_SSL_USES_OFF= ssl
DTRACE_CONFIGURE_ON= --with-dtrace
Expand Down
6 changes: 3 additions & 3 deletions www/node18/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1681052918
SHA256 (node-v18.16.0.tar.gz) = 6a4f5c5d76e5c50cef673099e56f19bc3266ae363f56ca0ab77dd2f3c5088c6d
SIZE (node-v18.16.0.tar.gz) = 85325636
TIMESTAMP = 1688166100
SHA256 (node-v18.16.1.tar.gz) = 518f4c8dc23a26d8df77288d94e254b6015d792026ff9ba0c2316af255875fa5
SIZE (node-v18.16.1.tar.gz) = 85440226

0 comments on commit 6357729

Please sign in to comment.