diff options
author | koobs <koobs@FreeBSD.org> | 2013-11-24 21:22:40 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-11-24 21:22:40 +0800 |
commit | 1460b1ccbc25ee52e21ce1d1fc4ded90cb5f7c09 (patch) | |
tree | cd5448852d4234db094ede1f7c73f0b41d05e98f /Mk/bsd.python.mk | |
parent | 69a04763e99c2fd51e6ae9b087c2c6bc8e238a23 (diff) | |
download | freebsd-ports-gnome-1460b1ccbc25ee52e21ce1d1fc4ded90cb5f7c09.tar.gz freebsd-ports-gnome-1460b1ccbc25ee52e21ce1d1fc4ded90cb5f7c09.tar.zst freebsd-ports-gnome-1460b1ccbc25ee52e21ce1d1fc4ded90cb5f7c09.zip |
lang/python27: Update to 2.7.6
- Update to 2.7.6
- Update pkg-plist
- Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1]
- Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead
- Remove patch: patch-Modules-_ctypes-libffi_fficonfig.py.in [2]
- QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries
- QA: Whitespace alignment
Changes: 2.7.6 - November 10, 2013
http://www.python.org/download/releases/2.7.6/
[1] Python removed OPT:Olimit in 3.2+, requested backport or
alternative upstream patch: http://bugs.python.org/issue877121
[2] Upstreamed: http://bugs.python.org/issue18178
PR: ports/182952
PR: ports/156759
Reviewed by: antoine, mva
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 9e7b0842b729..54dcd02f4777 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -378,9 +378,9 @@ PYTHON_VER= 3.1 # Python-2.7 .elif ${PYTHON_VERSION} == "python2.7" -PYTHON_PORTVERSION?= 2.7.5 +PYTHON_PORTVERSION?= 2.7.6 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python27 -PYTHON_REL= 275 +PYTHON_REL= 276 PYTHON_SUFFIX= 27 PYTHON_VER= 2.7 |