Currently, PYTHON_REL is the version of python without the dots
2.7.9 -> 279
This is a problem with python 2.7.10 as 2710 is greater than 300, there is no more monotonic increasing.
The proposed patch uses 2 digits in PYTHON_REL for the minor version of python
2.7.9 -> 2709
2.7.10 -> 2710
Details
Details
Exp-run with the python 2.7.10 update
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable