From nobody Mon Jan 09 18:32:55 2023 X-Original-To: dev-commits-ports-all@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 4NrMy15YZyz2pF4M; Mon, 9 Jan 2023 18:32:57 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 4NrMy1548cz4K7H; Mon, 9 Jan 2023 18:32:57 +0000 (UTC) (envelope-from ashish@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1673289177; 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=bK54lvrdi08N1euI+d/doGmbpg/JPn5ZQvA8AGoA5Yg=; b=VP54nsacMjnBy0HELZ51L3jmtSu0UtN8dLGq9JVFhz3xt9hNb5cjDR6LXVGCLReHRmvT8L AIQjvkGF3frARyrYEpUsM5jCdQW5+ARESu7tqPjQFOPH1fSmkT+E81dL08hvZY/r1SkEBr 1P8q/IvzYYyp7K4wPR+6U7oBCIs19P3vk0dgHARKyREwtdWKTK8cAw2YwlRGcEkajTYmrJ Vjut3fp9AeU+njf37jW1DFFxBrG9xoixR/w5+qlSFNf7qk7US3V6XmVKpjdSQfMU+LNDKi tADc8EsZR6iOF8MeOG7/LBeMAGVAiuzea2VkJvMwD4a7sjA+CVi/r1WXtrnAIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1673289177; 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=bK54lvrdi08N1euI+d/doGmbpg/JPn5ZQvA8AGoA5Yg=; b=qzxbqEzrMx4cdxI7r0yNhgg+hDSFC9Q5lmiNN8Njgl2j7ifgsjdaOkppxkJkMTJWmo32JH akjml/Pobl2vNUezyipBmmVJysxYFEVvONhMyYSQ0fB7HANrzV65fyPPUkqINOMHA8O+Zv c0sHni8AwGicwo5UvLW6B5loUCyZs/Nt9JsvSZECnG7v2SU1tQbG1iq+VKXjaXpznfZkiZ TOVPLFi2xCi+trKfDQbq1aLYtO/n29saEQEsh1ZhphCycrqDN5ez+ukXNbLJNbfbGiPXrj 7ttatIp+R/3vBRzb0ZqbDVOsOSPt5ZSti1gv4u3FnmSO0iqECPwGMyxE85YgRw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1673289177; a=rsa-sha256; cv=none; b=b/ZOWlP6ioQkV2+9ZrraE59Kyvb4OiI+1w1J+iGQH5qEnn6d/IVyZczaLIvI3r+1PQNRKi 5n4dJhD9UxCbVW4kyDYnNSSpNXHVLTaWVAr+AwUmm2DEZ8qKifB2v/b6f53SgZIcB9rxoh EXPyjL6ny+eEW5JQYsodXvGhLuoCX3Vclz94NBP3yoKEhVoD8dC9zebLVqbf/kE3Ua9M6m bTCK0oPDqG/ealvwhhPUAlVubVoPzlV1vZsDEwKxhzFeA+gOf+b9g9AFB5HvTi+QfYHiju Nvfo0irLXLj9pqV9pqYU4l/iu83Hw4ttO6STSYIry0UoH0O3DHvBYKA4afwGlw== Received: from email.lostca.se (anamika.lostca.se [IPv6:2a01:4f9:3b:505c::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ashish/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4NrMy06LQ0zcpK; Mon, 9 Jan 2023 18:32:56 +0000 (UTC) (envelope-from ashish@FreeBSD.org) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 10 Jan 2023 00:02:55 +0530 From: Ashish SHUKLA To: Yuri Victorovich Cc: Gleb Popov , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: d3f8a43f8eb7 - main - net/nebula: New port: Scalable overlay networking tool In-Reply-To: References: <202301091018.309AIhNk024437@gitrepo.freebsd.org> User-Agent: Roundcube Webmail/1.4.13 Message-ID: X-Sender: ashish@FreeBSD.org Organization: The FreeBSD Project X-ThisMailContainsUnwantedMimeParts: N On 2023-01-09 17:10, Gleb Popov wrote: > On Mon, Jan 9, 2023 at 1:18 PM Yuri Victorovich > wrote: >> >> The branch main has been updated by yuri: >> >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=d3f8a43f8eb72934628597ec9301788aeb8e0e4b >> >> commit d3f8a43f8eb72934628597ec9301788aeb8e0e4b >> Author: Yuri Victorovich >> AuthorDate: 2023-01-09 10:14:28 +0000 >> Commit: Yuri Victorovich >> CommitDate: 2023-01-09 10:18:41 +0000 >> >> net/nebula: New port: Scalable overlay networking tool > > And this is a dup of security/nebula. Come on, yuri, maybe you should > hold your horses a little bit when adding all these new ports? Are you > really using them? Are you sure you can keep up with maintaining them? As pointed by Gleb, I already maintain it[0], so could you purge it. Also, before adding a new port, I usually update the local ports tree, grep the INDEX for the port/package name, and search in bugzilla for any PRs for the port/package name. References: [0] https://www.freshports.org/security/nebula Thanks! -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0