git: 31775d04812d - main - www/node20: Update to 20.18.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Feb 2025 20:54:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=31775d04812d93534cdc0d582823851f263ffb83 commit 31775d04812d93534cdc0d582823851f263ffb83 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-17 20:50:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-17 20:50:38 +0000 www/node20: Update to 20.18.3 Changes: https://github.com/nodejs/node/releases https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md --- www/node20/Makefile.version | 2 +- www/node20/distinfo | 6 +++--- www/node20/files/patch-icu | 13 ------------- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/www/node20/Makefile.version b/www/node20/Makefile.version index 0eedebab59d7..c4e36f8bd4fc 100644 --- a/www/node20/Makefile.version +++ b/www/node20/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 20.18.2 +NODEJS_PORTVERSION= 20.18.3 diff --git a/www/node20/distinfo b/www/node20/distinfo index 6f6bfb4a4ea2..4d049bd2469d 100644 --- a/www/node20/distinfo +++ b/www/node20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088866 -SHA256 (node-v20.18.2.tar.xz) = 69bf81b70f3a95ae0763459f02860c282d7e3a47567c8afaf126cc778176a882 -SIZE (node-v20.18.2.tar.xz) = 41933624 +TIMESTAMP = 1739663349 +SHA256 (node-v20.18.3.tar.xz) = 0674f16f3bc284c11724cd3f7c2a43f7c2c13d2eb7a872dd0db198f3d588c5f2 +SIZE (node-v20.18.3.tar.xz) = 41858348 diff --git a/www/node20/files/patch-icu b/www/node20/files/patch-icu deleted file mode 100644 index 13dbbdccc8fd..000000000000 --- a/www/node20/files/patch-icu +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/nodejs/node/commit/81517faceac86497b3c8717837f491aa29a5e0f9 - ---- configure.py.orig 2024-11-20 13:28:19 UTC -+++ configure.py -@@ -1829,7 +1829,7 @@ def configure_intl(o): - elif with_intl == 'system-icu': - # ICU from pkg-config. - o['variables']['v8_enable_i18n_support'] = 1 -- pkgicu = pkg_config('icu-i18n') -+ pkgicu = pkg_config(['icu-i18n', 'icu-uc']) - if not pkgicu[0]: - error('''Could not load pkg-config data for "icu-i18n". - See above errors or the README.md.''')