From owner-freebsd-questions@FreeBSD.ORG Wed Jun 30 20:24:53 2004 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 005C116A4CE for ; Wed, 30 Jun 2004 20:24:53 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 31E5143D3F for ; Wed, 30 Jun 2004 20:24:52 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: (qmail 3317 invoked by uid 65534); 30 Jun 2004 20:24:20 -0000 Received: from p5090D433.dip0.t-ipconnect.de (EHLO gmx.de) (80.144.212.51) by mail.gmx.net (mp004) with SMTP; 30 Jun 2004 22:24:20 +0200 X-Authenticated: #1954550 Message-ID: <40E32150.2010802@gmx.de> Date: Wed, 30 Jun 2004 22:23:44 +0200 From: Phil Schulz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040520 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Chris References: <200406301422070520.23DED6BA@coolarrow.com> In-Reply-To: <200406301422070520.23DED6BA@coolarrow.com> X-Enigmail-Version: 0.84.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: port upgrades 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: Wed, 30 Jun 2004 20:24:53 -0000 Chris wrote: [...] > > So I use the -f flag to force, and get several errors like: > [...] From the portupgrade man page: -r --recursive Act on all those packages depending on the given packages as well. So I think you might want to run #portupgrade -rf bsdpan-Mail-SpamAssassin [...] > > I can successfully "install Mail::SpamAssassin" using cpan, but it never seems to show up as the latest version (always seems to need upgrading when looking at pkg_version). > > Are there are two different ways to install (for example) SpamAssassin (and other perl related ports)? > > I can use cpan OR the pkg_add / portupgrade commands but not both? > Sorry, I don't know. Phil.