1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

www/node18: Update to 18.17.0

- Remove unneeded .include <bsd.port.options.mk>
- Sort PLIST

Changes:	https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md
This commit is contained in:
Po-Chuan Hsieh 2023-08-17 02:10:56 +08:00
parent 83e72f05c6
commit 0aa154c63f
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 11 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= node
PORTVERSION= 18.16.1
PORTVERSION= 18.17.0
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
@ -73,7 +73,11 @@ NLS_BUILD_DEPENDS= icu>=69.1:devel/icu
NLS_CONFIGURE_ON= --with-intl=system-icu
NLS_LIB_DEPENDS= libicui18n.so:devel/icu
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160 && ${ARCH} == aarch64
CXXFLAGS+= -Wno-error=enum-constexpr-conversion
.endif
.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi
@ -98,10 +102,4 @@ post-configure:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160 && ${ARCH} == aarch64
CXXFLAGS+= -Wno-error=enum-constexpr-conversion
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1688166100
SHA256 (node-v18.16.1.tar.gz) = 518f4c8dc23a26d8df77288d94e254b6015d792026ff9ba0c2316af255875fa5
SIZE (node-v18.16.1.tar.gz) = 85440226
TIMESTAMP = 1691069944
SHA256 (node-v18.17.0.tar.gz) = 7aaa157c0219b5895a4bd51d9e9731e0d0eb0ab9424fdbdcf30d01b3e5fb74e9
SIZE (node-v18.17.0.tar.gz) = 85943718

View File

@ -2236,8 +2236,8 @@ include/node/v8-exception.h
include/node/v8-extension.h
include/node/v8-external.h
include/node/v8-forward.h
include/node/v8-function.h
include/node/v8-function-callback.h
include/node/v8-function.h
include/node/v8-initialization.h
include/node/v8-internal.h
include/node/v8-isolate.h
@ -2277,6 +2277,7 @@ lib/node_modules/corepack/CHANGELOG.md
lib/node_modules/corepack/LICENSE.md
lib/node_modules/corepack/README.md
lib/node_modules/corepack/dist/corepack.js
lib/node_modules/corepack/dist/lib/corepack.cjs
lib/node_modules/corepack/dist/npm.js
lib/node_modules/corepack/dist/npx.js
lib/node_modules/corepack/dist/pnpm.js