From owner-svn-ports-head@freebsd.org Tue Jul 14 17:17:23 2020 Return-Path: Delivered-To: svn-ports-head@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 0E736369635; Tue, 14 Jul 2020 17:17:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B5nJL5dW4z428V; Tue, 14 Jul 2020 17:17:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 786BAC8DE; Tue, 14 Jul 2020 17:17:22 +0000 (UTC) Date: Tue, 14 Jul 2020 17:17:22 +0000 From: Alexey Dokuchaev To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r542225 - in head/devel: . py-jailconf Message-ID: <20200714171722.GA81439@FreeBSD.org> References: <202007141709.06EH92Rt066640@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202007141709.06EH92Rt066640@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2020 17:17:23 -0000 On Tue, Jul 14, 2020 at 05:09:02PM +0000, Kurt Jaeger wrote: > New Revision: 542225 > URL: https://svnweb.freebsd.org/changeset/ports/542225 > > Log: > New port: devel/py-jailconf > > ... > +MAINTAINER= s.adaszewski@gmail.com > +COMMENT= Parse and edit your FreeBSD jail.conf with python > > +++ head/devel/py-jailconf/pkg-descr > @@ -0,0 +1,3 @@ > +Parse and edit your FreeBSD jail.conf with python. > + > +WWW: https://github.com/leforestier/jailconf Repeating the COMMENT verbatim makes a bad port description, and is explicitly advised against in the PHB Section 3.2.1. Please do not commit proposed changes as is, they often require polishing. ./danfe