Upgrade www/py-selenium to 2.37.2; add STAGE support. https://redports.org/buildarchive/20131110230501-38735/ From CHANGES: Selenium 2.37.2 * fix regression added with unicode fix * Bug fix #6360 Selenium 2.37.1 * fix find_elements on webelement using unicode locators and py 2.7
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->wg I'll take it.
Author: wg Date: Mon Nov 11 11:06:00 2013 New Revision: 333485 URL: http://svnweb.freebsd.org/changeset/ports/333485 Log: www/py-selenium: update to 2.37.2 and allow staging PR: ports/183855 Submitted by: maintainer Modified: head/www/py-selenium/Makefile head/www/py-selenium/distinfo Modified: head/www/py-selenium/Makefile ============================================================================== --- head/www/py-selenium/Makefile Mon Nov 11 10:59:25 2013 (r333484) +++ head/www/py-selenium/Makefile Mon Nov 11 11:06:00 2013 (r333485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.37.0 +PORTVERSION= 2.37.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,6 @@ PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= FIREFOX FIREFOX_DESC= Install Firefox -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFIREFOX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Mon Nov 11 10:59:25 2013 (r333484) +++ head/www/py-selenium/distinfo Mon Nov 11 11:06:00 2013 (r333485) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.37.0.tar.gz) = 8de586687a1b2132c88e89d011645f0636d3b3a9b97a03066f434c74df9a5093 -SIZE (selenium-2.37.0.tar.gz) = 2647262 +SHA256 (selenium-2.37.2.tar.gz) = c490ea8d5f74d2217c9d29d574841a0d658b8e148fca3759cd23da273b123d41 +SIZE (selenium-2.37.2.tar.gz) = 2647671 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!