From nobody@FreeBSD.org  Fri May 23 05:42:46 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 02BA561A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 May 2014 05:42:46 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id E487023E8
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 May 2014 05:42:45 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4N5gj3u009440
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 May 2014 05:42:45 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4N5gjxi009439;
	Fri, 23 May 2014 05:42:45 GMT
	(envelope-from nobody)
Message-Id: <201405230542.s4N5gjxi009439@cgiserv.freebsd.org>
Date: Fri, 23 May 2014 05:42:45 GMT
From: Vladimir Chukharev <Vladimir.Chukharev@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Patch] update port www/py-selenium to 2.42.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: douglas@douglasthrift.net

>Number:         190132
>Category:       ports
>Synopsis:       [Patch] update port www/py-selenium to 2.42.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-python
>State:          feedback
>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:  Mon May 26 08:30:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 23 05:50:04 UTC 2014 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190132 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri May 23 05:50:06 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190132 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: douglas@douglasthrift.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0
Date: Fri, 23 May 2014 05:50:05 UT

 Maintainer of www/py-selenium,
 
 Please note that PR ports/190132 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/190132
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi>
To: bug-followup@freebsd.org, Vladimir.Chukharev@gmail.com
Cc:  
Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0
Date: Fri, 23 May 2014 09:11:47 +0300

 Apparently the commit of yesterday upgrading to 2.41.0 has not yet propagated to the svn server, which I used for patch creation...
 Hope this is not a problem. Bug me if it is, I'll re-create the patch (it's only the version in Makefile and what 'make makesum' does - and this eliminates the need to downgrade Firefox for tests).
 
 -- 
 Vladimir Chukharev

From: Douglas Thrift <douglas@douglasthrift.net>
To: bug-followup@FreeBSD.org, Vladimir.Chukharev@gmail.com
Cc:  
Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0
Date: Mon, 26 May 2014 01:06:49 -0700

 This is a multi-part message in MIME format.
 --------------010808020300020704090901
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Please use this patch instead.
 
 Thanks!
 -- 
 Douglas William Thrift
 <http://douglasthrift.net/>
 
 --------------010808020300020704090901
 Content-Type: text/plain; charset=windows-1252;
  name="py-selenium.2014-05-26T065717Z.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="py-selenium.2014-05-26T065717Z.diff"
 
 Index: www/py-selenium/Makefile
 ===================================================================
 --- www/py-selenium/Makefile	(revision 355276)
 +++ www/py-selenium/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	selenium
 -PORTVERSION=	2.41.0
 +PORTVERSION=	2.42.0
  CATEGORIES=	www python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 Index: www/py-selenium/distinfo
 ===================================================================
 --- www/py-selenium/distinfo	(revision 355276)
 +++ www/py-selenium/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (selenium-2.41.0.tar.gz) = 7a5872f4e772fe8e338b585895701e4316920025923cf23fe04d04350d4e4f9c
 -SIZE (selenium-2.41.0.tar.gz) = 2478255
 +SHA256 (selenium-2.42.0.tar.gz) = 6570a984d75873b3372e8cf6d82104b9572acd31bdb22d04f4bc60844b40e2a9
 +SIZE (selenium-2.42.0.tar.gz) = 2512909
 
 --------------010808020300020704090901--
>Unformatted:
