From owner-svn-ports-head@freebsd.org Wed Dec 20 20:15:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5366EA1B7A; Wed, 20 Dec 2017 20:15:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F8F7800AB; Wed, 20 Dec 2017 20:15:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKKF7Fg014195; Wed, 20 Dec 2017 20:15:07 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKKF7eA014192; Wed, 20 Dec 2017 20:15:07 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201712202015.vBKKF7eA014192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 20 Dec 2017 20:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456851 - head/www/selenium X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/www/selenium X-SVN-Commit-Revision: 456851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 20:15:08 -0000 Author: madpilot Date: Wed Dec 20 20:15:07 2017 New Revision: 456851 URL: https://svnweb.freebsd.org/changeset/ports/456851 Log: - Update selenium to 3.8.1 - Add note to pkg-message for firefox users. PR: 224487 Submitted by: Daniel Ylitalo Modified: head/www/selenium/Makefile head/www/selenium/distinfo head/www/selenium/pkg-message Modified: head/www/selenium/Makefile ============================================================================== --- head/www/selenium/Makefile Wed Dec 20 20:06:02 2017 (r456850) +++ head/www/selenium/Makefile Wed Dec 20 20:15:07 2017 (r456851) @@ -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= Modified: head/www/selenium/distinfo ============================================================================== --- head/www/selenium/distinfo Wed Dec 20 20:06:02 2017 (r456850) +++ head/www/selenium/distinfo Wed Dec 20 20:15:07 2017 (r456851) @@ -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 Modified: head/www/selenium/pkg-message ============================================================================== --- head/www/selenium/pkg-message Wed Dec 20 20:06:02 2017 (r456850) +++ head/www/selenium/pkg-message Wed Dec 20 20:15:07 2017 (r456851) @@ -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