From douglas@slowhand.douglasthrift.net  Wed Mar  7 05:22:42 2012
Return-Path: <douglas@slowhand.douglasthrift.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B4580106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2012 05:22:42 +0000 (UTC)
	(envelope-from douglas@slowhand.douglasthrift.net)
Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40])
	by mx1.freebsd.org (Postfix) with ESMTP id 7458C8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2012 05:22:42 +0000 (UTC)
Received: from slowhand.douglasthrift.net (douglas@slowhand.douglasthrift.net [69.55.236.40])
	by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id q275MfEt004153
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 6 Mar 2012 21:22:41 -0800 (PST)
	(envelope-from douglas@slowhand.douglasthrift.net)
Received: (from douglas@localhost)
	by slowhand.douglasthrift.net (8.14.5/8.14.5/Submit) id q275MfFL004152;
	Tue, 6 Mar 2012 21:22:41 -0800 (PST)
	(envelope-from douglas)
Message-Id: <201203070522.q275MfFL004152@slowhand.douglasthrift.net>
Date: Tue, 6 Mar 2012 21:22:41 -0800 (PST)
From: Douglas William Thrift <douglas@douglasthrift.net>
Reply-To: Douglas William Thrift <douglas@douglasthrift.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: www/py-selenium Upgrade to 2.20.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165803
>Category:       ports
>Synopsis:       Update port: www/py-selenium Upgrade to 2.20.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 05:30:13 UTC 2012
>Closed-Date:    Wed Mar 07 09:58:58 UTC 2012
>Last-Modified:  Wed Mar  7 10:00:27 UTC 2012
>Originator:     Douglas William Thrift
>Release:        FreeBSD 8.0-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p6 FreeBSD 8.0-RELEASE-p6 #2: Wed Sep 28 21:40:42 PDT 2011 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64
>Description:
Upgraded www/py-selenium to version 2.20.0.

https://redports.org/buildarchive/20120302053434-38822/

From CHANGES:

Selenium 2.20
* disable native events for FF on Mac by default
* fix webdriverwait to execute at least once when using 0 timeout
* Fixed Issue 3438
>How-To-Repeat:
>Fix:
--- py-selenium.2012-03-02T043343Z.diff begins here ---
diff -Nrux .svn -x work /usr/ports/www/py-selenium/Makefile py-selenium/Makefile
--- /usr/ports/www/py-selenium/Makefile	2012-02-20 16:07:56.000000000 -0800
+++ py-selenium/Makefile	2012-03-01 20:27:41.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	selenium
-PORTVERSION=	2.19.1
+PORTVERSION=	2.20.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -Nrux .svn -x work /usr/ports/www/py-selenium/distinfo py-selenium/distinfo
--- /usr/ports/www/py-selenium/distinfo	2012-02-20 16:07:56.000000000 -0800
+++ py-selenium/distinfo	2012-03-01 20:28:08.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (py-selenium/selenium-2.19.1.tar.gz) = 3b7070977d2d63f55fca85228f1177ac76745a0766dd2618782c00f07c4f63df
-SIZE (py-selenium/selenium-2.19.1.tar.gz) = 3978023
+SHA256 (py-selenium/selenium-2.20.0.tar.gz) = 9808c5dfdd9f028d0361ba5a0ea717743849f4dee3eefc397a0b65e6cb3f06fd
+SIZE (py-selenium/selenium-2.20.0.tar.gz) = 4200623
--- py-selenium.2012-03-02T043343Z.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Wed Mar 7 06:09:46 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165803 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Wed Mar 7 09:58:57 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165803: commit references a PR
Date: Wed,  7 Mar 2012 09:59:09 +0000 (UTC)

 culot       2012-03-07 09:58:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/py-selenium      Makefile distinfo 
   Log:
   - Update to 2.20.0
   
   PR:             ports/165803
   Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
   
   Revision  Changes    Path
   1.7       +1 -1      ports/www/py-selenium/Makefile
   1.6       +2 -2      ports/www/py-selenium/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
