From owner-svn-ports-head@freebsd.org Wed May 25 19:42:12 2016 Return-Path: Delivered-To: svn-ports-head@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 7396CB4AF68; Wed, 25 May 2016 19:42:12 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56CE01AE5; Wed, 25 May 2016 19:42:11 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (vie-91-186-158-235.dsl.sil.at [91.186.158.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 5674A3F425; Wed, 25 May 2016 15:32:47 -0400 (EDT) Date: Wed, 25 May 2016 21:32:45 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev cc: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415804 - head/lang/nbc In-Reply-To: <20160525012029.GA80351@FreeBSD.org> Message-ID: References: <201605241802.u4OI20wt078322@repo.freebsd.org> <20160525012029.GA80351@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 25 May 2016 19:42:12 -0000 On Wed, 25 May 2016, Alexey Dokuchaev wrote: >> Log: >> lang/nbc: fix a typo in pkg-descr > One thing I always wonder at is why most people, when noticing a typo, won't > check if others had made it as well (and fix it in a single nice commit): > > $ find /usr/ports -name pkg-descr | xargs grep -l langauge > /usr/ports/print/transfig/pkg-descr > /usr/ports/textproc/silvercity/pkg-descr > > (At least. There might be other files that worth checking as well: > Makefile, pkg-message, etc.) I'm not Rene, but did a recursive grep, which only found those two cases, and committed fixed for both. Gerald