Skip to content

Commit

Permalink
www/node19: Sunset
Browse files Browse the repository at this point in the history
2023-06-30 www/node19: Nodejs 19.* will reach its EoL on 2023-06-01. Use Node.js 18.* (www/node18) or 20.* (www/node20) instead

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jun 30, 2023
1 parent a157386 commit 6228cf6
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 2,601 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -7669,3 +7669,4 @@ www/moodle311||2023-06-30|Has expired: Requires php80 which is set to expire on
www/moodle40||2023-06-30|Has expired: Requires php80 which is set to expire on 2023-11-26
www/yarn-node19||2023-06-30|Has expired: This port depends on deprecated www/node19. Migrate to www/yarn-node18 or www/yarn-node20 instead
www/npm-node19||2023-06-30|Has expired: This port depends on deprecated www/node19. Migrate to www/npm-node18 or www/npm-node20 instead
www/node19||2023-06-30|Has expired: Nodejs 19.* will reach its EoL on 2023-06-01. Use Node.js 18.* (www/node18) or 20.* (www/node20) instead
6 changes: 3 additions & 3 deletions Mk/Uses/nodejs.mk
Expand Up @@ -7,7 +7,7 @@
# - build use node as build-time dependency
# - run use node as runtime dependency
# - env set the environment (NODEJS_VERSION and NODEJS_SUFFIX)
# - version available version: lts, current, 16, 18, 19, 20
# - version available version: lts, current, 16, 18, 20
#
# Note:
# - The supported versions follow upstream release schedule
Expand All @@ -22,13 +22,13 @@
.if !defined(_INCLUDE_USES_NODEJS_MK)
_INCLUDE_USES_NODEJS_MK= yes

_VALID_NODEJS_VERSIONS= 16 18 19 20 current lts
_VALID_NODEJS_VERSIONS= 16 18 20 current lts

. if ! ${_VALID_NODEJS_VERSIONS:M${NODEJS_DEFAULT}}
IGNORE= Invalid default nodejs version ${NODEJS_DEFAULT}; valid versions are ${_VALID_NODEJS_VERSIONS}
. endif

. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N16:N18:N19:N20)
. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N16:N18:N20)
IGNORE= USES=nodejs has invalid arguments ${nodejs_ARGS}
. endif

Expand Down
2 changes: 1 addition & 1 deletion Mk/bsd.default-versions.mk
Expand Up @@ -97,7 +97,7 @@ MONO_DEFAULT?= 5.10
MYSQL_DEFAULT?= 8.0
# Possible values: ninja, samurai
NINJA_DEFAULT?= ninja
# Possible value: 16, 18, 19, 20, current, lts (Note: current = 20 and lts = 18)
# Possible value: 16, 18, 20, current, lts (Note: current = 20 and lts = 18)
NODEJS_DEFAULT?= lts
# Possible value: 24, 25, 26
OPENLDAP_DEFAULT?= 26
Expand Down
1 change: 0 additions & 1 deletion www/Makefile
Expand Up @@ -454,7 +454,6 @@
SUBDIR += node
SUBDIR += node16
SUBDIR += node18
SUBDIR += node19
SUBDIR += node20
SUBDIR += nostromo
SUBDIR += novnc
Expand Down
93 changes: 0 additions & 93 deletions www/node19/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions www/node19/distinfo

This file was deleted.

11 changes: 0 additions & 11 deletions www/node19/files/extra-patch-common.gypi

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions www/node19/files/patch-deps_openssl_openssl-cl__no__asm.gypi

This file was deleted.

11 changes: 0 additions & 11 deletions www/node19/files/patch-deps_openssl_openssl__no__asm.gypi

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions www/node19/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc

This file was deleted.

20 changes: 0 additions & 20 deletions www/node19/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h

This file was deleted.

13 changes: 0 additions & 13 deletions www/node19/files/patch-deps_v8_src_libsampler_sampler.cc

This file was deleted.

12 changes: 0 additions & 12 deletions www/node19/files/patch-node.gypi

This file was deleted.

11 changes: 0 additions & 11 deletions www/node19/files/patch-src_cares__wrap.h

This file was deleted.

11 changes: 0 additions & 11 deletions www/node19/files/patch-tools_v8__gypfiles_v8.gyp

This file was deleted.

4 changes: 0 additions & 4 deletions www/node19/pkg-descr

This file was deleted.

7 changes: 0 additions & 7 deletions www/node19/pkg-message

This file was deleted.

0 comments on commit 6228cf6

Please sign in to comment.