aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-02-17 07:32:02 +0800
committermiwi <miwi@FreeBSD.org>2009-02-17 07:32:02 +0800
commita7f5e3366f64d431217e6e10c10839dcd89dd71c (patch)
treeae01d79d72a979d0cc42c622eb1b72f051e8b178 /Mk
parenta80c9ab296f26b76e8351bd17f661ea05ec65b0f (diff)
downloadfreebsd-ports-gnome-a7f5e3366f64d431217e6e10c10839dcd89dd71c.tar.gz
freebsd-ports-gnome-a7f5e3366f64d431217e6e10c10839dcd89dd71c.tar.zst
freebsd-ports-gnome-a7f5e3366f64d431217e6e10c10839dcd89dd71c.zip
- Update to python 2.5.4 and python 2.6.1
Reviewed by: perky | lwhsu Tested with: exp-run via pav
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.python.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index 6878a2988dcb..1d12df59ffe3 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -383,17 +383,17 @@ PYTHON_VER= 3.0
# Python-2.6
.elif ${PYTHON_VERSION} == "python2.6"
-PYTHON_PORTVERSION?=2.6
+PYTHON_PORTVERSION?=2.6.1
PYTHON_PORTSDIR= ${PORTSDIR}/lang/python26
-PYTHON_REL= 260
+PYTHON_REL= 261
PYTHON_SUFFIX= 26
PYTHON_VER= 2.6
# Python-2.5
.elif ${PYTHON_VERSION} == "python2.5"
-PYTHON_PORTVERSION?=2.5.2
+PYTHON_PORTVERSION?=2.5.4
PYTHON_PORTSDIR= ${PORTSDIR}/lang/python25
-PYTHON_REL= 252
+PYTHON_REL= 254
PYTHON_SUFFIX= 25
PYTHON_VER= 2.5