Index: head/www/rubygem-selenium-webdriver/Makefile =================================================================== --- head/www/rubygem-selenium-webdriver/Makefile (revision 508616) +++ head/www/rubygem-selenium-webdriver/Makefile (revision 508617) @@ -1,25 +1,25 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= selenium-webdriver -PORTVERSION= 3.14.1 -PORTREVISION= 1 +PORTVERSION= 3.142.3 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for writing automated tests of websites LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-childprocess>=0.5:devel/rubygem-childprocess \ - rubygem-rubyzip>=1.2.2:archivers/rubygem-rubyzip +RUN_DEPENDS= rubygem-childprocess>=0.5<2.0:devel/rubygem-childprocess \ + rubygem-rubyzip>=1.2.2<2.0:archivers/rubygem-rubyzip USES= gem USE_RUBY= yes + # do not strip files as this breaks the build of the port # for more details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220330 STRIP_CMD= ${TRUE} .include Index: head/www/rubygem-selenium-webdriver/distinfo =================================================================== --- head/www/rubygem-selenium-webdriver/distinfo (revision 508616) +++ head/www/rubygem-selenium-webdriver/distinfo (revision 508617) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539103515 -SHA256 (rubygem/selenium-webdriver-3.14.1.gem) = 30fe111c1075348bdefa9cabc401ca8e6574aba07ce28c50b5edd53c8cf686dd -SIZE (rubygem/selenium-webdriver-3.14.1.gem) = 860672 +TIMESTAMP = 1565515541 +SHA256 (rubygem/selenium-webdriver-3.142.3.gem) = be57905cfbd466e696407304f36d8d8bfb97dce172c710988ee56d9631c91244 +SIZE (rubygem/selenium-webdriver-3.142.3.gem) = 865280 Index: head/www/rubygem-selenium-webdriver/pkg-descr =================================================================== --- head/www/rubygem-selenium-webdriver/pkg-descr (revision 508616) +++ head/www/rubygem-selenium-webdriver/pkg-descr (revision 508617) @@ -1,6 +1,6 @@ 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. -WWW: http://www.seleniumhq.org/ +WWW: https://www.seleniumhq.org/ WWW: https://github.com/SeleniumHQ/selenium/tree/master/rb