Date: Sat, 8 Apr 2017 11:23:01 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438037 - head/www/py-selenium Message-ID: <201704081123.v38BN1Bu019161@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sat Apr 8 11:23:01 2017 New Revision: 438037 URL: https://svnweb.freebsd.org/changeset/ports/438037 Log: - Update to 3.3.3 From https://raw.githubusercontent.com/SeleniumHQ/selenium/master/py/CHANGES: Selenium 3.3.3 * make w3c execute_script commands unique PR: 218413 Submitted by: douglas@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 Sat Apr 8 11:15:44 2017 (r438036) +++ head/www/py-selenium/Makefile Sat Apr 8 11:23:01 2017 (r438037) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Sat Apr 8 11:15:44 2017 (r438036) +++ head/www/py-selenium/distinfo Sat Apr 8 11:23:01 2017 (r438037) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489878802 -SHA256 (selenium-3.3.1.tar.gz) = 2cf187c6876d8c633df70f8242dc081c53dfaba128f499a0e4fb2186a38a5c9f -SIZE (selenium-3.3.1.tar.gz) = 836332 +TIMESTAMP = 1491444509 +SHA256 (selenium-3.3.3.tar.gz) = 0e3da774f5f3abf4b756b240196b005ff112fa8df653359370c7b078cf197a4d +SIZE (selenium-3.3.3.tar.gz) = 837886
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704081123.v38BN1Bu019161>