svn commit: r407979 - head/mail/py-pyspf

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Thu Feb 4 08:19:12 UTC 2016


On Thu, Feb 4, 2016 at 2:07 PM, Kubilay Kocak <koobs at freebsd.org> wrote:

> On 4/02/2016 7:54 AM, Sunpoet Po-Chuan Hsieh wrote:
> > -.if ${PYTHON_REL} <= 3300
> > -RUN_DEPENDS+=
> ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr
> > -.endif
> > -
>
> Removing this also causes a regression, and is what r407821 and
> r407820 fixed. (See previous reply)
>
> https://svnweb.freebsd.org/changeset/ports/407821
> https://svnweb.freebsd.org/changeset/ports/407820
>
> Note the conditional includes (<=) 3300, not < 3300.
>

This PYTHON_REL check matches to Python 3.2.x and Python 3.3.0.
However, Python 3.2 (which requires devel/py-ipaddr) was gone and Python
3.3.0 was replaced by 3.3.1 on May, 2013 (r318353).
As a result, I removed this outdated PYTHON_REL check.

Regards,
sunpoet


More information about the svn-ports-all mailing list