From douglas@douglasthrift.net  Mon May 27 20:05:44 2013
Return-Path: <douglas@douglasthrift.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id DB077F5A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 May 2013 20:05:44 +0000 (UTC)
	(envelope-from douglas@douglasthrift.net)
Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40])
	by mx1.freebsd.org (Postfix) with ESMTP id C258C990
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 May 2013 20:05:44 +0000 (UTC)
Received: from localhost (laguna.douglasthrift.net [98.171.162.82])
	(authenticated bits=0)
	by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id r4RJxoP0077803
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 27 May 2013 12:59:55 -0700 (PDT)
	(envelope-from douglas@douglasthrift.net)
Message-Id: <201305271959.r4RJxoP0077803@slowhand.douglasthrift.net>
Date: Mon, 27 May 2013 12:59:55 -0700 (PDT)
From: Douglas William Thrift <douglas@douglasthrift.net>
Reply-To: Douglas William Thrift <douglas@douglasthrift.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: douglas@douglasthrift.net
Subject: Update port: www/py-selenium Upgrade to 2.33.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179024
>Category:       ports
>Synopsis:       Update port: www/py-selenium Upgrade to 2.33.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 27 20:10:00 UTC 2013
>Closed-Date:    Wed May 29 00:38:07 UTC 2013
>Last-Modified:  Wed May 29 00:40:01 UTC 2013
>Originator:     Douglas William Thrift
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD journeyman-freebsd.douglasthrift.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Upgraded www/py-selenium to 2.33.0. Fixed optional Firefox dependency.

https://redports.org/buildarchive/20130526180801-40983/

From CHANGES:

Selenium 2.33
* getText() ignores elements in the <head>
* Adding both official and informal string representations to Color object.
* Replace distutils.dir_util by shutil
* Allow finding firefox binary at ProgramFiles(x86) on windows(64 bit)
* Py3 compatible winreg import and content-type access
>How-To-Repeat:
	
>Fix:

	

--- py-selenium.2013-05-26T180623Z.diff begins here ---
diff -Nrux .svn -x work /usr/ports/www/py-selenium/Makefile py-selenium/Makefile
--- /usr/ports/www/py-selenium/Makefile	2013-04-17 01:03:08.000000000 -0700
+++ py-selenium/Makefile	2013-05-26 10:55:04.000000000 -0700
@@ -2,7 +2,7 @@
 # $FreeBSD: www/py-selenium/Makefile 315943 2013-04-17 08:03:08Z culot $
 
 PORTNAME=	selenium
-PORTVERSION=	2.32.0
+PORTVERSION=	2.33.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFIREFOX}
-USE_FIREFOX=	10+
+USE_FIREFOX=	yes
 .endif
 
 .include <bsd.port.mk>
diff -Nrux .svn -x work /usr/ports/www/py-selenium/distinfo py-selenium/distinfo
--- /usr/ports/www/py-selenium/distinfo	2013-04-17 01:03:08.000000000 -0700
+++ py-selenium/distinfo	2013-05-26 10:55:24.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (selenium-2.32.0.tar.gz) = 338ec50b06f94e52b66f1baf2e39e4f06e2ddb80569bc7fa30c4291944906b71
-SIZE (selenium-2.32.0.tar.gz) = 2506082
+SHA256 (selenium-2.33.0.tar.gz) = 6508690bad70881eb851c3921b7cb51faa0e3409e605b437058e600677ede89b
+SIZE (selenium-2.33.0.tar.gz) = 2536129
--- py-selenium.2013-05-26T180623Z.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 27 20:10:08 UTC 2013 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179024 
Responsible-Changed-From-To: freebsd-python->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue May 28 05:57:33 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179024 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed May 29 00:38:06 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179024: commit references a PR
Date: Wed, 29 May 2013 00:37:54 +0000 (UTC)

 Author: miwi
 Date: Wed May 29 00:37:44 2013
 New Revision: 319332
 URL: http://svnweb.freebsd.org/changeset/ports/319332
 
 Log:
   - Update to 2.33.0
   
   PR:		179024
   Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
 
 Modified:
   head/www/py-selenium/Makefile
   head/www/py-selenium/distinfo
 
 Modified: head/www/py-selenium/Makefile
 ==============================================================================
 --- head/www/py-selenium/Makefile	Wed May 29 00:36:46 2013	(r319331)
 +++ head/www/py-selenium/Makefile	Wed May 29 00:37:44 2013	(r319332)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	selenium
 -PORTVERSION=	2.32.0
 +PORTVERSION=	2.33.0
  CATEGORIES=	www python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -25,7 +25,7 @@ FIREFOX_DESC=	Install Firefox
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MFIREFOX}
 -USE_FIREFOX=	10+
 +USE_FIREFOX=	yes
  .endif
  
  .include <bsd.port.mk>
 
 Modified: head/www/py-selenium/distinfo
 ==============================================================================
 --- head/www/py-selenium/distinfo	Wed May 29 00:36:46 2013	(r319331)
 +++ head/www/py-selenium/distinfo	Wed May 29 00:37:44 2013	(r319332)
 @@ -1,2 +1,2 @@
 -SHA256 (selenium-2.32.0.tar.gz) = 338ec50b06f94e52b66f1baf2e39e4f06e2ddb80569bc7fa30c4291944906b71
 -SIZE (selenium-2.32.0.tar.gz) = 2506082
 +SHA256 (selenium-2.33.0.tar.gz) = 6508690bad70881eb851c3921b7cb51faa0e3409e605b437058e600677ede89b
 +SIZE (selenium-2.33.0.tar.gz) = 2536129
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
