svn commit: r332474 - head/Mk

Marcus von Appen mva at FreeBSD.org
Sat Nov 2 12:39:33 UTC 2013


Author: mva
Date: Sat Nov  2 12:39:32 2013
New Revision: 332474
URL: http://svnweb.freebsd.org/changeset/ports/332474

Log:
  - Followup commit for the final lang/python26 update, that was missed
    previously

Modified:
  head/Mk/bsd.python.mk

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Sat Nov  2 12:38:47 2013	(r332473)
+++ head/Mk/bsd.python.mk	Sat Nov  2 12:39:32 2013	(r332474)
@@ -393,9 +393,9 @@ PYTHON_VER=		2.7
 
 # Python-2.6
 .elif ${PYTHON_VERSION} == "python2.6"
-PYTHON_PORTVERSION?=	2.6.8
+PYTHON_PORTVERSION?=	2.6.9
 PYTHON_PORTSDIR=	${PORTSDIR}/lang/python26
-PYTHON_REL=		268
+PYTHON_REL=		269
 PYTHON_SUFFIX=		26
 PYTHON_VER=		2.6
 


More information about the svn-ports-all mailing list