Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 05:42:45 GMT
From:      Vladimir Chukharev <Vladimir.Chukharev@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190132: [Patch] update port www/py-selenium to 2.42.0
Message-ID:  <201405230542.s4N5gjxi009439@cgiserv.freebsd.org>
Resent-Message-ID: <201405230550.s4N5o0l1061608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190132
>Category:       ports
>Synopsis:       [Patch] update port www/py-selenium to 2.42.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 23 05:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Chukharev
>Release:        9.2-STABLE
>Organization:
>Environment:
FreeBSD vovaasus 9.2-STABLE FreeBSD 9.2-STABLE #19 r265128M: Fri May  2 02:03:39 EEST 2014     root@vovaasus:/usr/obj/usr/src/sys/VOVA  amd64
>Description:
Update port www/py-selenium to v.2.42.0 released today (yes, I was waiting for it ;).

Fixed typing into number inputs and rich text editors (like tinymce); important for Firefox 29.
Other fixes.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 352670)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	selenium
-PORTVERSION=	2.37.2
+PORTVERSION=	2.42.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@
 LATEST_LINK=	py-${PORTNAME}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONS_DEFINE=	FIREFOX
Index: distinfo
===================================================================
--- distinfo	(revision 352670)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (selenium-2.37.2.tar.gz) = c490ea8d5f74d2217c9d29d574841a0d658b8e148fca3759cd23da273b123d41
-SIZE (selenium-2.37.2.tar.gz) = 2647671
+SHA256 (selenium-2.42.0.tar.gz) = 6570a984d75873b3372e8cf6d82104b9572acd31bdb22d04f4bc60844b40e2a9
+SIZE (selenium-2.42.0.tar.gz) = 2512909


>Release-Note:
>Audit-Trail:
>Unformatted:



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