Bug 202746 - [Maintainer update] devel/py-robotframework 2.9 -> 2.9.1
Summary: [Maintainer update] devel/py-robotframework 2.9 -> 2.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-29 14:38 UTC by vladimir.chukharev
Modified: 2015-09-25 19:14 UTC (History)
1 user (show)

See Also:


Attachments
Patch (789 bytes, patch)
2015-08-29 14:38 UTC, vladimir.chukharev
no flags Details | Diff
Port QA logs (284.77 KB, text/plain)
2015-08-29 14:43 UTC, vladimir.chukharev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!