Bug 183855 - Update port: www/py-selenium Upgrade to 2.37.2
Summary: Update port: www/py-selenium Upgrade to 2.37.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-11 00:20 UTC by Douglas Thrift
Modified: 2013-11-11 11:10 UTC (History)
1 user (show)

See Also:


Attachments
py-selenium.2013-11-11T000523Z.diff (1.10 KB, patch)
2013-11-11 00:20 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2013-11-11 00:20:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-11 00:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-11 10:47:47 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-11 11:06:07 UTC
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"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-11-11 11:09:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!