summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2007-03-22 19:44:47 +0000
committerLars Thegler <lth@FreeBSD.org>2007-03-22 19:44:47 +0000
commitfe0d009c2630f3e5186f2038b667a475f915bf7d (patch)
tree4b40d1a0ff94934308f31a4c762765461a6d9f4d /www
parent- Use newer version of the source code (1.52), taken from games/quake2lnx. (diff)
Update to 1.23
Notes
Notes: svn path=/head/; revision=188058
Diffstat (limited to 'www')
-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.PL17
3 files changed, 14 insertions, 11 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile
index be8939d9e29a..8a682bb30c78 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.21
+PORTVERSION= 1.23
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 dee19bcef30b..c80a4d428336 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.21.tar.gz) = 3c9d3f58596e054032ba04451a89554c
-SHA256 (POE-Component-Server-SimpleHTTP-1.21.tar.gz) = d1b01e687b3836bdfe895e23f6374f8363c57b52b51e373de86350a000963deb
-SIZE (POE-Component-Server-SimpleHTTP-1.21.tar.gz) = 36808
+MD5 (POE-Component-Server-SimpleHTTP-1.23.tar.gz) = c3925f05644c550c5cea0e3f1c2aaa45
+SHA256 (POE-Component-Server-SimpleHTTP-1.23.tar.gz) = 3f1c6acade80e19cad3501ca5bc61ae4ae4285fc5e42c8275c5730187ba3e7ba
+SIZE (POE-Component-Server-SimpleHTTP-1.23.tar.gz) = 38961
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 9493c57546d9..a0ca2d572ae5 100644
--- a/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL
+++ b/www/p5-POE-Component-Server-SimpleHTTP/files/patch-Makefile.PL
@@ -1,15 +1,18 @@
---- ./Makefile.PL.orig Sun Jan 7 11:18:22 2007
-+++ ./Makefile.PL Wed Jan 10 20:07:51 2007
-@@ -17,19 +17,4 @@
- requires 'HTTP::Request' => 0;
- requires 'HTTP::Response' => 0;
+--- ./Makefile.PL.orig Thu Mar 22 20:26:42 2007
++++ ./Makefile.PL Thu Mar 22 20:27:01 2007
+@@ -17,22 +17,4 @@
+ requires 'HTTP::Request' => 0;
+ requires 'HTTP::Response' => 0;
+-build_requires 'Test::More' => 0;
+-build_requires 'POE::Component::Client::HTTP' => 0;
+-
-# Ask users if they want SSL support
-my $value = prompt( 'Do you want SSL support ( requires POE::Component::SSLify ) [Y/n]?', 'N' );
-
-# Add to the prereqs PoCo::SSLify?
-if ( $value =~ /^Y$/i ) {
-- requires 'POE::Component::SSLify' => '0.04';
+- requires 'POE::Component::SSLify' => '0.04';
-}
-
-# Ask users if they want PreFork support
@@ -17,6 +20,6 @@
-
-# Add to the prereqs IPC::Shareable?
-if ( $value =~ /^Y$/i ) {
-- requires 'IPC::Shareable' => '0';
+- requires 'IPC::Shareable' => '0';
-}
WriteAll();