From owner-dev-commits-ports-all@freebsd.org Sat Jun 26 12:20:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3ABF5653395; Sat, 26 Jun 2021 12:20:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GBtH415Pwz4j5s; Sat, 26 Jun 2021 12:20:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03BBB1E8E1; Sat, 26 Jun 2021 12:20:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15QCJx6i001040; Sat, 26 Jun 2021 12:19:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QCJxUS001039; Sat, 26 Jun 2021 12:19:59 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:19:59 GMT Message-Id: <202106261219.15QCJxUS001039@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: 4096169b5675 - main - */*: Remove expired ports: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4096169b5675e70df509d2bcc3556cd792ccf7c7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:20:00 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=4096169b5675e70df509d2bcc3556cd792ccf7c7 commit 4096169b5675e70df509d2bcc3556cd792ccf7c7 Author: Rene Ladan AuthorDate: 2021-06-26 12:19:32 +0000 Commit: Rene Ladan 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 - -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 - -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"