Commit 4096169b authored by Rene Ladan's avatar Rene Ladan
Browse files

*/*: 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
parent 8eb508f2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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

www/npm-node10/Makefile

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
# 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"

www/yarn-node10/Makefile

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
# 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"