From owner-freebsd-python@FreeBSD.ORG  Wed May 27 03:55:56 2009
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A7F6D1065670;
	Wed, 27 May 2009 03:55:56 +0000 (UTC)
	(envelope-from j.kelly.hays@gmail.com)
Received: from mail-ew0-f164.google.com (mail-ew0-f164.google.com
	[209.85.219.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 8D56C8FC08;
	Wed, 27 May 2009 03:55:55 +0000 (UTC)
	(envelope-from j.kelly.hays@gmail.com)
Received: by ewy8 with SMTP id 8so794769ewy.43
	for <multiple recipients>; Tue, 26 May 2009 20:55:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:mime-version:received:in-reply-to:references
	:date:message-id:subject:from:to:cc:content-type
	:content-transfer-encoding;
	bh=Miuz8FoJpTV+nDcQZmXpdrjrTqLOb1vFYV1coCe5kT4=;
	b=tsHbk9SegO/0gMvzXNXtlmhJcDlvLRBazkvnl4TGZ/G4gjJr94FpCYpidNmBMH81+c
	Th1LD3YxIU5JzMzEDga7crHwpogXwr8vYDbILV5ZoUJqBCF3iJRm0zAwyeh7jOp3f6ew
	RDqWWzrhfrzM8+U1VB1VY5T4J162M0IRUnjrA=
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
	:cc:content-type:content-transfer-encoding;
	b=lv2X8Up12NdNYQnmGTm6k1JIKvBhp6gcV/UF3ugq2CjlvQuCzPm9HTA/Uy6ymBWxp7
	WkJhxV9+ygFiYlvPC+oOkLyh8lWWJiG9qb7g1NxOBcNNUkJDEdLWbhk76gmMPPm/B1R8
	v5w0muktc+L562mxLVBdw7cX9oZatWJNObmII=
MIME-Version: 1.0
Received: by 10.216.21.194 with SMTP id r44mr3457272wer.80.1243395050479; Tue, 
	26 May 2009 20:30:50 -0700 (PDT)
In-Reply-To: <20090517165416.GW71804@bsdcrew.de>
References: <20090517165416.GW71804@bsdcrew.de>
Date: Tue, 26 May 2009 22:30:50 -0500
Message-ID: <4f615770905262030r71075f5bmc1bc41417d878313@mail.gmail.com>
From: Kelly Hays <j.kelly.hays@gmail.com>
To: Martin Wilke <miwi@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Cc: perky@freebsd.org, tmclaugh@freebsd.org, ports@freebsd.org,
	python@freebsd.org, clsung@frebsd.org, lwhsu@freebsd.org
Subject: Re: [CFT] FreeBSD python25 move to python26 as default version.
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, 
	<mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 27 May 2009 03:55:57 -0000

On Sun, May 17, 2009 at 11:54 AM, Martin Wilke <miwi@freebsd.org> wrote:
> =A0 =A0Once the installed Python has been updated to 2.6, by using one of=
 the
> =A0 =A0methods above, it is required to run the upgrade-site-packages tar=
get in
> =A0 =A0lang/python to assure that site-packages are made available to the=
 new Python
> =A0 =A0version.
>
> =A0 =A0# cd /usr/ports/lang/python && make upgrade-site-packages
>
> This Makefile target requires ports-mgmt/portupgrade to be installed.
>
A lot of us are no longer using ports-mgmt/portupgrade in favor of
ports-mgmt/portmaster. Please support both tools.

Thanks,
  Kelly Hays