svn commit: r340299 - head/devel/py-robotframework-selenium2library

Marcus von Appen mva at FreeBSD.org
Sun Jan 19 13:55:58 UTC 2014


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 at 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


More information about the svn-ports-all mailing list