From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 05:08:36 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 6B0071065672 for ; Sun, 29 Aug 2010 05:08:36 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 348A58FC16 for ; Sun, 29 Aug 2010 05:08:35 +0000 (UTC) Received: by iwn36 with SMTP id 36so4416247iwn.13 for ; Sat, 28 Aug 2010 22:08:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=tGyYkoLDixhA5azh4GDrEvmgtBiwy0SI0gAMZYhYTvA=; b=qVOTt0mjIVYEI5Otnr4gX8LSa7xP4B9xCwPqPmaK7E0ksDwkrEvL1P5yfJXe5LjaNJ 7qH0tFuYmiIoNBKE4ITHl6V4tUGhV5icLKvd40gcCtbLDs6t7F+TAc1mJSS+YiOLCcJA KtD1yDYkBvYOweoI/U4l1dPRmCokFO8Ej/TfY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=wLlQma+0TZd1BVRh97f0hqwqk3SuSC1vUQvJ2GWPDiYTZWl3M9HIm3btdHxcIPJmSZ 3BTOaZgidsfG1tiRQQM60KQ/DubCltY6CF/yrlY9UtSm1JYBnq42PkVMNOU45bBVECvY qlUujlotmB0Q3i4KvwxwM6qo/xtuMFdUVJkys= MIME-Version: 1.0 Received: by 10.231.11.71 with SMTP id s7mr3354119ibs.85.1283058515455; Sat, 28 Aug 2010 22:08:35 -0700 (PDT) Received: by 10.231.188.81 with HTTP; Sat, 28 Aug 2010 22:08:35 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 Aug 2010 22:08:35 -0700 Message-ID: From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Cc: 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 05:08:36 -0000 On Sat, Aug 28, 2010 at 21:51, Eitan Adler wrote: > 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. >> >> Kurt > > portmaster -o www/squid31 www/squid30 Well, that's certainly worth investigating! I haven't used portmaster, so that's definitely new to me. Thanks, Kurt