From owner-freebsd-python@FreeBSD.ORG Sun Jan 19 14:00:04 2014 Return-Path: Delivered-To: freebsd-python@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 767856AF for ; Sun, 19 Jan 2014 14:00:04 +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 62AF01F33 for ; Sun, 19 Jan 2014 14:00:04 +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 s0JE04Ht091459 for ; Sun, 19 Jan 2014 14:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0JE045i091458; Sun, 19 Jan 2014 14:00:04 GMT (envelope-from gnats) Date: Sun, 19 Jan 2014 14:00:04 GMT Message-Id: <201401191400.s0JE045i091458@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/185443: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2014 14:00:04 -0000 The following reply was made to PR ports/185443; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185443: commit references a PR Date: Sun, 19 Jan 2014 13:56:04 +0000 (UTC) Author: mva Date: Sun Jan 19 13:55:57 2014 New Revision: 340299 URL: http://svnweb.freebsd.org/changeset/ports/340299 QAT: https://qat.redports.org/buildarchive/r340299/ Log: - Update version 1.4.0 to version 1.5.0 - Convert to PYDISTUTILS_AUTOPLIST - Convert deprecated USE_PYDISTUTILS=easy_install to yes 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). PR: ports/185443 Submitted by: Vladimir Chukharev (maintainer) Deleted: head/devel/py-robotframework-selenium2library/pkg-plist Modified: head/devel/py-robotframework-selenium2library/Makefile (contents, props changed) head/devel/py-robotframework-selenium2library/distinfo (contents, props changed) Modified: head/devel/py-robotframework-selenium2library/Makefile ============================================================================== --- head/devel/py-robotframework-selenium2library/Makefile Sun Jan 19 13:51:13 2014 (r340298) +++ head/devel/py-robotframework-selenium2library/Makefile Sun Jan 19 13:55:57 2014 (r340299) @@ -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} @@ -15,8 +15,8 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \ ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-robotframework-selenium2library/distinfo ============================================================================== --- head/devel/py-robotframework-selenium2library/distinfo Sun Jan 19 13:51:13 2014 (r340298) +++ head/devel/py-robotframework-selenium2library/distinfo Sun Jan 19 13:55:57 2014 (r340299) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"