From owner-freebsd-questions@FreeBSD.ORG Fri Mar 21 06:59:20 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 B8938106566B for ; Fri, 21 Mar 2008 06:59:20 +0000 (UTC) (envelope-from andpet@telia.com) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.freebsd.org (Postfix) with ESMTP id 7857F8FC20 for ; Fri, 21 Mar 2008 06:59:20 +0000 (UTC) (envelope-from andpet@telia.com) Received: from [192.168.1.58] (81.233.14.209) by pne-smtpout2-sn2.hy.skanova.net (7.3.129) (authenticated as u30405151) id 47A02DB901106580; Fri, 21 Mar 2008 07:59:03 +0100 From: Andreas Pettersson To: Nikola =?UTF-8?Q?Le=C4=8Di=C4=87?= In-Reply-To: <20080321052400.17cecfd3@anthesphoria.net> References: <1206027626.5798.12.camel@andreas-desktop> <20080321052400.17cecfd3@anthesphoria.net> Content-Type: text/plain; charset=utf-8 Date: Fri, 21 Mar 2008 07:59:02 +0100 Message-Id: <1206082742.5798.16.camel@andreas-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 8bit Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: python ports 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: Fri, 21 Mar 2008 06:59:20 -0000 On fre, 2008-03-21 at 05:24 +0100, Nikola Lečić wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > On Thu, 20 Mar 2008 16:40:26 +0100 > Andreas Pettersson wrote: > > > Hi. > > > > # portversion -vL= > > py24-tkinter-2.4.4_2 < needs updating (port has 2.5.2_2) > > python24-2.4.4_2 < needs updating (port has 2.4.5) > > python25-2.5.1_1 < needs updating (port has 2.5.2_1) > > > > If I upgrade py24-tkinter, will there be a new port installed instead, > > py25-tkinter? Will all dependencies work? > > No, it will remain py24 unless you want otherwise. As for real moving > to python25 and/or keeping py24 versions around, you should read > /usr/ports/UPDATING (entry 20070730) and set PYTHON_DEFAULT_VERSION. > > > Can I safely deinstall python24 or will it automatically get installed > > again when I decide to upgrade zope for example? > > Yes, you can: the same as above. > Ok. I removed python25 and portupgraded -o python24 to 25 and then made upgrade-site-packages. Worked perfectly. Thanks! -- Andreas