aboutsummaryrefslogtreecommitdiff
path: root/www/p5-POE-Component-Server-SimpleHTTP
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2009-03-25 10:42:12 +0000
committerLars Thegler <lth@FreeBSD.org>2009-03-25 10:42:12 +0000
commit1ddb7e8c83f302a164742e34a95ac5280e17be8c (patch)
tree51e49c7ee522a1a0ce6afbaca47316684627f0cd /www/p5-POE-Component-Server-SimpleHTTP
parentd9442410936dc93641ed7c8e2e1f0a28a509e650 (diff)
downloadports-1ddb7e8c83f302a164742e34a95ac5280e17be8c.tar.gz
ports-1ddb7e8c83f302a164742e34a95ac5280e17be8c.zip
Notes
Diffstat (limited to 'www/p5-POE-Component-Server-SimpleHTTP')
-rw-r--r--www/p5-POE-Component-Server-SimpleHTTP/Makefile2
-rw-r--r--www/p5-POE-Component-Server-SimpleHTTP/distinfo6
-rw-r--r--www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL18
3 files changed, 12 insertions, 14 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile
index abe34f0512dd..03d3f4c6d239 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.50
+PORTVERSION= 1.58
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 6ec96592c453..3019a04bf8e8 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.50.tar.gz) = 33b17f6347972d65cb26b2b5fc61fd32
-SHA256 (POE-Component-Server-SimpleHTTP-1.50.tar.gz) = 612cd01cc760de43f2fdbce3defc965163f2801f924296ded7bb65657cdee302
-SIZE (POE-Component-Server-SimpleHTTP-1.50.tar.gz) = 50125
+MD5 (POE-Component-Server-SimpleHTTP-1.58.tar.gz) = 9c252b837cf11fb1ae23bcc052deba9e
+SHA256 (POE-Component-Server-SimpleHTTP-1.58.tar.gz) = d93a9b8e2c789052b954faa86cd85ddc27bd436d28a7aa120b6800142cbf3aed
+SIZE (POE-Component-Server-SimpleHTTP-1.58.tar.gz) = 51842
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 897c35e92d7a..7a433b8101f3 100644
--- a/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL
+++ b/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL
@@ -1,12 +1,12 @@
---- ./Makefile.PL.orig Tue Feb 19 09:43:14 2008
-+++ ./Makefile.PL Tue Feb 19 09:45:48 2008
-@@ -17,30 +17,4 @@
+--- ./Makefile.PL.orig 2009-03-17 10:45:12.000000000 +0100
++++ ./Makefile.PL 2009-03-17 10:46:05.000000000 +0100
+@@ -20,28 +20,6 @@ requires 'Socket' => 0;
requires 'HTTP::Request' => 0;
requires 'HTTP::Response' => 0;
-build_requires 'Test::More' => 0.47;
--build_requires 'LWP::UserAgent' => 0;
--build_requires 'LWP::ConnCache' => 0;
+-build_requires 'POE::Filter::HTTP::Parser' => 0.02;
+-build_requires 'Test::POE::Client::TCP' => 0.10;
-
-my $value = prompt( 'Do you want to test streaming ( requires POE::Component::Client::HTTP ) [y/N]?', 'N' );
-build_requires 'POE::Component::Client::HTTP' => 0.82 if $value =~ /^Y$/i;
@@ -26,8 +26,6 @@
- build_requires 'POE::Component::Client::HTTP' => 0.82;
-}
-
--# Sanity check
--eval { require IPC::Shareable; };
--build_requires 'POE::Component::Client::HTTP' => 0.82 unless $@;
--
- WriteAll();
+ # Sanity check
+ eval { require IPC::Shareable; };
+ build_requires 'POE::Component::Client::HTTP' => 0.82 unless $@;