From owner-freebsd-ports@freebsd.org Sun May 31 21:30:08 2020 Return-Path: Delivered-To: freebsd-ports@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 08D0E2F2063 for ; Sun, 31 May 2020 21:30:08 +0000 (UTC) (envelope-from lev@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Zs0H6YMWz3yBq for ; Sun, 31 May 2020 21:30:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id C103428F84; Sun, 31 May 2020 21:30:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:f9ad:717e:5f47:1698]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id D8D1BD08C; Mon, 1 Jun 2020 00:30:05 +0300 (MSK) Date: Mon, 1 Jun 2020 00:30:04 +0300 From: Lev Serebryakov Reply-To: Lev Serebryakov Organization: FreeBSD Message-ID: <1549834604.20200601003004@serebryakov.spb.ru> To: freebsd-ports , pyhton@FreeBSD.org Subject: Can not add port with name "py3c" (which is name of project!) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2020 21:30:08 -0000 Hello freebsd-ports, I want to add "devel/py3c" [0] as it is requirement for new Subversion python bindings. When I try to commit this new port I've got this error from pre-commit hook: > svn commit -F /usr/home/lev/FreeBSD/ports/devel/svn-commit.tmp Makefile py3c Sending Makefile Adding py3c Adding py3c/Makefile Adding py3c/distinfo Adding py3c/files Adding py3c/files/patch-Makefile Adding py3c/pkg-descr Adding py3c/pkg-plist Transmitting file data ......done Committing transaction... svn: E165001: Commit failed (details follow): svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: Adding new py3- ports is forbidden. The Python ports have flavors and do not need the py3- ports. > Please note, that port name DOES NOT START with "py3-" :) [0] https://github.com/encukou/py3c -- Best regards, Lev mailto:lev@FreeBSD.org