From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 02:42:24 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DEE810656A9 for ; Sun, 29 Aug 2010 02:42:24 +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 6887C8FC14 for ; Sun, 29 Aug 2010 02:42:24 +0000 (UTC) Received: by iwn36 with SMTP id 36so4347164iwn.13 for ; Sat, 28 Aug 2010 19:42:23 -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=szGVR3V4BnpTaszSoAHC7b0Ttpg1PKcBq3GkvA5ROIg=; b=q1x67IT668DMUAmEu9tOFeiOBNRb7nkQ0ASjS2IiN+M16ZZ4Q4qp8y0omqoNeG5kEo G8i9STn/9u92rYZPZ06a3VMHADTF/EouVgOomMLHA95/N0rLjkjZ+K+k12K1WRUg46vE eJY+EsG6H3CP+S4WRd8xUMgoEVhvanWE2YgKs= 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=jDjEb9eNNpDrb9sF80YZWgNWaIRnDgpWksKZKKna01ICI3BIswUVbn6cqifMvpcMnz XA3s6Mwzomi0hdOsQTaLSlSWiz18/7FUkpYfzKAxQzAxGW0CRgQ4TiT1iXfpZWjyV8jy fee2GaO22B6CXZ422Jb4y0aZss0KlmMIxco70= MIME-Version: 1.0 Received: by 10.231.32.75 with SMTP id b11mr3042251ibd.162.1283049743194; Sat, 28 Aug 2010 19:42:23 -0700 (PDT) Received: by 10.231.188.81 with HTTP; Sat, 28 Aug 2010 19:42:23 -0700 (PDT) In-Reply-To: <20100828223317.6b3aae15@gumby.homeunix.com> References: <20100828223317.6b3aae15@gumby.homeunix.com> Date: Sat, 28 Aug 2010 19:42:23 -0700 Message-ID: From: Kurt Buff To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 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 02:42:24 -0000 On Sat, Aug 28, 2010 at 14:33, RW wrote: > On Sat, 28 Aug 2010 13:56:09 -0700 > Kurt Buff wrote: > >> Right now I've got an installation of squid 3.0.24, and want to move >> to the 3.1 branch. >> >> I could just do a 'make deinstall' on the current version, then do >> 'make install' in the 3.1 port, but I'm wondering if there's a smarter >> way to do this. > > Not much smarter. You might want to use portupgrade or portmaster to > make any ports that depend on squid30 depend on the new port - it > doesn't really matter much in the case of squid. Kinda what I thought, but worth asking. Thanks, Kurt