View | Details | Raw Unified | Return to bug 229185 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-18 / +18 lines)
Lines 1-36 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	Selenium-Remote-Driver
3
PORTNAME=	Selenium-Remote-Driver
4
PORTVERSION=	1.20
4
PORTVERSION=	1.28
5
CATEGORIES=	www perl5
5
CATEGORIES=	www perl5
6
MASTER_SITES=	CPAN
6
MASTER_SITES=	CPAN
7
MASTER_SITE_SUBDIR=	CPAN:GEMPESAW
7
MASTER_SITE_SUBDIR=	CPAN:TEODESIAN
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
9
#DISTFILES=	${PORTNAME}-0.23${EXTRACT_SUFX}
10
#WRKSRC=		${WRKDIR}/${PORTNAME}-0.23
11
9
12
MAINTAINER=	pi@FreeBSD.org
10
MAINTAINER=	pi@FreeBSD.org
13
COMMENT=	Perl Interface for Selenium Remote Driver
11
COMMENT=	Perl Interface for Selenium Remote Driver
14
12
15
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRKSRC}/LICENSE
16
15
17
TEST_DEPENDS=	p5-Test-Time>=0:devel/p5-Test-Time \
16
RUN_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
18
		p5-Test-Warn>=0:devel/p5-Test-Warn
17
		p5-Clone>=0:devel/p5-Clone \
19
BUILD_DEPENDS=	p5-Archive-Extract>=0.74:archivers/p5-Archive-Extract \
20
		p5-Archive-Zip>=1.39:archivers/p5-Archive-Zip \
21
		p5-File-Which>=0:sysutils/p5-File-Which \
18
		p5-File-Which>=0:sysutils/p5-File-Which \
19
		p5-HTTP-Message>=0:www/p5-HTTP-Message \
22
		p5-IO-String>=0:devel/p5-IO-String \
20
		p5-IO-String>=0:devel/p5-IO-String \
23
		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
21
		p5-JSON>=0:converters/p5-JSON \
22
		p5-libwww>=0:www/p5-libwww \
23
		p5-Moo>=1.005:devel/p5-Moo \
24
		p5-Sub-Install>=0:devel/p5-Sub-Install \
25
		p5-Test-LongString>=0:devel/p5-Test-LongString \
26
		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
24
		p5-XML-Simple>=0:textproc/p5-XML-Simple \
27
		p5-XML-Simple>=0:textproc/p5-XML-Simple \
25
		p5-HTTP-Message>=6.06:www/p5-HTTP-Message \
28
		p5-namespace-clean>=0:devel/p5-namespace-clean
26
		p5-JSON>=2.90:converters/p5-JSON \
29
TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep \
27
		p5-libwww>=5.829:www/p5-libwww \
30
		p5-Test-Fatal>=0:devel/p5-Test-Fatal \
28
		p5-Moo>=1:devel/p5-Moo \
31
		p5-Test-LWP-UserAgent>=0:www/p5-Test-LWP-UserAgent \
29
		p5-Sub-Install>=0.928:devel/p5-Sub-Install \
32
		p5-Test-Time>=0:devel/p5-Test-Time \
30
		p5-Test-LongString>=0.17:devel/p5-Test-LongString \
33
		p5-Test-Warn>=0:devel/p5-Test-Warn
31
		p5-Try-Tiny>=0.18:lang/p5-Try-Tiny \
32
		p5-namespace-clean>=0.25:devel/p5-namespace-clean
33
RUN_DEPENDS:=	${BUILD_DEPENDS}
34
34
35
USES=		perl5 shebangfix
35
USES=		perl5 shebangfix
36
SHEBANG_FILES=	driver-example.pl
36
SHEBANG_FILES=	driver-example.pl
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1495819186
1
TIMESTAMP = 1529511157
2
SHA256 (Selenium-Remote-Driver-1.20.tar.gz) = c8b0aec6352e86948420b1c72f990b8ddf4c5c598ca64479d768503926f8c3e9
2
SHA256 (Selenium-Remote-Driver-1.28.tar.gz) = fc715bf86a691bfb7c6110ea2aa188a6ed70c6fd1146b7e2f179500a19dee918
3
SIZE (Selenium-Remote-Driver-1.20.tar.gz) = 4216110
3
SIZE (Selenium-Remote-Driver-1.28.tar.gz) = 4214769
(-)pkg-plist (+2 lines)
Lines 17-22 Link Here
17
%%PERL5_MAN3%%/Selenium::Remote::Mock::Commands.3.gz
17
%%PERL5_MAN3%%/Selenium::Remote::Mock::Commands.3.gz
18
%%PERL5_MAN3%%/Selenium::Remote::Mock::RemoteConnection.3.gz
18
%%PERL5_MAN3%%/Selenium::Remote::Mock::RemoteConnection.3.gz
19
%%PERL5_MAN3%%/Selenium::Remote::RemoteConnection.3.gz
19
%%PERL5_MAN3%%/Selenium::Remote::RemoteConnection.3.gz
20
%%PERL5_MAN3%%/Selenium::Remote::Spec.3.gz
20
%%PERL5_MAN3%%/Selenium::Remote::WDKeys.3.gz
21
%%PERL5_MAN3%%/Selenium::Remote::WDKeys.3.gz
21
%%PERL5_MAN3%%/Selenium::Remote::WebElement.3.gz
22
%%PERL5_MAN3%%/Selenium::Remote::WebElement.3.gz
22
%%PERL5_MAN3%%/Selenium::Waiter.3.gz
23
%%PERL5_MAN3%%/Selenium::Waiter.3.gz
Lines 52-57 Link Here
52
%%SITE_PERL%%/Selenium/Remote/Mock/Commands.pm
53
%%SITE_PERL%%/Selenium/Remote/Mock/Commands.pm
53
%%SITE_PERL%%/Selenium/Remote/Mock/RemoteConnection.pm
54
%%SITE_PERL%%/Selenium/Remote/Mock/RemoteConnection.pm
54
%%SITE_PERL%%/Selenium/Remote/RemoteConnection.pm
55
%%SITE_PERL%%/Selenium/Remote/RemoteConnection.pm
56
%%SITE_PERL%%/Selenium/Remote/Spec.pm
55
%%SITE_PERL%%/Selenium/Remote/WDKeys.pm
57
%%SITE_PERL%%/Selenium/Remote/WDKeys.pm
56
%%SITE_PERL%%/Selenium/Remote/WebElement.pm
58
%%SITE_PERL%%/Selenium/Remote/WebElement.pm
57
%%SITE_PERL%%/Selenium/Remote/driver-example.pl
59
%%SITE_PERL%%/Selenium/Remote/driver-example.pl

Return to bug 229185