From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 3 13:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E20E5579 for ; Fri, 3 Jan 2014 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBCA81CD8 for ; Fri, 3 Jan 2014 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s03De1NI016883 for ; Fri, 3 Jan 2014 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s03De1Kp016882; Fri, 3 Jan 2014 13:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jan 2014 13:40:01 GMT Resent-Message-Id: <201401031340.s03De1Kp016882@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Chukharev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7391439 for ; Fri, 3 Jan 2014 13:36:46 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8B141CB4 for ; Fri, 3 Jan 2014 13:36:46 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s03DakuB038315 for ; Fri, 3 Jan 2014 13:36:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s03Daksv038314; Fri, 3 Jan 2014 13:36:46 GMT (envelope-from nobody) Message-Id: <201401031336.s03Daksv038314@oldred.freebsd.org> Date: Fri, 3 Jan 2014 13:36:46 GMT From: Vladimir Chukharev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185443: [Maintainer Update] devel/py-robotframework-selenium2library 1.4.0 -> 1.5.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2014 13:40:01 -0000 >Number: 185443 >Category: ports >Synopsis: [Maintainer Update] devel/py-robotframework-selenium2library 1.4.0 -> 1.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 03 13:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Vladimir Chukharev >Release: 9.2-STABLE >Organization: >Environment: FreeBSD vovaasus 9.2-STABLE FreeBSD 9.2-STABLE #7 r259028: Sun Dec 8 14:46:24 EET 2013 root@vovaasus:/usr/obj/usr/src/sys/VOVA amd64 >Description: Update devel/py-robotframework-selenium2library version 1.4.0 to version 1.5.0. Changes made within the 1.5 release include ... - Added new 'Create Webdriver' keyword to allow greater control of local WebDrivers, such as setting a proxy or using Chrome options. - Added support for Safari Browser. - Copy Desired Capabilities before modifying to prevent affecting future sesions. - Fixed Mouse Up keyword attempting to click and hold one more time before release. - Refixed issue with parsing desired capabilities. - Fixed compatibility with RobotFramework v2.8.1 - Modified how internal tests are run and ignore known browser issues. Known Issues: - There is currently an issue with Firefox and 'Click Element At Coordinates' (added in Selenium2Library 1.3.0) does not currently work at Firefox. If this keyword is used in Firefox it will behave in same manner as the Click Element keyword (which always click in the center of an element). >How-To-Repeat: >Fix: Delete file pkp-plist ('svn diff' does not show this on a read-only work copy) and apply the attached patch. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 338534) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-selenium2library -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 338534) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (robotframework-selenium2library-1.4.0.tar.gz) = 028729f29a3f3c7ae2fd71020a584da6a83a7b8c1db75dd3a5e4f8c87297ffe5 -SIZE (robotframework-selenium2library-1.4.0.tar.gz) = 215011 +SHA256 (robotframework-selenium2library-1.5.0.tar.gz) = e173cb9a6cc8b831ec9a96a702ea36a450e599fd88a9c9d675581a7352565542 +SIZE (robotframework-selenium2library-1.5.0.tar.gz) = 216937 >Release-Note: >Audit-Trail: >Unformatted: