6 Commits

Author SHA1 Message Date
Martin Wilke
9da9affaa1 - Update python34 -> 3.4.9
python35 -> 3.5.6

Sponsored by:	iXsystems Inc.
2018-08-03 16:08:19 +00:00
Sunpoet Po-Chuan Hsieh
907a0694aa Update to 3.5.5
- Update Makefile and PLIST to be similar with python36
- Sort USES
- Remove CPE_*: all of them are default values
- Update PLIST_FILES: do not use %%
- Remove over-patched shebang fix of Lib/cgi.py
- Update http:// links in Makefile comments and patch files

Changes:	https://docs.python.org/3.5/whatsnew/changelog.html
Security:	0fe70bcd-2ce3-46c9-a64b-4a7da097db07
MFH:		2018Q1
2018-02-11 16:52:48 +00:00
Sunpoet Po-Chuan Hsieh
57fc27d605 Update to 3.5.4
- Sort PLIST

Changes:	https://docs.python.org/3.5/whatsnew/changelog.html
MFH:		2017Q3
2017-08-09 19:36:07 +00:00
Wen Heping
2992942cb9 - Update to 3.5.3
PR:		216336
Submitted by:	wen@(myself)
Exp-run:	antoine@
2017-01-23 02:35:42 +00:00
Wen Heping
90dab9e821 - Update to 3.5.2 2016-06-30 00:56:13 +00:00
John Marino
6256117d69 lang/python27(3*), Mk/Uses/python.mk: remove make spawn
There are some inefficiencies in python.mk that significantly slow down
full tree scanning.  The use of bmake to obtain the current version of
a specific python is responsible for the majority of the slow done.

This commit splits out the PYTHON_PORTVERSION definition (which is the
same as the lang/python* PORTVERSION) into separate files.  With this
change, python.mk can simple include the makefile fragment instead of
spawning a new instance of make.

Different Revision:	https://reviews.freebsd.org/D4660
Approved by:		antoine (python), mva (python)
2015-12-29 12:03:09 +00:00