Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 13:43:49 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 174043665f21 - main - www/rubygem-selenium-webdriver: Update to 4.8.6
Message-ID:  <202304091343.339DhnBv000918@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=174043665f217dd9fe8feb53d7e0a53b873113a7

commit 174043665f217dd9fe8feb53d7e0a53b873113a7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:34:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:37:27 +0000

    www/rubygem-selenium-webdriver: Update to 4.8.6
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/SeleniumHQ/selenium/releases
                    https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES
---
 www/rubygem-selenium-webdriver/Makefile  | 5 +++--
 www/rubygem-selenium-webdriver/distinfo  | 6 +++---
 www/rubygem-selenium-webdriver/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/www/rubygem-selenium-webdriver/Makefile b/www/rubygem-selenium-webdriver/Makefile
index 803c79efa8a0..b4d974de94b5 100644
--- a/www/rubygem-selenium-webdriver/Makefile
+++ b/www/rubygem-selenium-webdriver/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	selenium-webdriver
-PORTVERSION=	4.8.1
+PORTVERSION=	4.8.6
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Tool for writing automated tests of websites
-WWW=		https://www.seleniumhq.org/
+WWW=		https://www.seleniumhq.org/ \
+		https://github.com/SeleniumHQ/selenium/tree/trunk/rb
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/www/rubygem-selenium-webdriver/distinfo b/www/rubygem-selenium-webdriver/distinfo
index 2d63b0511583..b16698ed6dae 100644
--- a/www/rubygem-selenium-webdriver/distinfo
+++ b/www/rubygem-selenium-webdriver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771703
-SHA256 (rubygem/selenium-webdriver-4.8.1.gem) = 316df54569f2631eb95f280ad70a6f1ed6d68d9191f6904c72978eb9c71cd602
-SIZE (rubygem/selenium-webdriver-4.8.1.gem) = 6070272
+TIMESTAMP = 1680726426
+SHA256 (rubygem/selenium-webdriver-4.8.6.gem) = 3f439fcbe0ef09ae1dca5a7a7e39f5d2ead8aa4b21c33a251084a59df5f8cac1
+SIZE (rubygem/selenium-webdriver-4.8.6.gem) = 5673472
diff --git a/www/rubygem-selenium-webdriver/pkg-descr b/www/rubygem-selenium-webdriver/pkg-descr
index da0f5648cd1a..fbb1d5a4cfdf 100644
--- a/www/rubygem-selenium-webdriver/pkg-descr
+++ b/www/rubygem-selenium-webdriver/pkg-descr
@@ -1,5 +1,3 @@
 WebDriver is a tool for writing automated tests of websites. It aims to mimic
 the behaviour of a real user, and as such interacts with the HTML of the
 application.
-
-See also: https://github.com/SeleniumHQ/selenium/tree/master/rb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091343.339DhnBv000918>