diff options
author | lth <lth@FreeBSD.org> | 2007-03-23 03:44:47 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2007-03-23 03:44:47 +0800 |
commit | 7a184858b762fb57f66e195a3ae57dc268c99c87 (patch) | |
tree | 82478683042ea2df46d86b02b4ecd5a9a5c705a9 /www | |
parent | ab4378a34a42659f6e75819105b6c6a82a38399d (diff) | |
download | freebsd-ports-gnome-7a184858b762fb57f66e195a3ae57dc268c99c87.tar.gz freebsd-ports-gnome-7a184858b762fb57f66e195a3ae57dc268c99c87.tar.zst freebsd-ports-gnome-7a184858b762fb57f66e195a3ae57dc268c99c87.zip |
Update to 1.23
Diffstat (limited to 'www')
-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 | 17 |
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(); |