From owner-svn-ports-all@freebsd.org Mon Jun 25 03:35:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0050B1021C04; Mon, 25 Jun 2018 03:35:53 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 90CA788A4E; Mon, 25 Jun 2018 03:35:53 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8670FCC1C; Mon, 25 Jun 2018 03:35:53 +0000 (UTC) Date: Mon, 25 Jun 2018 03:35:53 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r473226 - head/textproc/p5-Lingua-Stem-Snowball-No Message-ID: <20180625033553.GA64853@FreeBSD.org> References: <201806242016.w5OKGaWA050598@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806242016.w5OKGaWA050598@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Mon, 25 Jun 2018 03:35:54 -0000 On Sun, Jun 24, 2018 at 08:16:36PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 473226 > URL: https://svnweb.freebsd.org/changeset/ports/473226 > > Log: > Pet portlint > > - Remove MASTER_SITE_SUBDIR > - Sort PLIST > - Update link in pkg-descr > - Take maintainership Please try to format your commit logs coherently. > +COMMENT= Stemmer for Norwegian > > Modified: head/textproc/p5-Lingua-Stem-Snowball-No/pkg-descr > @@ -1,4 +1,4 @@ > -Lingua::Stem::Snowball::No is a perl port of the norwegian > -stemmer at http://snowball.sourceforge.net. > +Lingua::Stem::Snowball::No is a perl port of the norwegian stemmer at Inconsistent with the COMMENT (and wrong) spelling of Norwegian. > Modified: head/textproc/p5-Lingua-Stem-Snowball-No/pkg-plist > @@ -1,3 +1,3 @@ > bin/stemmer-no.pl > -%%PERL5_MAN3%%/Lingua::Stem::Snowball::No.3.gz > %%SITE_PERL%%/Lingua/Stem/Snowball/No.pm > +%%PERL5_MAN3%%/Lingua::Stem::Snowball::No.3.gz What exactly is the improvement here? ./danfe