From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 17:25:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF8AF106564A for ; Mon, 1 Dec 2008 17:25:54 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 933E98FC19 for ; Mon, 1 Dec 2008 17:25:54 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 01 Dec 2008 12:25:54 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id PHA82554; Mon, 1 Dec 2008 12:25:53 -0500 (EST) Received: from unknown (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 01 Dec 2008 12:25:49 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18740.7708.896663.777313@jerusalem.litteratus.org> Date: Mon, 1 Dec 2008 12:25:48 -0500 To: RW In-Reply-To: <20081201171748.1c9b5718@gumby.homeunix.com> References: <20081201151249.GA5103@aurora.oekb.co.at> <20081201171748.1c9b5718@gumby.homeunix.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org Subject: Re: Date/time installed ports have been updated on a system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 17:25:55 -0000 RW writes: > > Is there any way to determine when upgrades to installed ports have > > been done on a system? I did a "portupgrade -arR" recently and want to > > know which ports have been upgraded in that process (and no I didn't > > run that portupgrade under "script"...) > > pkg_glob(1) can show package installed before or after either a time > or a particular port. One can also send the output to a file, and grep your chosen ports or use "tail -f". I do not recommend doing this with "portupgrade -a" unless you know the list will be fairly short. (Imagine rebuilding OpenOffice, KDE, Java, FireFox, ....) Robert Huff