From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 02:31:06 2008 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 CE09E1065679 for ; Tue, 12 Aug 2008 02:31:06 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.250]) by mx1.freebsd.org (Postfix) with ESMTP id 88D848FC0A for ; Tue, 12 Aug 2008 02:31:06 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so565901hsh.11 for ; Mon, 11 Aug 2008 19:31:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=lQ+vprMyf9JMRM6fKqnSYYj7KRoOeiQ+xcVZWpasFt0=; b=dVAROn72jrnJHmzt9BMQQ3+V5aS4BHDjknQo6CZmCKV2Ko268JZ+WFkV6Z8J86ix2F DpioDgSHEX+AQgFplFD1DWo/HxSbArXyuvtXxFQnUq14mOEqbmADbbrRvtfSsWbbXGwV /0Jrab0qhB4nlyCUMTQeOQK5TbztXV2n696a4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=SmPukRrHBisps5LtXdB1WKPyd/CO7g5bkaeSP35aCS4RpNiDyORNuylQYcZvzwdttO O+RW+ucKhJMkga47KdYKCsnV0Be5Wmp+7INVLHoO3Ybl5mp/5QF3eUFvwt7ZuSGORDtX oyCMZDbwNrn5lK2hdiE6/yuSfIhBmTBO2g+sE= Received: by 10.90.100.17 with SMTP id x17mr11788392agb.22.1218508265760; Mon, 11 Aug 2008 19:31:05 -0700 (PDT) Received: by 10.90.65.9 with HTTP; Mon, 11 Aug 2008 19:31:05 -0700 (PDT) Message-ID: <80f4f2b20808111931q7e6d4d7bx9ea90729d8f349d4@mail.gmail.com> Date: Mon, 11 Aug 2008 22:31:05 -0400 From: Jim To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: terminology question - upgrading one port with 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: Tue, 12 Aug 2008 02:31:06 -0000 I'm trying to update something (actually install KDE4), and In need to make an 'update chain', but I can't remember the proper term. Namely I have port found in 'foo/abc' (abc-12345) and want to replace it with 'var/xyz'. I know there are several ways to do this (one involving entries in a file in etc?), but I cannot come up with the proper terms to find what I'm looking for in a search? Can anyone tell me a few terms that might help with this one? I've tried compbinations of "port", "upgrade", "search" and "different", but that (unsurprisingly) isn't getting anywhere. Thanks, -Jim Stapleton