Bug 202746

Summary: [Maintainer update] devel/py-robotframework 2.9 -> 2.9.1
Product: Ports & Packages Reporter: vladimir.chukharev
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me CC: rm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch
none
Port QA logs none

Description vladimir.chukharev 2015-08-29 14:38:32 UTC
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.
Comment 1 vladimir.chukharev 2015-08-29 14:43:05 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-09-25 19:01:51 UTC
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
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-09-25 19:14:19 UTC
Committed, thank you!