diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-02 22:00:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-02 22:00:24 +0000 |
commit | 2c0165032e7e2741db3460f9a23ccc191d0db4a1 (patch) | |
tree | 19706b4a16355143f4ea3117f5026527a627dc60 /Mk/bsd.python.mk | |
parent | 103995d97481b5802ea6838571c32e223761df05 (diff) | |
download | ports-2c0165032e7e2741db3460f9a23ccc191d0db4a1.tar.gz ports-2c0165032e7e2741db3460f9a23ccc191d0db4a1.zip |
Notes
Diffstat (limited to 'Mk/bsd.python.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 479879c5bb91..1d11eef106b4 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -387,9 +387,9 @@ PYTHON_VER= 2.6 # Python-2.5 .elif ${PYTHON_VERSION} == "python2.5" -PYTHON_PORTVERSION?=2.5.4 +PYTHON_PORTVERSION?=2.5.5 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python25 -PYTHON_REL= 254 +PYTHON_REL= 255 PYTHON_SUFFIX= 25 PYTHON_VER= 2.5 |