An exp-run for https://reviews.freebsd.org/D812 is needed, which attempts to fix relative paths in the automatic plists from Python's autplist feature.
Over to portmgr@
Take
Exp-run results: http://package18.nyi.freebsd.org/build.html?mastername=91amd64-default-D812&build=2014-09-24_23h57m47s 0 new failure when comparing with baseline
A commit references this bug: Author: mva Date: Thu Sep 25 21:01:57 UTC 2014 New revision: 369296 URL: http://svnweb.freebsd.org/changeset/ports/369296 Log: - Resolve relative paths, such as path/./file.py or path/../file.py for USE_PYTHON=autoplist, which can occur, if relative paths are set in a setup.py script. Those cause pkg and QA sanity checks to misbehave. - Remove @dirrm and @dirmmtry additions for USE_PYTHON=autoplist, USE_PYTHON=py3kplist and egg-info entries, if USES=python is set. pkg 1.3.8 does not need those anymore. - Add ${PYTHON_VER} to the PLIST_SUB defaults, if USES=python is set. PR: 193885 Differential Revision: D812 Reviewed by: antoine@ Exp-run by: antoine@ With hat: python@ Changes: head/Mk/Uses/python.mk