Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 21:04:13 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339635 - head/Mk
Message-ID:  <201401132104.s0DL4DcO085737@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Jan 13 21:04:13 2014
New Revision: 339635
URL: http://svnweb.freebsd.org/changeset/ports/339635

Log:
  Unregister lang/python26, it is expired and nothing depends on it anymore.
  
  Reviewed by:	python (mva, rm)
  Approved by:	portmgr-lurkers (mat)

Modified:
  head/Mk/bsd.python.mk

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Mon Jan 13 21:00:02 2014	(r339634)
+++ head/Mk/bsd.python.mk	Mon Jan 13 21:04:13 2014	(r339635)
@@ -15,7 +15,7 @@ Python_Include_MAINTAINER=	python@FreeBS
 # the ports' makefile. If your port requires only some set of Python
 # versions, you can define USE_PYTHON as [min]-[max] or min+ or -max
 # or as an explicit version or as a meta port version (eg. 3.1-3.2
-# for [min]-[max], 2.7+ or -3.2 for min+ and -max, 2.6 for an
+# for [min]-[max], 2.7+ or -3.2 for min+ and -max, 2.7 for an
 # explicit version or 3 for a meta port version).
 #
 # The variables:
@@ -194,7 +194,7 @@ Python_Include_MAINTAINER=	python@FreeBS
 #					  default: ${LOCALBASE}/bin/easy_install-${PYTHON_VER}
 
 _PYTHON_PORTBRANCH=		2.7
-_PYTHON_ALLBRANCHES=	2.7 2.6 3.3 3.2 3.1	# preferred first
+_PYTHON_ALLBRANCHES=	2.7 3.3 3.2 3.1	# preferred first
 
 # Determine version number of Python to use
 .include "${PORTSDIR}/Mk/bsd.default-versions.mk"
@@ -371,14 +371,6 @@ PYTHON_REL=		276
 PYTHON_SUFFIX=		27
 PYTHON_VER=		2.7
 
-# Python-2.6
-.elif ${PYTHON_VERSION} == "python2.6"
-PYTHON_PORTVERSION?=	2.6.9
-PYTHON_PORTSDIR=	${PORTSDIR}/lang/python26
-PYTHON_REL=		269
-PYTHON_SUFFIX=		26
-PYTHON_VER=		2.6
-
 # Python versions in development
 .elif defined(FORCE_PYTHON_VERSION)
 PYTHON_PORTSDIR=	# empty
@@ -393,7 +385,6 @@ PYTHON_VER!=		${PYTHON_CMD} -c 'import s
 check-makevars::
 	@${ECHO} "Makefile error: bad value for PYTHON_VERSION: ${PYTHON_VERSION}."
 	@${ECHO} "Legal values are:"
-	@${ECHO} "  python2.6"
 	@${ECHO} "  python2.7 (default)"
 	@${ECHO} "  python3.1"
 	@${ECHO} "  python3.2"



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