Index: devel/py-robotframework-selenium2library/Makefile =================================================================== --- devel/py-robotframework-selenium2library/Makefile (revision 456264) +++ devel/py-robotframework-selenium2library/Makefile (working copy) @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= robotframework-selenium2library -PORTVERSION= 1.8.0 +PORTVERSION= 3.0.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= Vladimir.Chukharev@gmail.com -COMMENT= Web testing library for Robot Framework +COMMENT= Comatibility layer for web testing library LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework-seleniumlibrary>=3.0.1:devel/py-robotframework-seleniumlibrary@${FLAVOR} -USES= python:2 +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-robotframework-selenium2library/distinfo =================================================================== --- devel/py-robotframework-selenium2library/distinfo (revision 456264) +++ devel/py-robotframework-selenium2library/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474723416 -SHA256 (robotframework-selenium2library-1.8.0.tar.gz) = 2cb983b3237a6f63842c2c800f35c77a76db88623751054644c50f7a3698c0f9 -SIZE (robotframework-selenium2library-1.8.0.tar.gz) = 118945 +TIMESTAMP = 1512492465 +SHA256 (robotframework-selenium2library-3.0.0.tar.gz) = 2a8e942b0788b16ded253039008b34d2b46199283461b294f0f41a579c70fda7 +SIZE (robotframework-selenium2library-3.0.0.tar.gz) = 71087 Index: devel/py-robotframework-selenium2library/pkg-descr =================================================================== --- devel/py-robotframework-selenium2library/pkg-descr (revision 456264) +++ devel/py-robotframework-selenium2library/pkg-descr (working copy) @@ -1,7 +1,8 @@ -Selenium2Library is a web testing library for Robot Framework that leverages -the Selenium 2 (WebDriver) libraries from the Selenium project. +Selenium2Library is a web testing library for Robot Framework that uses +the Selenium tool internally. -It is modeled after (and forked from) the SeleniumLibrary library, but -re-implemented to use Selenium 2 and WebDriver technologies. +Starting from version 3.0, Selenium2Library is renamed to SeleniumLibrary and +this project exists mainly to help with transitioning. Existing Selenium2Library +users should start migrating to the SeleniumLibrary. -WWW: https://github.com/rtomac/robotframework-selenium2library/ +WWW: https://github.com/robotframework/Selenium2Library