From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 19:20:56 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1214610656A7 for ; Sun, 29 Aug 2010 19:20:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id A949B8FC14 for ; Sun, 29 Aug 2010 19:20:55 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o7TJKp9r052168; Sun, 29 Aug 2010 13:20:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o7TJKpDn052165; Sun, 29 Aug 2010 13:20:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 29 Aug 2010 13:20:51 -0600 (MDT) From: Warren Block To: Chip Camden In-Reply-To: <20100829175933.GB44409@libertas.local.camdensoftware.com> Message-ID: References: <20100829175933.GB44409@libertas.local.camdensoftware.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sun, 29 Aug 2010 13:20:51 -0600 (MDT) Cc: FreeBSD Questions Subject: Re: Moving from one port to another 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: Sun, 29 Aug 2010 19:20:56 -0000 On Sun, 29 Aug 2010, Chip Camden wrote: > Quoth Eitan Adler on Sunday, 29 August 2010: >> On Sat, Aug 28, 2010 at 10:40 PM, Kurt Buff wrote: >>> Portupgrade won't, AFAIK, cross branches, though I could be wrong about that. >>> >>> There's a 3.0 branch in /usr/ports/www/squid30 and a 3.1 branch in >>> /usr/ports/www/squid31, and I want to make the switch to pick up a >>> feature. >> >> portmaster -o www/squid31 www/squid30 > > So, if I understand correctly, I could use this to upgrade from python26 > to python27? Or perl 5.8.9 to perl 5.12? and everything that depended > on the former will be upgraded to the latter? Can I say "sweeeeet" in > advance? Is there a way to do that with portupgrade, or is this one of > those features that makes portmaster a better mousetrap? portupgrade has had it for a long time: man portupgrade | less '+/-o ORIGIN'