git: 4096169b5675 - main - */*: Remove expired ports:

Rene Ladan rene at FreeBSD.org
Sat Jun 26 12:20:00 UTC 2021


The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4096169b5675e70df509d2bcc3556cd792ccf7c7

commit 4096169b5675e70df509d2bcc3556cd792ccf7c7
Author:     Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-06-26 12:19:32 +0000
Commit:     Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-06-26 12:19:37 +0000

    */*: 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
---
 MOVED                    |  2 ++
 www/Makefile             |  2 --
 www/npm-node10/Makefile  | 12 ------------
 www/yarn-node10/Makefile | 15 ---------------
 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 at 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 at 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"


More information about the dev-commits-ports-main mailing list