From owner-freebsd-python@FreeBSD.ORG Sun Jul 15 15:20:52 2007 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 289B116A402 for ; Sun, 15 Jul 2007 15:20:52 +0000 (UTC) (envelope-from thichgaisinhnam7x@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id C8EE413C441 for ; Sun, 15 Jul 2007 15:20:51 +0000 (UTC) (envelope-from thichgaisinhnam7x@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1893586pye for ; Sun, 15 Jul 2007 08:20:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=PdeTlaimXH3GjPd/NilUafKeZG0OblCNIldXyrGw4B5Sutj0Cawoe2NSO819uiwro+EAkUyaw/B04JqMmnE2hqD/giPKfNFy0E6qKnqeFAvGBKAX11v9lGXex3QvSFMVjvn0pU5en3wokB9vQJMkTB9jFgsAiPx1vifQc455UyQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=tqmNtT8W7IcYDEnHFU94w9koLAs0sVuyrV+h7CGe6CT7BR0eD/sV63vzbfalGdvL5L03PhewD7Clpkop+lpwVtJkL2ZSDf0Qm8AsjXoBXmj2rCK+PzzD7S35xEjjajMpTH5co18f+2EbDa5cHWNb6GMuLnKCvEWsxIOQeoNFcxw= Received: by 10.114.171.1 with SMTP id t1mr3320446wae.1184511240627; Sun, 15 Jul 2007 07:54:00 -0700 (PDT) Received: from localhost.localdomain ( [58.187.36.77]) by mx.google.com with ESMTP id v37sm36088298wah.2007.07.15.07.53.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Jul 2007 07:54:00 -0700 (PDT) Message-ID: <469A3504.10404@gmail.com> Date: Sun, 15 Jul 2007 21:53:56 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.4 (X11/20070624) MIME-Version: 1.0 To: freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: upgrade from python 2.4 to 2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2007 15:20:52 -0000 Hi Did anyone already upgrade from python 2.4 to 2.5? there are 3 ports under lang: python, python 24, python 25 How can I upgrade to python 2.5 using portupgrade so that all applications (built from ports) such as kde 3.5.7, baghira theme, vim (already built WITH_PYTHON=yes) etc will point to python 2.5? Tnx in advanced.