diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2015-12-19 01:45:47 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2015-12-19 01:45:47 +0000 |
commit | 6905cd6f1486ec60ffa0579f13d74aa34bcd702e (patch) | |
tree | 8f6f033734890cc1f3a10acece1c945b46d599c0 /lang/python27/Makefile | |
parent | - Switch to options helpers (diff) |
lang/python: Update to 2.7.11
Announcement: https://www.python.org/downloads/release/python-2711/
Mailing list: https://mail.python.org/pipermail/python-announce-list/2015-December/010999.html
Changelog: https://hg.python.org/cpython/raw-file/v2.7.11/Misc/NEWS
Important changes for this release:
- Python 2.7.11 is a bug fix release of the Python 2.7.x series.
Reviewed by: koobs
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D4413
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r-- | lang/python27/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 0fd71e7f2b91..95a3e1443707 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= python27 -PORTVERSION= 2.7.10 -PORTREVISION= 1 +PORTVERSION= 2.7.11 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} |