diff options
author | wen <wen@FreeBSD.org> | 2011-05-30 20:08:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-05-30 20:08:39 +0800 |
commit | b1b8f21b86959686e71bc504cbd6bf153a265147 (patch) | |
tree | 5e6ab2c7723b5452fa3000b4b174bceb4076af97 /Mk | |
parent | ccda4dbe64650680b34b0a6713367ffbf262ebe7 (diff) | |
download | freebsd-ports-gnome-b1b8f21b86959686e71bc504cbd6bf153a265147.tar.gz freebsd-ports-gnome-b1b8f21b86959686e71bc504cbd6bf153a265147.tar.zst freebsd-ports-gnome-b1b8f21b86959686e71bc504cbd6bf153a265147.zip |
- Update to 2.5.6
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 fb27759e880e..a4af24c67ae2 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -391,9 +391,9 @@ PYTHON_VER= 2.6 # Python-2.5 .elif ${PYTHON_VERSION} == "python2.5" -PYTHON_PORTVERSION?=2.5.5 +PYTHON_PORTVERSION?=2.5.6 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python25 -PYTHON_REL= 255 +PYTHON_REL= 256 PYTHON_SUFFIX= 25 PYTHON_VER= 2.5 |