diff options
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/npm-node10/Makefile | 12 | ||||
-rw-r--r-- | www/yarn-node10/Makefile | 15 |
4 files changed, 2 insertions, 29 deletions
@@ -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" |