Bug 197688

Summary: [MAINTAINER] devel/py-robotframework-pabot: Update to 0.12
Product: Ports & Packages Reporter: vladimir.chukharev
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me CC: culot
Priority: --- Keywords: patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
QA logs none

Description vladimir.chukharev 2015-02-15 19:20:06 UTC
Created attachment 153012 [details]
patch

Siting Mikko Korpela:
New version of Pabot - the parallel executor for Robot Framework has 
been released ( https://github.com/mkorpela/pabot ). 
This fixes a bug that prevented pabot library process from stopping 
after execution in windows.

QA:
  My tests (only partly suitable for parallel execution) work as expected.
  Results of the command
   ./port_test.sh /usr/ports/devel/py-robotframework-pabot
  do not show any problems. 


The contents of 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
portlint -Ca
sudo port test
sudo portmaster -DG --no-confirm $1


The logs will be attached in a follow-up, I do not see a way to attach two files right now.
Comment 1 vladimir.chukharev 2015-02-15 19:21:29 UTC
Created attachment 153013 [details]
QA logs
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-02-16 14:38:30 UTC
A commit references this bug:

Author: culot
Date: Mon Feb 16 14:37:45 UTC 2015
New revision: 379094
URL: https://svnweb.freebsd.org/changeset/ports/379094

Log:
  - Update to 0.12

  PR:		197688
  Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer)

Changes:
  head/devel/py-robotframework-pabot/Makefile
  head/devel/py-robotframework-pabot/distinfo