Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2024 19:07:10 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7780fa4cc238 - main - www/*-node21: Remove slave ports which were part of www/node21
Message-ID:  <202407021907.462J7ANp097915@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7780fa4cc2386676963b2bc3b6226b10392cf6cf

commit 7780fa4cc2386676963b2bc3b6226b10392cf6cf
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-07-02 18:43:42 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-07-02 18:45:34 +0000

    www/*-node21: Remove slave ports which were part of www/node21
    
    Reported by:    antoine
---
 MOVED                    | 2 ++
 www/Makefile             | 2 --
 www/npm-node21/Makefile  | 5 -----
 www/yarn-node21/Makefile | 5 -----
 4 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/MOVED b/MOVED
index debb10869db6..3043ad5ec7da 100644
--- a/MOVED
+++ b/MOVED
@@ -3375,3 +3375,5 @@ www/zend-framework||2024-06-30|Has expired: Deprecated by upstream, and moved to
 sysutils/torque||2024-06-30|Has expired: unfetchable, upstream no longer open source
 lang/icc||2024-07-01|Has expired: This version is EOL since a long time, i386 only, and the current clang based Intel oneAPI DPC++/C++ seems to work
 graphics/intel-backlight||2024-07-01|Has expired: Use backlight(8)
+www/yarn-node21||2024-07-02|Removed, part of www/node21
+www/npm-node21||2024-07-02|Removed, part of www/node21
diff --git a/www/Makefile b/www/Makefile
index ce1260b91da3..f3963253736f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -472,7 +472,6 @@
     SUBDIR += npm
     SUBDIR += npm-node18
     SUBDIR += npm-node20
-    SUBDIR += npm-node21
     SUBDIR += npm-node22
     SUBDIR += oauth2-proxy
     SUBDIR += obhttpd
@@ -2505,7 +2504,6 @@
     SUBDIR += yarn
     SUBDIR += yarn-node18
     SUBDIR += yarn-node20
-    SUBDIR += yarn-node21
     SUBDIR += yarn-node22
     SUBDIR += yarr
     SUBDIR += yaws
diff --git a/www/npm-node21/Makefile b/www/npm-node21/Makefile
deleted file mode 100644
index 7452292b1e50..000000000000
--- a/www/npm-node21/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-USES=		nodejs:21,run
-
-MASTERDIR=	${.CURDIR}/../npm-node20
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/yarn-node21/Makefile b/www/yarn-node21/Makefile
deleted file mode 100644
index 64580f753eb1..000000000000
--- a/www/yarn-node21/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-USES=		nodejs:21,run
-
-MASTERDIR=	${.CURDIR}/../yarn-node20
-
-.include "${MASTERDIR}/Makefile"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407021907.462J7ANp097915>