From owner-cvs-src@FreeBSD.ORG Mon Oct 18 05:34:54 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 B554516A4CE; Mon, 18 Oct 2004 05:34:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7FBB43D2F; Mon, 18 Oct 2004 05:34:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9I5YsiZ053853; Mon, 18 Oct 2004 05:34:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9I5YsGn053852; Mon, 18 Oct 2004 05:34:54 GMT (envelope-from obrien) Message-Id: <200410180534.i9I5YsGn053852@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 18 Oct 2004 05:34:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 05:34:54 -0000 obrien 2004-10-18 05:34:54 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/info info.h main.c usr.sbin/pkg_install/lib global.c lib.h usr.sbin/pkg_install/version main.c perform.c pkg_version.1 Log: Add a -q flag to pkg_version. It suppresses the output of <,=,>. This makes it possible to "portupgrade `pkg_version -q -l '<'`". Revision Changes Path 1.28 +0 -1 src/usr.sbin/pkg_install/info/info.h 1.47 +0 -1 src/usr.sbin/pkg_install/info/main.c 1.10 +1 -0 src/usr.sbin/pkg_install/lib/global.c 1.54 +1 -0 src/usr.sbin/pkg_install/lib/lib.h 1.3 +5 -1 src/usr.sbin/pkg_install/version/main.c 1.11 +3 -3 src/usr.sbin/pkg_install/version/perform.c 1.28 +13 -2 src/usr.sbin/pkg_install/version/pkg_version.1