Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2019 19:42:23 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505102 - in head: . devel devel/py-robotframework-ride devel/py-robotframework-selenium2library devel/py-robotframework-seleniumlibrary
Message-ID:  <201906251942.x5PJgNQl093172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Tue Jun 25 19:42:23 2019
New Revision: 505102
URL: https://svnweb.freebsd.org/changeset/ports/505102

Log:
  devel/py-robotframework-selenium2library: Rename to match upstream
  
  The Python package was forked from the old SeleniumLibrary as
  Selenium2Library to use Selenium 2 and WebDriver technologies.
  
  Later then it was renamed back to its original name, SeleniumLibrary.
  
  Thus rename the existing port to py-robotframework-seleniumlibrary and
  update the pkg-descr to reflect the new constellation.
  
  PR:		224814
  Submitted by:	vladimir.chukharev@gmail.com (maintainer)
  Reviewed by:	miwi (earlier version)

Added:
  head/devel/py-robotframework-seleniumlibrary/
     - copied from r505101, head/devel/py-robotframework-selenium2library/
Deleted:
  head/devel/py-robotframework-selenium2library/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/py-robotframework-ride/Makefile
  head/devel/py-robotframework-seleniumlibrary/Makefile
  head/devel/py-robotframework-seleniumlibrary/distinfo
  head/devel/py-robotframework-seleniumlibrary/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Jun 25 18:49:57 2019	(r505101)
+++ head/MOVED	Tue Jun 25 19:42:23 2019	(r505102)
@@ -12808,3 +12808,4 @@ devel/py-pydocumentdb|devel/py-azure-cosmos|2019-06-20
 www/rubygem-lograge-rails50|www/rubygem-lograge-rails5|2019-06-21|Obsolete by gitlab-ce upgrade, use www/rubygem-lograge-rails5 instead
 devel/rubygem-batch-loader12|devel/rubygem-batch-loader|2019-06-21|Obsolete by gitlab-ce upgrade, use devel/rubygem-batch-loader instead
 security/easy-rsa2|security/easy-rsa|2019-06-23|Has expired: Use easy-rsa 3 instead.
+devel/py-robotframework-selenium2library|devel/py-robotframework-seleniumlibrary|2019-06-25|Renamed to match upstream

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jun 25 18:49:57 2019	(r505101)
+++ head/devel/Makefile	Tue Jun 25 19:42:23 2019	(r505102)
@@ -4921,7 +4921,7 @@
     SUBDIR += py-robotframework-databaselibrary
     SUBDIR += py-robotframework-pabot
     SUBDIR += py-robotframework-ride
-    SUBDIR += py-robotframework-selenium2library
+    SUBDIR += py-robotframework-seleniumlibrary
     SUBDIR += py-robotremoteserver
     SUBDIR += py-rope
     SUBDIR += py-rose

Modified: head/devel/py-robotframework-ride/Makefile
==============================================================================
--- head/devel/py-robotframework-ride/Makefile	Tue Jun 25 18:49:57 2019	(r505101)
+++ head/devel/py-robotframework-ride/Makefile	Tue Jun 25 19:42:23 2019	(r505102)
@@ -3,6 +3,7 @@
 
 PORTNAME=	robotframework-ride
 PORTVERSION=	1.5.2.1
+PORTREVISION=	1
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Test data editor for Robot Framework
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}robotframework-selenium2library>=1.1.0:devel/py-robotframework-selenium2library@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}robotframework-seleniumlibrary>=1.1.0:devel/py-robotframework-seleniumlibrary@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
 
 NO_ARCH=	yes

Modified: head/devel/py-robotframework-seleniumlibrary/Makefile
==============================================================================
--- head/devel/py-robotframework-selenium2library/Makefile	Tue Jun 25 18:49:57 2019	(r505101)
+++ head/devel/py-robotframework-seleniumlibrary/Makefile	Tue Jun 25 19:42:23 2019	(r505102)
@@ -1,9 +1,8 @@
 # Created by: Vladimir Chukharev
 # $FreeBSD$
 
-PORTNAME=	robotframework-selenium2library
-PORTVERSION=	1.8.0
-PORTREVISION=	1
+PORTNAME=	robotframework-seleniumlibrary
+PORTVERSION=	3.3.1
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +14,11 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}selenium>=3.4.0:www/py-selenium@${PY_FLAVOR}
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-robotframework-seleniumlibrary/distinfo
==============================================================================
--- head/devel/py-robotframework-selenium2library/distinfo	Tue Jun 25 18:49:57 2019	(r505101)
+++ head/devel/py-robotframework-seleniumlibrary/distinfo	Tue Jun 25 19:42:23 2019	(r505102)
@@ -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 = 1560361901
+SHA256 (robotframework-seleniumlibrary-3.3.1.tar.gz) = 6f3a0eba3f0a4f9b10d3271420f4430cc9e8230cc25e3deaa469d533d872a10f
+SIZE (robotframework-seleniumlibrary-3.3.1.tar.gz) = 127388

Modified: head/devel/py-robotframework-seleniumlibrary/pkg-descr
==============================================================================
--- head/devel/py-robotframework-selenium2library/pkg-descr	Tue Jun 25 18:49:57 2019	(r505101)
+++ head/devel/py-robotframework-seleniumlibrary/pkg-descr	Tue Jun 25 19:42:23 2019	(r505102)
@@ -1,7 +1,7 @@
-Selenium2Library is a web testing library for Robot Framework that leverages
-the Selenium 2 (WebDriver) libraries from the Selenium project.
+SeleniumLibrary is a web testing library for Robot Framework that utilizes
+the Selenium tool internally.
 
-It is modeled after (and forked from) the SeleniumLibrary library, but
-re-implemented to use Selenium 2 and WebDriver technologies.
+SeleniumLibrary is based on the old SeleniumLibrary that was forked
+to Selenium2Library and then later renamed back to SeleniumLibrary.
 
-WWW: https://github.com/rtomac/robotframework-selenium2library/
+WWW: https://github.com/robotframework/SeleniumLibrary



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