From owner-svn-ports-head@freebsd.org Wed Jun 20 17:11:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 896DD1024E59; Wed, 20 Jun 2018 17:11:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3650985B73; Wed, 20 Jun 2018 17:11:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 177E0251F0; Wed, 20 Jun 2018 17:11:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5KHBmft081977; Wed, 20 Jun 2018 17:11:48 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5KHBmpi081975; Wed, 20 Jun 2018 17:11:48 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201806201711.w5KHBmpi081975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 20 Jun 2018 17:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472885 - head/www/p5-Selenium-Remote-Driver X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/www/p5-Selenium-Remote-Driver X-SVN-Commit-Revision: 472885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 17:11:49 -0000 Author: pi Date: Wed Jun 20 17:11:48 2018 New Revision: 472885 URL: https://svnweb.freebsd.org/changeset/ports/472885 Log: www/p5-Selenium-Remote-Driver: update 1.20 -> 1.28 PR: 229185 Submitted by: Tomohiro Hosaka Relnotes: https://metacpan.org/changes/distribution/Selenium-Remote-Driver Modified: head/www/p5-Selenium-Remote-Driver/Makefile head/www/p5-Selenium-Remote-Driver/distinfo head/www/p5-Selenium-Remote-Driver/pkg-plist Modified: head/www/p5-Selenium-Remote-Driver/Makefile ============================================================================== --- head/www/p5-Selenium-Remote-Driver/Makefile Wed Jun 20 17:05:41 2018 (r472884) +++ head/www/p5-Selenium-Remote-Driver/Makefile Wed Jun 20 17:11:48 2018 (r472885) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= Selenium-Remote-Driver -PORTVERSION= 1.20 +PORTVERSION= 1.28 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:GEMPESAW +MASTER_SITE_SUBDIR= CPAN:TEODESIAN PKGNAMEPREFIX= p5- -#DISTFILES= ${PORTNAME}-0.23${EXTRACT_SUFX} -#WRKSRC= ${WRKDIR}/${PORTNAME}-0.23 MAINTAINER= pi@FreeBSD.org COMMENT= Perl Interface for Selenium Remote Driver LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Test-Time>=0:devel/p5-Test-Time \ - p5-Test-Warn>=0:devel/p5-Test-Warn -BUILD_DEPENDS= p5-Archive-Extract>=0.74:archivers/p5-Archive-Extract \ - p5-Archive-Zip>=1.39:archivers/p5-Archive-Zip \ +RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-Clone>=0:devel/p5-Clone \ p5-File-Which>=0:sysutils/p5-File-Which \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-IO-String>=0:devel/p5-IO-String \ - p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-JSON>=0:converters/p5-JSON \ + p5-libwww>=0:www/p5-libwww \ + p5-Moo>=1.005:devel/p5-Moo \ + p5-Sub-Install>=0:devel/p5-Sub-Install \ + p5-Test-LongString>=0:devel/p5-Test-LongString \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ - p5-HTTP-Message>=6.06:www/p5-HTTP-Message \ - p5-JSON>=2.90:converters/p5-JSON \ - p5-libwww>=5.829:www/p5-libwww \ - p5-Moo>=1:devel/p5-Moo \ - p5-Sub-Install>=0.928:devel/p5-Sub-Install \ - p5-Test-LongString>=0.17:devel/p5-Test-LongString \ - p5-Try-Tiny>=0.18:lang/p5-Try-Tiny \ - p5-namespace-clean>=0.25:devel/p5-namespace-clean -RUN_DEPENDS:= ${BUILD_DEPENDS} + p5-namespace-clean>=0:devel/p5-namespace-clean +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-LWP-UserAgent>=0:www/p5-Test-LWP-UserAgent \ + p5-Test-Time>=0:devel/p5-Test-Time \ + p5-Test-Warn>=0:devel/p5-Test-Warn USES= perl5 shebangfix SHEBANG_FILES= driver-example.pl Modified: head/www/p5-Selenium-Remote-Driver/distinfo ============================================================================== --- head/www/p5-Selenium-Remote-Driver/distinfo Wed Jun 20 17:05:41 2018 (r472884) +++ head/www/p5-Selenium-Remote-Driver/distinfo Wed Jun 20 17:11:48 2018 (r472885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495819186 -SHA256 (Selenium-Remote-Driver-1.20.tar.gz) = c8b0aec6352e86948420b1c72f990b8ddf4c5c598ca64479d768503926f8c3e9 -SIZE (Selenium-Remote-Driver-1.20.tar.gz) = 4216110 +TIMESTAMP = 1529511157 +SHA256 (Selenium-Remote-Driver-1.28.tar.gz) = fc715bf86a691bfb7c6110ea2aa188a6ed70c6fd1146b7e2f179500a19dee918 +SIZE (Selenium-Remote-Driver-1.28.tar.gz) = 4214769 Modified: head/www/p5-Selenium-Remote-Driver/pkg-plist ============================================================================== --- head/www/p5-Selenium-Remote-Driver/pkg-plist Wed Jun 20 17:05:41 2018 (r472884) +++ head/www/p5-Selenium-Remote-Driver/pkg-plist Wed Jun 20 17:11:48 2018 (r472885) @@ -17,6 +17,7 @@ %%PERL5_MAN3%%/Selenium::Remote::Mock::Commands.3.gz %%PERL5_MAN3%%/Selenium::Remote::Mock::RemoteConnection.3.gz %%PERL5_MAN3%%/Selenium::Remote::RemoteConnection.3.gz +%%PERL5_MAN3%%/Selenium::Remote::Spec.3.gz %%PERL5_MAN3%%/Selenium::Remote::WDKeys.3.gz %%PERL5_MAN3%%/Selenium::Remote::WebElement.3.gz %%PERL5_MAN3%%/Selenium::Waiter.3.gz @@ -52,6 +53,7 @@ %%SITE_PERL%%/Selenium/Remote/Mock/Commands.pm %%SITE_PERL%%/Selenium/Remote/Mock/RemoteConnection.pm %%SITE_PERL%%/Selenium/Remote/RemoteConnection.pm +%%SITE_PERL%%/Selenium/Remote/Spec.pm %%SITE_PERL%%/Selenium/Remote/WDKeys.pm %%SITE_PERL%%/Selenium/Remote/WebElement.pm %%SITE_PERL%%/Selenium/Remote/driver-example.pl