mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Update to 1.33
Changes: http://search.cpan.org/dist/Test-WWW-Selenium/Changes
This commit is contained in:
parent
86fc97a6a0
commit
44b40eed0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295562
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Test-WWW-Selenium
|
||||
PORTVERSION= 1.32
|
||||
PORTVERSION= 1.33
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -17,9 +17,7 @@ COMMENT= Perl driver and test library for Selenium Remote Control (SRC)
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Devel-REPL>=0:${PORTSDIR}/devel/p5-Devel-REPL \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
@ -28,8 +26,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Devel::REPL::Plugin::Selenium.3 \
|
||||
Test::WWW::Selenium.3 \
|
||||
MAN3= Test::WWW::Selenium.3 \
|
||||
WWW::Selenium::Util.3 \
|
||||
WWW::Selenium.3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Test-WWW-Selenium-1.32.tar.gz) = 15f20e5ce686d6f0fd009bbbb28d2ca6bc3960d56e44bfca62547971e4706516
|
||||
SIZE (Test-WWW-Selenium-1.32.tar.gz) = 97504
|
||||
SHA256 (Test-WWW-Selenium-1.33.tar.gz) = 8187b344b9d205e0d2fe29cd7c26d1176bf5ce7ea48097ac4e9771d879c87a95
|
||||
SIZE (Test-WWW-Selenium-1.33.tar.gz) = 96679
|
||||
|
@ -1,4 +1,3 @@
|
||||
%%SITE_PERL%%/Devel/REPL/Plugin/Selenium.pm
|
||||
%%SITE_PERL%%/Test/WWW/Selenium.pm
|
||||
%%SITE_PERL%%/Test/WWW/mypod2html.pl
|
||||
%%SITE_PERL%%/WWW/Selenium.pm
|
||||
@ -11,6 +10,3 @@
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
||||
@dirrmtry %%SITE_PERL%%/Test/WWW
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrmtry %%SITE_PERL%%/Devel/REPL/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Devel/REPL
|
||||
@dirrmtry %%SITE_PERL%%/Devel
|
||||
|
Loading…
Reference in New Issue
Block a user