Date: Fri, 30 Jun 2023 03:36:46 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ac5d81527d95 - main - www/yarn-node19: Remove expired port Message-ID: <202306300336.35U3akl3096722@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac5d81527d954af7d0a1dd93612674ec86b9d26b commit ac5d81527d954af7d0a1dd93612674ec86b9d26b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 03:11:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 03:12:09 +0000 www/yarn-node19: Remove expired port 2023-06-30 www/yarn-node19: This port depends on deprecated www/node19. Migrate to www/yarn-node18 or www/yarn-node20 instead Approved by: portmgr (blanket) --- MOVED | 1 + www/Makefile | 1 - www/yarn-node19/Makefile | 8 -------- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/MOVED b/MOVED index 89a369ab77db..7c1dbb123390 100644 --- a/MOVED +++ b/MOVED @@ -7667,3 +7667,4 @@ databases/mysql56-client||2023-06-30|Has expired: Upstream support ended in Febr 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 diff --git a/www/Makefile b/www/Makefile index a70fe43d0baf..08db30a703c0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2443,7 +2443,6 @@ SUBDIR += yarn SUBDIR += yarn-node16 SUBDIR += yarn-node18 - SUBDIR += yarn-node19 SUBDIR += yarn-node20 SUBDIR += yarr SUBDIR += yaws diff --git a/www/yarn-node19/Makefile b/www/yarn-node19/Makefile deleted file mode 100644 index d98a572a7058..000000000000 --- a/www/yarn-node19/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -DEPRECATED= This port depends on deprecated www/node19. Migrate to www/yarn-node18 or www/yarn-node20 instead -EXPIRATION_DATE=2023-06-30 - -USES= nodejs:19,run - -MASTERDIR= ${.CURDIR}/../yarn-node18 - -.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300336.35U3akl3096722>