From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 14:45:24 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB7BF16A4CE for ; Tue, 1 Mar 2005 14:45:24 +0000 (GMT) Received: from email.web-1hosting.net (mail-node1.web-1hosting.net [63.123.79.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73EE43D54 for ; Tue, 1 Mar 2005 14:45:24 +0000 (GMT) (envelope-from security@adtu.org) Received: from localhost (localhost [127.0.0.1]) by email.web-1hosting.net (Postfix) with ESMTP id E39D91C9 for ; Tue, 1 Mar 2005 08:48:18 -0600 (CST) Received: from [192.168.168.243] (spencer-900-31.iowaone.net [12.167.40.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by email.web-1hosting.net (Postfix) with ESMTP id 1A64416B for ; Tue, 1 Mar 2005 08:48:18 -0600 (CST) Message-ID: <4224800E.3040206@adtu.org> Date: Tue, 01 Mar 2005 14:45:34 +0000 From: Aaron Sloan User-Agent: Mozilla Thunderbird 1.0 (X11/20050202) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV at web-1hosting.net Subject: ruby upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 14:45:25 -0000 Good morning, I'm having some troubles getting started on how to search the ports I have installed who have ruby as a dependency so I can upgrade them. What syntax do I need for searching of which file? I have looked at the syntax from the perl portupgrade and I'm scared... : ) portupgrade -f `(pkg_info -R perl-5\* |tail +4; \ find /usr/local/lib/perl5/site_perl/5.[68].[1245] -type f -print0 \ | xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u` Just a pinch above my head. Help would be appreciated. I have RTFM but I still need a little direction. Thanks! Aaron