Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 14:00:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-python@FreeBSD.org
Subject:   Re: ports/185443: commit references a PR
Message-ID:  <201401191400.s0JE045i091458@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <Vladimir.Chukharev@gmail.com> (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 <bsd.port.mk>
 
 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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401191400.s0JE045i091458>