diff options
author | wen <wen@FreeBSD.org> | 2010-09-12 17:07:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-09-12 17:07:44 +0800 |
commit | a94d6385ee563bd01f2c08afce9e5ef0e1a47457 (patch) | |
tree | 3e839a5029e29f640c18bef7f5f4d1a777869162 /Mk/bsd.python.mk | |
parent | 41585da76d5f1d4241fcd3e41c4879d68efebf43 (diff) | |
download | freebsd-ports-gnome-a94d6385ee563bd01f2c08afce9e5ef0e1a47457.tar.gz freebsd-ports-gnome-a94d6385ee563bd01f2c08afce9e5ef0e1a47457.tar.zst freebsd-ports-gnome-a94d6385ee563bd01f2c08afce9e5ef0e1a47457.zip |
- Update to 2.6.6
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 a01b2acf2f65..ec7a50451ee3 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -387,9 +387,9 @@ PYTHON_VER= 2.7 # Python-2.6 .elif ${PYTHON_VERSION} == "python2.6" -PYTHON_PORTVERSION?=2.6.5 +PYTHON_PORTVERSION?=2.6.6 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python26 -PYTHON_REL= 265 +PYTHON_REL= 266 PYTHON_SUFFIX= 26 PYTHON_VER= 2.6 |