aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-06-26 12:19:32 +0000
committerRene Ladan <rene@FreeBSD.org>2021-06-26 12:19:37 +0000
commit4096169b5675e70df509d2bcc3556cd792ccf7c7 (patch)
tree755237db11a3d3097d20191fc67ccc05db85f185
parent8eb508f23b685898ee99ba2d7933608d5cce1740 (diff)
downloadports-4096169.tar.gz
ports-4096169.zip
*/*: Remove expired ports:
www/npm-node10: Uses EOL Python 2.7 via www/node10 2021-06-23 www/yarn-node10: Uses EOL Python 2.7 via www/node10
-rw-r--r--MOVED2
-rw-r--r--www/Makefile2
-rw-r--r--www/npm-node10/Makefile12
-rw-r--r--www/yarn-node10/Makefile15
4 files changed, 2 insertions, 29 deletions
diff --git a/MOVED b/MOVED
index 1917cdf64d51..3757fd9d021d 100644
--- a/MOVED
+++ b/MOVED
@@ -16435,3 +16435,5 @@ devel/libosmo-abis||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libosm
www/node12||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream
www/npm-node12||2021-06-26|Removed, uses www/node12
www/yarn-node12||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node12
+www/npm-node10||2021-06-26|Removed, uses EOL Python 2.7 via www/node10
+www/yarn-node10||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node10
diff --git a/www/Makefile b/www/Makefile
index 0543778380fd..db2ad1ebcd03 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -461,7 +461,6 @@
SUBDIR += npapi-xine
SUBDIR += npc
SUBDIR += npm
- SUBDIR += npm-node10
SUBDIR += npm-node14
SUBDIR += nspluginwrapper
SUBDIR += oauth2-proxy
@@ -2322,7 +2321,6 @@
SUBDIR += yabb
SUBDIR += yanopaste
SUBDIR += yarn
- SUBDIR += yarn-node10
SUBDIR += yarn-node14
SUBDIR += yaws
SUBDIR += you-get
diff --git a/www/npm-node10/Makefile b/www/npm-node10/Makefile
deleted file mode 100644
index 2e823d64b873..000000000000
--- a/www/npm-node10/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PKGNAMESUFFIX= -node10
-
-CONFLICTS_INSTALL= npm npm-node12 npm-node14
-
-OPTIONS_EXCLUDE=NODE NODE12 NODE14
-OPTIONS_SLAVE= NODE10
-
-MASTERDIR= ${.CURDIR}/../npm
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/yarn-node10/Makefile b/www/yarn-node10/Makefile
deleted file mode 100644
index 104199234949..000000000000
--- a/www/yarn-node10/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
-
-PKGNAMESUFFIX= -node10
-
-DEPRECATED= Uses EOL Python 2.7 via www/node10
-EXPIRATION_DATE=2021-06-23
-
-CONFLICTS_INSTALL= yarn yarn-node12 yarn-node14
-
-OPTIONS_EXCLUDE= NODE NODE12 NODE14
-OPTIONS_SLAVE= NODE10
-
-MASTERDIR= ${.CURDIR}/../yarn
-
-.include "${MASTERDIR}/Makefile"