Created attachment 160485 [details] Patch Update to 2.9.1 Robot Framework 2.9.1 is a bug fix release that fixes few high priority bugs in Robot Framework 2.9. QA in a follow-up.
Created attachment 160486 [details] Port QA logs Logs of QA tests. Results of the following command are attached. $ ~/bin/port_test.sh /usr/ports/devel/py-robotframework |& cat > ~/vovavajo/Patches/py-robotframework-2.9_to_2.9.1_QA.log $ cat ~/bin/port_test.sh #! # Run tests of a port in the given directory and install it via portmaster set -o xtrace export LC_ALL=C cd $1 || exit 1 make -D DEVELOPER=yes check-plist stage-qa clean make -D DEVELOPER=yes describe DEVELOPER=yes portlint -Ca sudo port test sudo portmaster -DG --no-confirm $1
A commit references this bug: Author: rm Date: Fri Sep 25 19:01:16 UTC 2015 New revision: 397865 URL: https://svnweb.freebsd.org/changeset/ports/397865 Log: devel/py-robotframework: update to 2.9.1 Robot Framework 2.9.1 is a bug fix release that fixes few high priority bugs in Robot Framework 2.9. PR: 202746 Submitted by: vladimir.chukharev@gmail.com (maintainer) Changes: head/devel/py-robotframework/Makefile head/devel/py-robotframework/distinfo
Committed, thank you!