From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 4 07:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0749BCB for ; Fri, 4 Apr 2014 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D32484C for ; Fri, 4 Apr 2014 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s347U0s0094581 for ; Fri, 4 Apr 2014 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s347U0Ht094580; Fri, 4 Apr 2014 07:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 4 Apr 2014 07:30:00 GMT Resent-Message-Id: <201404040730.s347U0Ht094580@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Chukharev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B754B89 for ; Fri, 4 Apr 2014 07:26:06 +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 38EE582A for ; Fri, 4 Apr 2014 07:26:06 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s347Q50s023034 for ; Fri, 4 Apr 2014 07:26:05 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s347Q588022998; Fri, 4 Apr 2014 07:26:05 GMT (envelope-from nobody) Message-Id: <201404040726.s347Q588022998@cgiserv.freebsd.org> Date: Fri, 4 Apr 2014 07:26:05 GMT From: Vladimir Chukharev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 07:30:00 -0000 >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: