From owner-freebsd-python@FreeBSD.ORG Wed Aug 3 01:34:44 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 91FE5106566B for ; Wed, 3 Aug 2011 01:34:44 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 604A98FC12 for ; Wed, 3 Aug 2011 01:34:44 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id B5E8C256A; Wed, 3 Aug 2011 09:15:26 +0800 (CST) Date: Wed, 3 Aug 2011 09:15:26 +0800 From: Sunpoet Po-Chuan Hsieh To: David O'Brien Message-ID: <20110803011526.GC12696@bonjour.sunpoet.net> References: <20110802233508.GA8492@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20110802233508.GA8492@dragon.NUXI.org> Organization: The FreeBSD Project User-Agent: Mutt/1.5.21 (2010-09-15) Cc: python@FreeBSD.org Subject: Re: OK to correct formatting? 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: Wed, 03 Aug 2011 01:34:44 -0000 On Tue, Aug 02, 2011 at 04:35:08PM -0700, David O'Brien wrote: > Edit of first line seemed to have ts=8 instead of ts=4. > Edit of second line seemed to have "expandtabs" instead of "noexpandtabs". > > Index: bsd.python.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.python.mk,v > retrieving revision 1.136 > diff -u -p -r1.136 bsd.python.mk > --- bsd.python.mk 22 Jul 2011 15:38:11 -0000 1.136 > +++ bsd.python.mk 2 Aug 2011 23:33:06 -0000 > @@ -202,7 +202,7 @@ Python_Include_MAINTAINER= python@FreeBS > # > > _PYTHON_PORTBRANCH= 2.7 > -_PYTHON_ALLBRANCHES= 2.7 2.6 2.5 2.4 3.2 3.1 # preferred first > +_PYTHON_ALLBRANCHES= 2.7 2.6 2.5 2.4 3.2 3.1 # preferred first > _ZOPE_PORTBRANCH= 2.7 > _ZOPE_ALLBRANCHES= 2.7 2.8 2.9 2.10 3.2 > > @@ -256,7 +256,7 @@ _ZOPE_VERSION= ${_ZOPE_PORTBRANCH} # jus > > ZOPE_VERSION?= ${_ZOPE_VERSION} > > -PYTHON_VERSION= python2.4 > +PYTHON_VERSION= python2.4 > .endif # defined(USE_ZOPE) > Committed, thanks! :)