diff options
author | perky <perky@FreeBSD.org> | 2008-02-24 21:42:27 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2008-02-24 21:42:27 +0800 |
commit | 341f4303e2974e29e59f7679c0ca9b531e796471 (patch) | |
tree | a8b4c0c41cc07e8dcedf91e5e2b398e9ad7f032b /Mk | |
parent | f751dc9fce89ec57d30195c2a80619abfd278d6e (diff) | |
download | freebsd-ports-gnome-341f4303e2974e29e59f7679c0ca9b531e796471.tar.gz freebsd-ports-gnome-341f4303e2974e29e59f7679c0ca9b531e796471.tar.zst freebsd-ports-gnome-341f4303e2974e29e59f7679c0ca9b531e796471.zip |
Update to Python 2.5.2.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 0282a52adf39..78dd159160e1 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -366,9 +366,9 @@ PYTHON_PORTVERSION= ${_PYTHON_PORTVERSION} # Python-2.5 .if ${PYTHON_VERSION} == "python2.5" -PYTHON_PORTVERSION?=2.5.1 +PYTHON_PORTVERSION?=2.5.2 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python25 -PYTHON_REL= 251 +PYTHON_REL= 252 PYTHON_SUFFIX= 25 PYTHON_VER= 2.5 |