Bug 202520 - [Maintainer Update] devel/py-robotframework-ride 1.3_2 -> 1.4.1
Summary: [Maintainer Update] devel/py-robotframework-ride 1.3_2 -> 1.4.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-20 14:40 UTC by vladimir.chukharev
Modified: 2015-09-26 06:33 UTC (History)
1 user (show)

See Also:


Attachments
Patch (1.02 KB, patch)
2015-08-20 14:40 UTC, vladimir.chukharev
no flags Details | Diff
Logs of port QA tests (507.48 KB, text/plain)
2015-08-20 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-20 14:40:09 UTC
Created attachment 160148 [details]
Patch

Update RIDE to the new version 1.4.1.

RIDE 1.4 is upgrading the bundled RF to version 2.8.7.
Some usability enhancement and bug fixes.
RIDE 1.4.1 is created to address the high severity bug in using installed standard libraries.

Port QA logs will be added in a follow-up.
Comment 1 vladimir.chukharev 2015-08-20 14:43:35 UTC
Created attachment 160149 [details]
Logs of port QA tests

Tested by command
~/bin/port_test.sh /usr/ports/devel/py-robotframework-ride |& cat > ~/vovavajo/Patches/py-robotframework-ride_1.3_2_to_1.4.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-26 06:29:40 UTC
A commit references this bug:

Author: rm
Date: Sat Sep 26 06:28:53 UTC 2015
New revision: 397929
URL: https://svnweb.freebsd.org/changeset/ports/397929

Log:
  devel/py-robotframework-ride: update to 1.4.1

  Update RIDE to the new version 1.4.1.

  RIDE 1.4 is upgrading the bundled RF to version 2.8.7.
  Some usability enhancement and bug fixes.
  RIDE 1.4.1 is created to address the high severity bug in using installed
  standard libraries.

  PR:		202520
  Submitted by:	vladimir.chukharev@gmail.com (maintainer)

Changes:
  head/devel/py-robotframework-ride/Makefile
  head/devel/py-robotframework-ride/distinfo
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-09-26 06:33:50 UTC
Committed, thank you!