Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 07:26:05 GMT
From:      Vladimir Chukharev <Vladimir.Chukharev@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188250: [Patch] update port www/py-selenium to 2.41.0
Message-ID:  <201404040726.s347Q588022998@cgiserv.freebsd.org>
Resent-Message-ID: <201404040730.s347U0Ht094580@freefall.freebsd.org>

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

>Number:         188250
>Category:       ports
>Synopsis:       [Patch] update port www/py-selenium to 2.41.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 04 07:30: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 #15 r264039M: Thu Apr  3 14:18:54 EEST 2014     root@vovaasus:/usr/obj/usr/src/sys/VOVA  amd64
>Description:
Update port www/py-selenium to v.2.41.0 released a week ago.
The new version supports FireFox 2.8.

Change USE_PYDISTUTILS to yes per deprecation warning.

Checked with 'port test' and running my tests (robotframework + firefox).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 349917)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	selenium
-PORTVERSION=	2.37.2
+PORTVERSION=	2.41.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 349917)
+++ 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.41.0.tar.gz) = 7a5872f4e772fe8e338b585895701e4316920025923cf23fe04d04350d4e4f9c
+SIZE (selenium-2.41.0.tar.gz) = 2478255


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



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