diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-26 13:59:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-26 13:59:10 +0000 |
commit | 44b40eed0cd0d73bcd3165f2af8d81b1f90edd6f (patch) | |
tree | 736bc67963b0edb4480dba3403375371f4dc3e58 | |
parent | 86fc97a6a05feda932103d26b760dd1c906180be (diff) |
Notes
-rw-r--r-- | devel/p5-Test-WWW-Selenium/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Test-WWW-Selenium/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Test-WWW-Selenium/pkg-plist | 4 |
3 files changed, 5 insertions, 12 deletions
diff --git a/devel/p5-Test-WWW-Selenium/Makefile b/devel/p5-Test-WWW-Selenium/Makefile index 27ca430fd735..b8b7d3f037af 100644 --- a/devel/p5-Test-WWW-Selenium/Makefile +++ b/devel/p5-Test-WWW-Selenium/Makefile @@ -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 diff --git a/devel/p5-Test-WWW-Selenium/distinfo b/devel/p5-Test-WWW-Selenium/distinfo index 1ba7bf3d4178..e9a38d8dfe4f 100644 --- a/devel/p5-Test-WWW-Selenium/distinfo +++ b/devel/p5-Test-WWW-Selenium/distinfo @@ -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 diff --git a/devel/p5-Test-WWW-Selenium/pkg-plist b/devel/p5-Test-WWW-Selenium/pkg-plist index 2d9270093b16..36fdfc891a59 100644 --- a/devel/p5-Test-WWW-Selenium/pkg-plist +++ b/devel/p5-Test-WWW-Selenium/pkg-plist @@ -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 |