From owner-freebsd-python@FreeBSD.ORG Fri Mar 4 16:49:03 2011 Return-Path: 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 28399106564A for ; Fri, 4 Mar 2011 16:49:03 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 61CDB8FC08 for ; Fri, 4 Mar 2011 16:49:01 +0000 (UTC) Received: (qmail 62790 invoked from network); 4 Mar 2011 16:22:20 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 4 Mar 2011 16:22:20 -0000 Message-ID: <4D7111BC.7080704@FreeBSD.org> Date: Fri, 04 Mar 2011 17:22:20 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; it; rv:1.9.1.16) Gecko/20110226 SeaMonkey/2.0.11 MIME-Version: 1.0 To: miwi@FreeBSD.org References: <201103041608.p24G8NlJ065635@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , python@freebsd.org Subject: Re: [FYI] Fwd: cvs commit: ports UPDATING ports/Mk bsd.python.mk 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: Fri, 04 Mar 2011 16:49:03 -0000 Martin Wilke ha scritto: > For the Record: Python 2.7 is now default. -_PYTHON_ALLBRANCHES= 2.6 2.5 2.4 2.7 3.1 3.2# preferred first +_PYTHON_ALLBRANCHES= 2.7 2.6 2.5 2.7 3.1 3.2# preferred first Shouldn't be: +_PYTHON_ALLBRANCHES= 2.7 2.6 2.5 2.4 3.1 3.2# preferred first ? -- Alex Dupre