From owner-freebsd-isp@FreeBSD.ORG Thu Nov 25 00:23:00 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C707516A4CE for ; Thu, 25 Nov 2004 00:23:00 +0000 (GMT) Received: from mail.arc.net.my (nagano.arc.net.my [203.115.225.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B3543D5C for ; Thu, 25 Nov 2004 00:22:59 +0000 (GMT) (envelope-from nick@arc.net.my) Received: from [203.115.225.83] (roppongi.arc.net.my [203.115.225.83]) by mail.arc.net.my (iPlanet Messaging Server 5.1 Patch 1 (built Jun 6 2002)) with ESMTP id <0I7P00IP3L29NB@mail.arc.net.my> for freebsd-isp@freebsd.org; Thu, 25 Nov 2004 08:22:58 +0800 (SGT) Date: Thu, 25 Nov 2004 08:22:56 +0800 From: Nick Kraal To: freebsd-isp@freebsd.org Message-id: <41A525E0.5080306@arc.net.my> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) Subject: Cleaning up port dependencies X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 00:23:00 -0000 Dear all, Running 'portupgrade -a' religiously to automatically update all installed installed ports, I have started to notice duplicates in certain installed applications. Most likely due to dependencies. %pkg_info ... ruby-1.6.8.2004.07.28 An object-oriented interpreted scripting language ruby-1.8.2.p2_1 An object-oriented interpreted scripting language tk-8.3.5_5 Graphical toolkit for TCL tk-8.4.7,2 Graphical toolkit for TCL libtool-1.3.5_2 Generic shared library support script (version 1.3) libtool-1.5.10 Generic shared library support script (version 1.5) Is there a way to check on whether dependencies on the earlier version still exist. Or perhaps I have deleted a port that does not need that port version any more. Just some housekeeping here. Thanks in advance, -nick/