svn commit: r407978 - head/dns/py-py3dns

Alexey Dokuchaev danfe at FreeBSD.org
Thu Feb 4 09:25:27 UTC 2016


On Thu, Feb 04, 2016 at 04:17:37PM +0800, Sunpoet Po-Chuan Hsieh wrote:
> [...]
> > >  do-test:
> > > -     @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
> > > +     cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest

By the way, this change is bogus as well: we typically mute these recipes
(c.f. configure, build, etc. targets) and do not append slash to dirnames.

That said, this hunk was not just gratuitous, but also wrong. :(

./danfe


More information about the svn-ports-all mailing list