Date: Wed, 3 Aug 2011 09:15:26 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: David O'Brien <obrien@FreeBSD.org> Cc: python@FreeBSD.org Subject: Re: OK to correct formatting? Message-ID: <20110803011526.GC12696@bonjour.sunpoet.net> In-Reply-To: <20110802233508.GA8492@dragon.NUXI.org> References: <20110802233508.GA8492@dragon.NUXI.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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! :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110803011526.GC12696>