From the announcement: Changes made within the 1.2 release include ... - Added PhantomJS as a supported browser type. - Fixed 'Get Selected List Label' under IE7 or IE8. - Added support for jQuery and sizzle selectors. - Added new global variable DEFAULT_HOST to demo server for more easier way to bind to other address than 'localhost'. - Skip closed browsers when setting Selenium timeout. Fixes #93. - Fixed internal Selenium2Library cookies acceptance test. Fix: Patch attached with submission follows:
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->rm I will take it.
Author: rm Date: Wed May 8 23:00:47 2013 New Revision: 317718 URL: http://svnweb.freebsd.org/changeset/ports/317718 Log: - update to 1.2.0 PR: 178216 Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) Modified: head/devel/py-robotframework-selenium2library/Makefile head/devel/py-robotframework-selenium2library/distinfo Modified: head/devel/py-robotframework-selenium2library/Makefile ============================================================================== --- head/devel/py-robotframework-selenium2library/Makefile Wed May 8 22:59:36 2013 (r317717) +++ head/devel/py-robotframework-selenium2library/Makefile Wed May 8 23:00:47 2013 (r317718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-selenium2library -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-robotframework-selenium2library/distinfo ============================================================================== --- head/devel/py-robotframework-selenium2library/distinfo Wed May 8 22:59:36 2013 (r317717) +++ head/devel/py-robotframework-selenium2library/distinfo Wed May 8 23:00:47 2013 (r317718) @@ -1,2 +1,2 @@ -SHA256 (robotframework-selenium2library-1.1.0.tar.gz) = 7c0d024687307b4cf757da62739e0a72af7826110d37891b971ca1f2ca69923d -SIZE (robotframework-selenium2library-1.1.0.tar.gz) = 210178 +SHA256 (robotframework-selenium2library-1.2.0.tar.gz) = 095a7a6d8c93498992e508fa5cedd95e7c09e0ac6f9e3d6b8792e57614b0cf32 +SIZE (robotframework-selenium2library-1.2.0.tar.gz) = 211842 _______________________________________________ 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.