Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 12:59:55 -0700 (PDT)
From:      Douglas William Thrift <douglas@douglasthrift.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        douglas@douglasthrift.net
Subject:   ports/179024: Update port: www/py-selenium Upgrade to 2.33.0
Message-ID:  <201305271959.r4RJxoP0077803@slowhand.douglasthrift.net>
Resent-Message-ID: <201305272010.r4RKA03l024688@freefall.freebsd.org>

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

>Number:         179024
>Category:       ports
>Synopsis:       Update port: www/py-selenium Upgrade to 2.33.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 27 20:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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