From owner-svn-ports-all@freebsd.org Tue Nov 28 16:19:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7FEADBB4A0; Tue, 28 Nov 2017 16:19:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA4D46B9D2; Tue, 28 Nov 2017 16:19:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0A4B91EB7C; Tue, 28 Nov 2017 16:19:15 +0000 (UTC) Date: Tue, 28 Nov 2017 16:19:15 +0000 From: Alexey Dokuchaev To: Dan Langille Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r455056 - head/devel/py-naiveBayesClassifier Message-ID: <20171128161915.GB43542@FreeBSD.org> References: <201711281612.vASGCWJI056613@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201711281612.vASGCWJI056613@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 16:19:15 -0000 On Tue, Nov 28, 2017 at 04:12:32PM +0000, Dan Langille wrote: > New Revision: 455056 > URL: https://svnweb.freebsd.org/changeset/ports/455056 > > Log: > Yet another general purpose Naive Bayesian classifier. (under heavy > development) > > [...] > +COMMENT= Yet another general purpose naive bayesian classifier > [...] > +++ head/devel/py-naiveBayesClassifier/pkg-descr > @@ -0,0 +1,4 @@ > +yet another general purpose Naive Bayesian classifier. > +(under heavy development) Inconsistent capitalization in COMMENT vs. pkg-descr; also, typically port description text should contain a little more information about the port (see section 3.2.1 of the PHB for some hints). ./danfe