From owner-freebsd-questions@FreeBSD.ORG Mon Apr 1 13:26:42 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D266A796 for ; Mon, 1 Apr 2013 13:26:42 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8363C7 for ; Mon, 1 Apr 2013 13:26:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=v0+3HOoDclbyOXtGWZg8t06t8x0poWSTSi6iiyCXsRQ=; b=hOpdD6dkD5scpO/iA5kPypdvPBHobe4rF8L1SqLUTVlhuB+4u3Lg0dRrECAaOUPQdIc5yeCODP3eUQM1qMYJvsNmsdPU5wFx+bqC/pcSFZ2V1tmbM6sqDd/+k7LaR3gnCaK0DxMKDu6J8ucVbxE2AW8n97VIadW0nR04QZwidIE=; Received: from [122.129.203.50] (port=37837 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1UMekz-002BhS-Hi; Mon, 01 Apr 2013 07:26:42 -0600 Date: Mon, 1 Apr 2013 20:26:37 +0700 From: Erich Dollansky To: "Grant Peel" Subject: Re: gpart Message-ID: <20130401202637.0e954bf1@X220.ovitrap.com> In-Reply-To: <006801ce2edb$a9e3fed0$fdabfc70$@thenetnow.com> References: <004301ce2e78$3e274fc0$ba75ef40$@thenetnow.com> <20130401085447.5f7bef64@X220.ovitrap.com> <006801ce2edb$a9e3fed0$fdabfc70$@thenetnow.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 13:26:42 -0000 Hi, On Mon, 1 Apr 2013 09:20:21 -0400 "Grant Peel" wrote: > I am currently running 8.0 and am in need of many of the ports to be > upgraded, and have never had much luck doing the upgrade thing with > the base system and ports, preferring instead to completely rebuild > in restore user data. >=20 I do upgrades via portupgrade since 6.x days. > Can I assume that the versions of the ports shown on the > freebsd.org=C3=A9ports site will be available in 8.3 and 9.1=C3=A9 Ports do not use a version. So, what ever FreeBSD version you have does not matter. If you updated your ports tree, you will always get the current port version. erich