Upgraded www/py-selenium to 2.32.0. https://redports.org/buildarchive/20130413172300-25337/ From CHANGES: Selenium 2.32 * Support for FF20 Native Events * Python 3 support * Misc Python 3 patches * Allow easy FirefoxBinary subclassing
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->culot I'll take it.
Author: culot Date: Wed Apr 17 08:03:08 2013 New Revision: 315943 URL: http://svnweb.freebsd.org/changeset/ports/315943 Log: - Update to 2.32.0 PR: ports/177840 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Feature safe: yes Modified: head/www/py-selenium/Makefile head/www/py-selenium/distinfo Modified: head/www/py-selenium/Makefile ============================================================================== --- head/www/py-selenium/Makefile Wed Apr 17 07:57:54 2013 (r315942) +++ head/www/py-selenium/Makefile Wed Apr 17 08:03:08 2013 (r315943) @@ -1,8 +1,8 @@ -# Created by: Douglas Thrift +# Created by: Douglas Thrift <douglas@douglasthrift.net> # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 2.31.0 +PORTVERSION= 2.32.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Wed Apr 17 07:57:54 2013 (r315942) +++ head/www/py-selenium/distinfo Wed Apr 17 08:03:08 2013 (r315943) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.31.0.tar.gz) = 1986819d4038f07a6cc9c923b8b9bc32a274db8923136692e7108a8218e2d831 -SIZE (selenium-2.31.0.tar.gz) = 2499429 +SHA256 (selenium-2.32.0.tar.gz) = 338ec50b06f94e52b66f1baf2e39e4f06e2ddb80569bc7fa30c4291944906b71 +SIZE (selenium-2.32.0.tar.gz) = 2506082 _______________________________________________ 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!