Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2011 16:35:08 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        python@FreeBSD.org
Subject:   OK to correct formatting?
Message-ID:  <20110802233508.GA8492@dragon.NUXI.org>

next in thread | raw e-mail | index | archive | help
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)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110802233508.GA8492>