Date: Wed, 17 Feb 2016 12:13:30 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409039 - head/www/py-selenium Message-ID: <201602171213.u1HCDU4j010030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602171213.u1HCDU4j010030>