From owner-cvs-src@FreeBSD.ORG Mon Oct 18 12:08:16 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 4C24616A4CE; Mon, 18 Oct 2004 12:08:16 +0000 (GMT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DA243D1D; Mon, 18 Oct 2004 12:08:15 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd08.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1CJWJC-0001vK-02; Mon, 18 Oct 2004 14:08:14 +0200 Received: from Andro-Beta.Leidinger.net (rSjDq6ZerePezF2Nth-qgK6JISq6ta38Nw8H4P5qvrrObLK+7WQqrM@[84.128.193.206]) by fmrl08.sul.t-online.com with esmtp id 1CJWIv-19KXZo0; Mon, 18 Oct 2004 14:07:57 +0200 Received: from Andro-Beta.Leidinger.net (localhost [127.0.0.1]) i9IC7sXk046073; Mon, 18 Oct 2004 14:07:55 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: (from www@localhost)i9IC7sGK046072; Mon, 18 Oct 2004 14:07:54 +0200 (CEST) (envelope-from Alexander@Leidinger.net) X-Authentication-Warning: Andro-Beta.Leidinger.net: www set sender to Alexander@Leidinger.net using -f Received: from wwwproxy-2.sns-felb.debis.de (wwwproxy-2.sns-felb.debis.de [53.122.192.14]) by netchild.homeip.net (IMP) with HTTP for ; Mon, 18 Oct 2004 14:07:52 +0200 Message-ID: <1098101272.4173b21825a40@netchild.homeip.net> Date: Mon, 18 Oct 2004 14:07:52 +0200 From: Alexander@Leidinger.net To: "David E. O'Brien" References: <200410180534.i9I5YsGn053852@repoman.freebsd.org> In-Reply-To: <200410180534.i9I5YsGn053852@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.6 / FreeBSD-4.10 X-Originating-IP: 53.122.192.14 X-ID: rSjDq6ZerePezF2Nth-qgK6JISq6ta38Nw8H4P5qvrrObLK+7WQqrM@t-dialin.net X-TOI-MSGID: bd6678ce-0a82-4885-9035-0ea5336c45d8 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 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 12:08:16 -0000 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. Bye, Alexander.