From nobody Mon Jun 05 20:36:48 2023 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 4QZll96hthz4b7WC; Mon, 5 Jun 2023 20:36:53 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QZll86LzGz432p; Mon, 5 Jun 2023 20:36:52 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: by mail.gandi.net (Postfix) with ESMTPA id CB7BE20008; Mon, 5 Jun 2023 20:36:48 +0000 (UTC) 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 Date: Mon, 05 Jun 2023 22:36:48 +0200 From: Daniel Engberg To: Alexey Dokuchaev Cc: Jan Beich , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: ae7f77bb682a - main - devel/libevent-devel: new port had been copied from `devel/libevent' In-Reply-To: References: <202306051132.355BW5wi020785@gitrepo.freebsd.org> Message-ID: <3ea91b9d7f48081150df77fc5e2a97fb@FreeBSD.org> X-Sender: diizzy@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4QZll86LzGz432p X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29169, ipnet:2001:4b98::/32, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 2023-06-05 13:48, Alexey Dokuchaev wrote: > On Mon, Jun 05, 2023 at 01:39:43PM +0200, Jan Beich wrote: >> Alexey Dokuchaev writes: >> > +MAINTAINER= kbowling@FreeBSD.org >> >> Did you get approval before assigning the new port to someone >> other than yourself? > > Or it could be perceived as "stealing" a port which would lose > its -devel suffix one day. Also, it's kind of a fake repocopy > (because there are no real ones in Git) and it helps to track > history better, to some extent. > > That said, feel free to reassign as you see appropriate if you > strongly disagree. > > ./danfe Hi, This fails to fetch and we're already tracking this in the PR Jan mentioned. https://github.com/libevent/libevent/releases/download/release-2.2.1-alpha-dev/libevent-2.2.1-alpha-dev.tar.gz: Not Found On top of that there are upstream patches needed to make it usable for testing. I also share the view that we should avoid adding ports before assigning it to someone else without approval. Best regards, Daniel