diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-27 15:07:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-27 15:07:46 +0800 |
commit | 3b20d729eeb0c6dde737bac7cc4547134f3f492b (patch) | |
tree | ef8f276d49665f84a059f4413e4a54a9ccf402bf /www | |
parent | d8e3b6d7d1b331a783bfd7206206107c0942be04 (diff) | |
download | freebsd-ports-gnome-3b20d729eeb0c6dde737bac7cc4547134f3f492b.tar.gz freebsd-ports-gnome-3b20d729eeb0c6dde737bac7cc4547134f3f492b.tar.zst freebsd-ports-gnome-3b20d729eeb0c6dde737bac7cc4547134f3f492b.zip |
Update to 3.4.0
- While I'm here, sort USE_PYTHON
Changes: https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
PR: 218905
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-selenium/Makefile | 4 | ||||
-rw-r--r-- | www/py-selenium/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index f8b7823bf889..4a95324b7dba 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 3.3.3 +PORTVERSION= 3.4.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Python bindings for Selenium LICENSE= APACHE20 USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils OPTIONS_DEFINE= FIREFOX FIREFOX_DESC= Install Firefox diff --git a/www/py-selenium/distinfo b/www/py-selenium/distinfo index eae2fe50a26d..049a26678a65 100644 --- a/www/py-selenium/distinfo +++ b/www/py-selenium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491444509 -SHA256 (selenium-3.3.3.tar.gz) = 0e3da774f5f3abf4b756b240196b005ff112fa8df653359370c7b078cf197a4d -SIZE (selenium-3.3.3.tar.gz) = 837886 +TIMESTAMP = 1493272215 +SHA256 (selenium-3.4.0.tar.gz) = 49d904b59016c5defa7818433b2477b769c53118be2b1a4152a0c5b5f65dffb4 +SIZE (selenium-3.4.0.tar.gz) = 838541 |