Created attachment 147900 [details] Shar file A new dependence for devel/py-robotframework-pabot. It allows to run tests not only on local host. QA: $ portlint -AC looks fine. $ make -D DEVELOPER=yes check-plist stage-qa clean [no complains] $ sudo port test [ports-mgmt/porttools, no complains; PREFIX and PKG_DBDIR are set to /tmp/...] My tests pass or fail correctly with pabot updated to 0.11 and this port installed. Update of devel/py-robotframework-pabot in a separate PR.
looks ok, moving to patch-ready pool.
A commit references this bug: Author: marino Date: Tue Nov 4 16:46:24 UTC 2014 New revision: 372153 URL: https://svnweb.freebsd.org/changeset/ports/372153 Log: Add new port devel/py-robotremoteserver PR: 194085 Submitted by: Vladimir Chukharev Robot Framework remote servers allow hosting test libraries on different processes or machines than Robot Framework itself is running on. This version is implemented in Python and supports also Jython (JVM) and IronPython (.NET). See remote library interface documentation for more information about the remote interface in general as well as for a list of remote server implementations in other programming languages. Changes: head/devel/Makefile head/devel/py-robotremoteserver/ head/devel/py-robotremoteserver/Makefile head/devel/py-robotremoteserver/distinfo head/devel/py-robotremoteserver/pkg-descr
Nice job. The only thing I did was align the pkg-plist to 75 chars, everything tested fine.