1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.42

This commit is contained in:
Lars Thegler 2008-02-19 08:53:00 +00:00
parent c6c4b6204f
commit a7f56e62de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207577
3 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= POE-Component-Server-SimpleHTTP
PORTVERSION= 1.40
PORTVERSION= 1.42
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -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

View File

@ -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();