diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-12-20 20:15:07 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-12-20 20:15:07 +0000 |
commit | a2b52890683257c02b9f03b3dc8a68be10ae65e7 (patch) | |
tree | 3150f19c7302a3dbfa9f19e3c1ce519f55d4fbee | |
parent | Switch from swig 2.0 to swig 3.0 (diff) |
- Update selenium to 3.8.1
- Add note to pkg-message for firefox users.
PR: 224487
Submitted by: Daniel Ylitalo <daniel@blodan.se>
-rw-r--r-- | www/selenium/Makefile | 4 | ||||
-rw-r--r-- | www/selenium/distinfo | 6 | ||||
-rw-r--r-- | www/selenium/pkg-message | 7 |
3 files changed, 12 insertions, 5 deletions
diff --git a/www/selenium/Makefile b/www/selenium/Makefile index 33076667ab01..0fa37a7df7e1 100644 --- a/www/selenium/Makefile +++ b/www/selenium/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 3.5.3 +PORTVERSION= 3.8.1 CATEGORIES= www devel java -MASTER_SITES= http://selenium-release.storage.googleapis.com/3.5/ +MASTER_SITES= http://selenium-release.storage.googleapis.com/3.8/ DISTNAME= selenium-server-standalone-${PORTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= diff --git a/www/selenium/distinfo b/www/selenium/distinfo index a753d4fdeaec..44739be282bf 100644 --- a/www/selenium/distinfo +++ b/www/selenium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504519637 -SHA256 (selenium-server-standalone-3.5.3.jar) = 66c137224997e631573aa2354c13db4f467dccb08a5345aea15ea70b69728f2f -SIZE (selenium-server-standalone-3.5.3.jar) = 22440420 +TIMESTAMP = 1513760817 +SHA256 (selenium-server-standalone-3.8.1.jar) = 2ca30da4a482688263b0eed5c73d1a4bbf3116316a1f2ffb96310a1643dbe663 +SIZE (selenium-server-standalone-3.8.1.jar) = 22844868 diff --git a/www/selenium/pkg-message b/www/selenium/pkg-message index 393f34472a8d..62d2ccf7aa6a 100644 --- a/www/selenium/pkg-message +++ b/www/selenium/pkg-message @@ -15,3 +15,10 @@ Clients can also be found: www/rubygem-selenium-webdriver www/py-selenium devel/p5-Test-WWW-Selenium + +NOTE! +If using an older firefox version, you might want to use this in rc.conf +selenium_args="-enablePassThrough false" + +Please look it up in the documentation if you are experiencing wierdness +together with firefox |