Synopsis: Is a new port graphics/py-pygal
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Fri May 2 22:50:04 UTC 2014
Responsible-Changed-Why:
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
http://www.f
+--On 30 avril 2014 10:02:16 -0500 jmore...@jmorenov.com.co wrote:
| DEFAULT_VERSIONS=python3=3.3
That line says that in the case you need python3, you will have 3.3, not
that in the case you need python you will have python 3.3.
You need DEFAULT_VERSIONS=python=3.3. (And then, you need to rebuild
Hi there,
Currently default python versions are inconsistent:
- python 3.3 is the default python3 version
- python 3.4 is preferred over python 3.3 when a port needs a python
version in a specific range
The patch below should address this, please review/test.
Cheers,
Antoine
Index: Mk/bsd.pyt