Index: head/www/selenium/Makefile =================================================================== --- head/www/selenium/Makefile (revision 456850) +++ head/www/selenium/Makefile (revision 456851) @@ -1,42 +1,42 @@ # $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= MAINTAINER= daniel@blodan.se COMMENT= Selenium Standalone Server, allows browser testing LICENSE= APACHE20 NO_ARCH= yes USE_JAVA= yes JAVA_VERSION= 1.8+ JAVA_RUN= yes NO_BUILD= yes USE_RC_SUBR= selenium SELENIUM_HOME= ${PREFIX}/selenium USERS= selenium GROUPS= selenium SUB_LIST+= JAVA_HOME=${JAVA_HOME} \ SELENIUM_VERSION=${PORTVERSION} PLIST_FILES= \@dir\(${USERS},${GROUPS},\)\ selenium \ %%DATADIR%%/${DISTNAME}${EXTRACT_SUFX} do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${SELENIUM_HOME} ${INSTALL_DATA} ${DISTDIR}${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ ${STAGEDIR}${DATADIR} .include Index: head/www/selenium/distinfo =================================================================== --- head/www/selenium/distinfo (revision 456850) +++ head/www/selenium/distinfo (revision 456851) @@ -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 Index: head/www/selenium/pkg-message =================================================================== --- head/www/selenium/pkg-message (revision 456850) +++ head/www/selenium/pkg-message (revision 456851) @@ -1,17 +1,24 @@ To automate browsers you need one or more of these ports: www/firefox www/chromium With one or more of these complementary ports: www/geckodriver x11-servers/xorg-vfbserver x11-fonts/xorg-fonts x11-fonts/webfonts x11/xauth x11/xkeyboard-config x11/xkbcomp 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