diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-02-19 08:53:00 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-02-19 08:53:00 +0000 |
commit | a7f56e62de455f3ad1e11e58a9ba7c8f6b2da5b2 (patch) | |
tree | e05064f72a3367afe67925813e4d039b4a6270f5 /www/p5-POE-Component-Server-SimpleHTTP | |
parent | c6c4b6204f66fba9b68199460cfaf4b5ab6b9976 (diff) |
Notes
Diffstat (limited to 'www/p5-POE-Component-Server-SimpleHTTP')
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/Makefile | 2 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/distinfo | 6 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index e0ca7015f3e3..6efb9f230a54 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 1.40 +PORTVERSION= 1.42 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-POE-Component-Server-SimpleHTTP/distinfo b/www/p5-POE-Component-Server-SimpleHTTP/distinfo index f018a0b24ac4..ca1773b17bc7 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/distinfo +++ b/www/p5-POE-Component-Server-SimpleHTTP/distinfo @@ -1,3 +1,3 @@ -MD5 (POE-Component-Server-SimpleHTTP-1.40.tar.gz) = 678aa52109538f1055e375e1573cb3dc -SHA256 (POE-Component-Server-SimpleHTTP-1.40.tar.gz) = 2853ffbb88d1e38fa0a825c7da9b5b0296073ca75538ddef1a72da2781f3d11b -SIZE (POE-Component-Server-SimpleHTTP-1.40.tar.gz) = 47273 +MD5 (POE-Component-Server-SimpleHTTP-1.42.tar.gz) = 98fe6ca330993be0ce0b9aafb0274cbb +SHA256 (POE-Component-Server-SimpleHTTP-1.42.tar.gz) = 3107371e1d7d7a738fc94ceb7b71ef70dfb7543c0a4dc3d7297d794bda64664a +SIZE (POE-Component-Server-SimpleHTTP-1.42.tar.gz) = 47392 diff --git a/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL b/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL index 17e7a3b6c1fe..897c35e92d7a 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL +++ b/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL @@ -1,5 +1,5 @@ ---- ./Makefile.PL.orig Wed Dec 26 15:47:34 2007 -+++ ./Makefile.PL Wed Dec 26 15:49:41 2007 +--- ./Makefile.PL.orig Tue Feb 19 09:43:14 2008 ++++ ./Makefile.PL Tue Feb 19 09:45:48 2008 @@ -17,30 +17,4 @@ requires 'HTTP::Request' => 0; requires 'HTTP::Response' => 0; @@ -9,7 +9,7 @@ -build_requires 'LWP::ConnCache' => 0; - -my $value = prompt( 'Do you want to test streaming ( requires POE::Component::Client::HTTP ) [y/N]?', 'N' ); --build_requires 'POE::Component::Client::HTTP' => 0 if $value =~ /^Y$/i; +-build_requires 'POE::Component::Client::HTTP' => 0.82 if $value =~ /^Y$/i; - -# Ask users if they want SSL support -$value = prompt( 'Do you want SSL support ( requires POE::Component::SSLify ) [y/N]?', 'N' ); @@ -23,11 +23,11 @@ -# Add to the prereqs IPC::Shareable? -if ( $value =~ /^Y$/i ) { - requires 'IPC::Shareable' => '0'; -- build_requires 'POE::Component::Client::HTTP' => 0; +- build_requires 'POE::Component::Client::HTTP' => 0.82; -} - -# Sanity check -eval { require IPC::Shareable; }; --build_requires 'POE::Component::Client::HTTP' => 0 unless $@; +-build_requires 'POE::Component::Client::HTTP' => 0.82 unless $@; - WriteAll(); |