From owner-cvs-src@FreeBSD.ORG Mon Oct 18 17:39:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E2316A4CE; Mon, 18 Oct 2004 17:39:58 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBAC543D5E; Mon, 18 Oct 2004 17:39:57 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9IHdvsB006018; Mon, 18 Oct 2004 10:39:57 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9IHduW5006017; Mon, 18 Oct 2004 10:39:56 -0700 (PDT) (envelope-from obrien) Date: Mon, 18 Oct 2004 10:39:55 -0700 From: "David O'Brien" To: Alexander@Leidinger.net Message-ID: <20041018173955.GB5737@dragon.nuxi.com> References: <200410180534.i9I5YsGn053852@repoman.freebsd.org> <1098101272.4173b21825a40@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1098101272.4173b21825a40@netchild.homeip.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/info info.h main.c src/usr.sbin/pkg_install/lib global.c lib.h src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 17:39:58 -0000 On Mon, Oct 18, 2004 at 02:07:52PM +0200, Alexander@Leidinger.net wrote: > Zitat von "David E. O'Brien" : > > > Add a -q flag to pkg_version. It suppresses the output of <,=,>. > > This makes it possible to "portupgrade `pkg_version -q -l '<'`". > > What's the difference between this and "portupgrade -a"? Even when you intent > to filter the output of pkg_version first I don't see the need for it, > portupgrade has an exclude feature. I also sometimes add a "| grep -v firefox" to the command line. One might also want to use the output of pkg_version for other things where the <,=,> gets in the way. -- -- David (obrien@FreeBSD.org)