diff options
author | pi <pi@FreeBSD.org> | 2017-09-03 23:47:29 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-09-03 23:47:29 +0800 |
commit | 63fa6c9906d149d7701c5eab5fb8f92c75b904ba (patch) | |
tree | ff2d6a3c88b72ef0172f4cff61e3f1ad5c8fe6bc /www/selenium | |
parent | eb7256875d9ef7eb22d40559c306c45a5a0005d6 (diff) | |
download | freebsd-ports-gnome-63fa6c9906d149d7701c5eab5fb8f92c75b904ba.tar.gz freebsd-ports-gnome-63fa6c9906d149d7701c5eab5fb8f92c75b904ba.tar.zst freebsd-ports-gnome-63fa6c9906d149d7701c5eab5fb8f92c75b904ba.zip |
www/selenium: update 3.4.0 to 3.5.2
- submitter becomes maintainer
PR: 221558
Submitted by: Daniel Ylitalo <daniel@blodan.se>
Approved by: kaworu@users.sourceforge.jp (maintainer timeout)
Diffstat (limited to 'www/selenium')
-rw-r--r-- | www/selenium/Makefile | 6 | ||||
-rw-r--r-- | www/selenium/distinfo | 6 | ||||
-rw-r--r-- | www/selenium/files/pkg-message.in | 32 | ||||
-rw-r--r-- | www/selenium/pkg-message | 17 |
4 files changed, 23 insertions, 38 deletions
diff --git a/www/selenium/Makefile b/www/selenium/Makefile index 4f8695a5b87e..66a4f0690768 100644 --- a/www/selenium/Makefile +++ b/www/selenium/Makefile @@ -1,14 +1,14 @@ # $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 diff --git a/www/selenium/distinfo b/www/selenium/distinfo index 02df566cd410..770e4178b671 100644 --- a/www/selenium/distinfo +++ b/www/selenium/distinfo @@ -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 diff --git a/www/selenium/files/pkg-message.in b/www/selenium/files/pkg-message.in deleted file mode 100644 index ae98d32ef867..000000000000 --- a/www/selenium/files/pkg-message.in +++ /dev/null @@ -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 - diff --git a/www/selenium/pkg-message b/www/selenium/pkg-message new file mode 100644 index 000000000000..393f34472a8d --- /dev/null +++ b/www/selenium/pkg-message @@ -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 |