Created attachment 159428 [details] Patch Update to 2.9. From Release notes: Robot Framework 2.9 is a new major version with nearly 100 fixed issues. It contains, for example, high priority enhancements related to variables, support for creating keywords with embedded arguments in test libraries, and possibility to tag keywords. The most visible enhancement is the new fresh look in logs and reports. All issues targeted for RF 2.9 can be found from the issue tracker https://github.com/robotframework/robotframework/issues?q=milestone%3A2.9 QA in a follow-up.
Created attachment 159429 [details] 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_update_2.8.7_to_2.9_QA.log The script runs usual QA tests: $ 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 describe portlint -Ca sudo port test sudo portmaster -DG --no-confirm $1
A commit references this bug: Author: robak Date: Wed Aug 5 18:44:09 UTC 2015 New revision: 393603 URL: https://svnweb.freebsd.org/changeset/ports/393603 Log: devel/py-robotframework: update 2.8.7 -> 2.9 PR: 202018 Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer) Changes: head/devel/py-robotframework/Makefile head/devel/py-robotframework/distinfo
Committed, thanks!