summaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-22 12:53:28 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-01-22 12:53:28 +0000
commit38d8068c7f738a9b3eb03bca59c6ca94772121fa (patch)
tree51da75a1b904cfd2d077628727159fc1b84304df /Mk/bsd.python.mk
parentUpgrade to 1.1.6fix4 (1.1.6.4). (diff)
Upgrade python21 to 2.1.2, the latest bugfix release.
PR: 34078 Submitted by: Hye-Shik Chang <perky@fallin.lv> Update checksum of dependent ports.
Notes
Notes: svn path=/head/; revision=53550
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r--Mk/bsd.python.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index fa3020167d72..be8fbd836f3c 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -100,11 +100,11 @@ PYTHON_WRKSRC= ${WRKDIR}/Python-${_PYTHON_PORTVERSION}
PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR}
PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
-PYTHON_DISTFILE= Python-2.1.1.tgz
+PYTHON_DISTFILE= Python-2.1.2.tgz
PYTHON_PORTSDIR= ${PORTSDIR}/lang/python21
-PYTHON_REL= 211
+PYTHON_REL= 212
PYTHON_SUFFIX= 21
-PYTHON_WRKSRC= ${WRKDIR}/Python-2.1.1
+PYTHON_WRKSRC= ${WRKDIR}/Python-2.1.2
# Python-2.0
.elif ${PYTHON_VERSION} == "python2.0"