Index: head/www/selenium/Makefile =================================================================== --- head/www/selenium/Makefile (revision 449205) +++ head/www/selenium/Makefile (revision 449206) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.2 CATEGORIES= www devel java -MASTER_SITES= http://selenium-release.storage.googleapis.com/3.4/ +MASTER_SITES= http://selenium-release.storage.googleapis.com/3.5/ DISTNAME= selenium-server-standalone-${PORTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= -MAINTAINER= kaworu@users.sourceforge.jp +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 449205) +++ head/www/selenium/distinfo (revision 449206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493730833 -SHA256 (selenium-server-standalone-3.4.0.jar) = 21cbbd775678821b6b72c208b8d59664a4c7381b3c50b008b331914d2834ec8d -SIZE (selenium-server-standalone-3.4.0.jar) = 21763199 +TIMESTAMP = 1503433309 +SHA256 (selenium-server-standalone-3.5.2.jar) = 47fab028b478f59de531432e448103581aa1fc6b4b8dcf497a955eab92e26021 +SIZE (selenium-server-standalone-3.5.2.jar) = 22432345 Index: head/www/selenium/files/pkg-message.in =================================================================== --- head/www/selenium/files/pkg-message.in (revision 449205) +++ head/www/selenium/files/pkg-message.in (nonexistent) @@ -1,32 +0,0 @@ -selenium -======== - -Edit your apache configuration file. - - % vi %%LOCALBASE%%/etc/apache*/httpd.conf - -Add the following line. - - Alias /selenium/ "%%PREFIX%%/www/selenium" - -Run selenium. - - http://localhost/selenium/ - -Documentation. - - http://localhost/selenium/doc/ - -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 - Property changes on: head/www/selenium/files/pkg-message.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/selenium/pkg-message =================================================================== --- head/www/selenium/pkg-message (nonexistent) +++ head/www/selenium/pkg-message (revision 449206) @@ -0,0 +1,17 @@ +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 Property changes on: head/www/selenium/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property