From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 18 09:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0251106566B for ; Fri, 18 May 2012 09:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A23D98FC1C for ; Fri, 18 May 2012 09:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4I9UAfx088655 for ; Fri, 18 May 2012 09:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4I9UAgC088651; Fri, 18 May 2012 09:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 18 May 2012 09:30:10 GMT Resent-Message-Id: <201205180930.q4I9UAgC088651@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, Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B51E0106566B for ; Fri, 18 May 2012 09:23: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 781348FC0C for ; Fri, 18 May 2012 09:23:44 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.6.64.103]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id q4I9NcAJ004985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 18 May 2012 02:23:43 -0700 (PDT) (envelope-from douglas@douglasthrift.net) Message-Id: <201205180923.q4I9NcAJ004985@slowhand.douglasthrift.net> Date: Fri, 18 May 2012 02:23:43 -0700 (PDT) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/168100: Update port: www/py-selenium Upgrade to version 2.21.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: douglas@douglasthrift.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 09:30:11 -0000 >Number: 168100 >Category: ports >Synopsis: Update port: www/py-selenium Upgrade to version 2.21.3 >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: Fri May 18 09:30:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 8.3-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD justonenight.douglasthrift.net 8.3-RELEASE-p1 FreeBSD 8.3-RELEASE-p1 #9: Thu May 3 10:57:52 PDT 2012 root@justonenight.douglasthrift.net:/usr/obj/usr/src/sys/FURTHERONUPTHEROAD amd64 >Description: Upgraded www/py-selenium to version 2.21.3. https://redports.org/buildarchive/20120518045435-62492/ >From CHANGES: Selenium 2.21.3 * Fix for File Upload to remote servers * Better handling of typing in input=file. Bug 3831, 3736 * Better handling of unicode URLS Bug 3740 >How-To-Repeat: >Fix: --- py-selenium.2012-05-18T091322Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/www/py-selenium/Makefile py-selenium/Makefile --- /usr/ports/www/py-selenium/Makefile 2012-04-29 12:21:20.000000000 -0700 +++ py-selenium/Makefile 2012-05-17 21:46:25.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= selenium -PORTVERSION= 2.21.2 +PORTVERSION= 2.21.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +29,7 @@ .include .if defined(WITH_FIREFOX) -USE_FIREFOX= 36+ +USE_FIREFOX= 10+ .endif .include diff -Nrux .svn -x work /usr/ports/www/py-selenium/distinfo py-selenium/distinfo --- /usr/ports/www/py-selenium/distinfo 2012-04-22 11:35:19.000000000 -0700 +++ py-selenium/distinfo 2012-05-17 21:17:52.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (py-selenium/selenium-2.21.2.tar.gz) = cac18c32c1e39e2a3959872dcac5cc0386d6f4f553c6dafb59cbaea8178dc7fc -SIZE (py-selenium/selenium-2.21.2.tar.gz) = 2546022 +SHA256 (py-selenium/selenium-2.21.3.tar.gz) = 7603ea407dd4f2be76c55d551f7058b7ea55f78e49157723dedc9d35e0b62bd8 +SIZE (py-selenium/selenium-2.21.3.tar.gz) = 2645487 --- py-selenium.2012-05-18T091322Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: