svn commit: r409039 - head/www/py-selenium

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Feb 17 12:13:31 UTC 2016


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 at 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


More information about the svn-ports-all mailing list