aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-22 20:53:28 +0800
committerThomas Gellekum <tg@FreeBSD.org>2002-01-22 20:53:28 +0800
commit38d8068c7f738a9b3eb03bca59c6ca94772121fa (patch)
tree51da75a1b904cfd2d077628727159fc1b84304df /Mk
parent7229359440c6a8ec8b8ae0a8fe242aacfeb11bea (diff)
downloadfreebsd-ports-38d8068c7f738a9b3eb03bca59c6ca94772121fa.tar.gz
freebsd-ports-38d8068c7f738a9b3eb03bca59c6ca94772121fa.tar.zst
freebsd-ports-38d8068c7f738a9b3eb03bca59c6ca94772121fa.zip
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')
-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"