From owner-cvs-all@FreeBSD.ORG Tue Dec 27 14:27:56 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C70241065672; Tue, 27 Dec 2011 14:27:56 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 647EF8FC08; Tue, 27 Dec 2011 14:27:56 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 7920C5C2E; Tue, 27 Dec 2011 09:27:55 -0500 (EST) Date: Tue, 27 Dec 2011 09:27:55 -0500 From: Wesley Shields To: Eitan Adler Message-ID: <20111227142755.GA62363@atarininja.org> References: <201112270332.pBR3WPZc022687@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201112270332.pBR3WPZc022687@repoman.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING ports/Tools/scripts README README.portsearch ports/Tools/scripts/modules buildmodules.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 14:27:56 -0000 On Tue, Dec 27, 2011 at 03:32:25AM +0000, Eitan Adler wrote: > eadler 2011-12-27 03:32:25 UTC > > FreeBSD ports repository > > Modified files: > . UPDATING > Tools/scripts README README.portsearch > Tools/scripts/modules buildmodules.pl > Log: > - Remove some old duplicate words. They were getting in way of finding newer ones. > > Revision Changes Path > 1.23 +2 -2 ports/Tools/scripts/README > http://cvsweb.FreeBSD.org/ports/Tools/scripts/README.diff?r1=1.22&r2=1.23 > | --- ports/Tools/scripts/README 2010/01/29 14:52:45 1.22 > | +++ ports/Tools/scripts/README 2011/12/27 03:32:25 1.23 > | @@ -1,4 +1,4 @@ > | -$FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Tools/scripts/README,v 1.22 2010/01/29 14:52:45 kuriyama Exp $ > | +$FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Tools/scripts/README,v 1.23 2011/12/27 03:32:25 eadler Exp $ > | > | ardiff - compare two archives easily > | addport - replacement for easy-import > | @@ -161,7 +161,7 @@ portsearch - A utility for searching the > | fields. This option behaves differently to the other op- > | tions, see the EXAMPLES section > | > | - -f file Use the index file file instead of /usr/ports/INDEX > | + -f file Use the index file instead of /usr/ports/INDEX I don't think this was a duplicate word. It's letting you know that it expects to find an INDEX file named "file" (for whatever you specify). > 1.2 +1 -1 ports/Tools/scripts/README.portsearch > http://cvsweb.FreeBSD.org/ports/Tools/scripts/README.portsearch.diff?r1=1.1&r2=1.2 > | --- ports/Tools/scripts/README.portsearch 2000/08/28 11:37:23 1.1 > | +++ ports/Tools/scripts/README.portsearch 2011/12/27 03:32:25 1.2 > | @@ -39,7 +39,7 @@ DESCRIPTION > | fields. This option behaves differently to the other op- > | tions, see the EXAMPLES section > | > | - -f file Use the index file file instead of /usr/ports/INDEX > | + -f file Use the index file instead of /usr/ports/INDEX Same here. -- WXS