git: a157386a4834 - main - www/npm-node19: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 03:36:47 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a157386a4834c18c1485f555012c003b0db0ba26 commit a157386a4834c18c1485f555012c003b0db0ba26 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 03:13:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 03:13:57 +0000 www/npm-node19: Remove expired port 2023-06-30 www/npm-node19: This port depends on deprecated www/node19. Migrate to www/npm-node18 or www/npm-node20 instead Approved by: portmgr (blanket) --- MOVED | 1 + www/Makefile | 1 - www/npm-node19/Makefile | 8 -------- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/MOVED b/MOVED index 7c1dbb123390..6502ffb7c7d1 100644 --- a/MOVED +++ b/MOVED @@ -7668,3 +7668,4 @@ databases/mysac||2023-06-30|Has expired: Requires upstream EOL MySQL 5.6 www/moodle311||2023-06-30|Has expired: Requires php80 which is set to expire on 2023-11-26 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 diff --git a/www/Makefile b/www/Makefile index 08db30a703c0..1615ce0595c7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -464,7 +464,6 @@ SUBDIR += npm SUBDIR += npm-node16 SUBDIR += npm-node18 - SUBDIR += npm-node19 SUBDIR += npm-node20 SUBDIR += oauth2-proxy SUBDIR += obhttpd diff --git a/www/npm-node19/Makefile b/www/npm-node19/Makefile deleted file mode 100644 index 24434ac6c17f..000000000000 --- a/www/npm-node19/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -DEPRECATED= This port depends on deprecated www/node19. Migrate to www/npm-node18 or www/npm-node20 instead -EXPIRATION_DATE=2023-06-30 - -USES= nodejs:19,run - -MASTERDIR= ${.CURDIR}/../npm-node18 - -.include "${MASTERDIR}/Makefile"