From owner-svn-ports-all@freebsd.org Wed Feb 17 12:13:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0762AABE5E; Wed, 17 Feb 2016 12:13:31 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 8DA1612C; Wed, 17 Feb 2016 12:13:31 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HCDUfC010032; Wed, 17 Feb 2016 12:13:30 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HCDU4j010030; Wed, 17 Feb 2016 12:13:30 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602171213.u1HCDU4j010030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 17 Feb 2016 12:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409039 - head/www/py-selenium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 12:13:31 -0000 Author: rakuco Date: Wed Feb 17 12:13:30 2016 New Revision: 409039 URL: https://svnweb.freebsd.org/changeset/ports/409039 Log: Update to 2.52.0. From CHANGES: Selenium 2.52.0 * Fixing case where UnexpectedAlertException doesn't get the alert_text in the error object * Firefox: Actually use launch_browser timeout Fixes #1300 PR: 207140 Submitted by: 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 Feb 17 12:09:46 2016 (r409038) +++ head/www/py-selenium/Makefile Wed Feb 17 12:13:30 2016 (r409039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.51.1 +PORTVERSION= 2.52.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Wed Feb 17 12:09:46 2016 (r409038) +++ head/www/py-selenium/distinfo Wed Feb 17 12:13:30 2016 (r409039) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.51.1.tar.gz) = 05671887f59206abc04d16496c0a3d92ee08497abfc8328a6811eab326fd61a8 -SIZE (selenium-2.51.1.tar.gz) = 809217 +SHA256 (selenium-2.52.0.tar.gz) = 820550a740ca1f746c399a0101986c0e6f94fbfe3c6f976e3f694db452cbe124 +SIZE (selenium-2.52.0.tar.gz) = 809661