From nobody Wed Nov 24 11:06:05 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C537C18A41E9; Wed, 24 Nov 2021 11:06:09 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HzdV94266z3sB3; Wed, 24 Nov 2021 11:06:09 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from [IPV6:2409:11:22a0:8900::34] (unknown [IPv6:2409:11:22a0:8900::34]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: tagattie/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 6A8BF2CE4A; Wed, 24 Nov 2021 11:06:08 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Message-ID: Date: Wed, 24 Nov 2021 20:06:05 +0900 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Subject: Re: git: 4da4f5edbf9d - main - devel/electron13: update to 13.6.2 (and rename from devel/electron12) Content-Language: en-US To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202111240831.1AO8V9fW084700@gitrepo.freebsd.org> From: Hiroki Tagato In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637751969; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J8z//KwQOmC4neIimXwE33oPtC2aPezIFtN5vvbYCEw=; b=GV0Xvh2xk7h1MKUuYXfHTHSdDbjKoJfbuTNNZE+YhL4Gq9s8+ZTzA6ndr/p3UiqiyEZ/xC 4lTKgf/KKEuiiq+FpiW7fh2qLwhg5/Jxldnh+Eh92uroGbirzzmqfpSU9JoWT0RtlUg90S trGlVfymmvW9/7uoz61qK9sI0qEP+Ug8DtKFv2gx6VS8xhosCZwWOXlyXkmZiG9MYCqvPF d30nUJTd6mP8SHzRAh6HPQcviFxbKzYOiGMdultjEGJxolNCHKMDrkajpodZSw/mXQA8i8 qzSod8iXPWOSVGHgQPvhHJxVVereaWpeUc+KBuwYMSEzXZcpQ/Z2d4YYHoh5Nw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637751969; a=rsa-sha256; cv=none; b=hEhZbp9Gvvoq1x804socQvdjuXXl73xv5CE8eGLd0X2PHXbcVIsqjGy5vXZN+1NM6QEkGQ T1B//rMeCuT6gWSho1T/kyXC5xHcUSfO2klUU/T598IpJY2A9Nykpc1eE1GTay5jQcZK49 j0sOtFhJlr2ShmXSifu2vFd9ZbYkSwiJq7XjfaAs+3656ZsNAvwqLwEumQOoNz3aNfQAxH I7DLjZPmC8S9PSV7w4Nq0lQa+NquU0VVk+7jP0tzfW8I92Ll4wfKcTW7t5t1fDo+khVsjy pzIXy3IE0+hvG7tLRIf/5s8TulN/NW34nUgdFh9s1Qcd6ikGLzW4qmZDQCVoAQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On 2021/11/24 17:53, Alexey Dokuchaev wrote: > On Wed, Nov 24, 2021 at 08:31:09AM +0000, Hiroki Tagato wrote: >> commit 4da4f5edbf9de5c4269cf66d70044f4cb3abdc41 >> >> devel/electron13: update to 13.6.2 (and rename from devel/electron12) > > What's the point of having version embedded in the port name when > there are no other versions in the ports, why not rename to simply > `devel/electron'? There used to be multiple electron versions before they were removed due to dependency on python 2.7. Electron 14 and later are finally python 2.7-free and we will be able to have multiple versions in the tree again. Best regards, Hiroki