diff options
-rw-r--r-- | www/p5-Test-HTTP/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Test-HTTP/distinfo | 5 | ||||
-rw-r--r-- | www/p5-Test-HTTP/files/patch-lib__Test__HTTP.pm | 11 |
3 files changed, 3 insertions, 16 deletions
diff --git a/www/p5-Test-HTTP/Makefile b/www/p5-Test-HTTP/Makefile index 45e29991b67a..295720dc1367 100644 --- a/www/p5-Test-HTTP/Makefile +++ b/www/p5-Test-HTTP/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Test-HTTP -PORTVERSION= 0.14 -PORTREVISION= 2 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Test-HTTP/distinfo b/www/p5-Test-HTTP/distinfo index 67c485f0410c..479e1535ecd9 100644 --- a/www/p5-Test-HTTP/distinfo +++ b/www/p5-Test-HTTP/distinfo @@ -1,3 +1,2 @@ -MD5 (Test-HTTP-0.14.tar.gz) = 1ab4eea2868afef074a89a2d7cd33e42 -SHA256 (Test-HTTP-0.14.tar.gz) = ad4cdbd1099a6d982459ca55ea909a54d53ebaa36d796d3e5b111e1c23406588 -SIZE (Test-HTTP-0.14.tar.gz) = 6716 +SHA256 (Test-HTTP-0.16.tar.gz) = acd25fa1256c763516d4ba855be9f01a2d0ee1558958c183e0ef42b458675cc2 +SIZE (Test-HTTP-0.16.tar.gz) = 6939 diff --git a/www/p5-Test-HTTP/files/patch-lib__Test__HTTP.pm b/www/p5-Test-HTTP/files/patch-lib__Test__HTTP.pm deleted file mode 100644 index d4ee8e5ac8b9..000000000000 --- a/www/p5-Test-HTTP/files/patch-lib__Test__HTTP.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Test/HTTP.pm.orig 2009-12-04 12:44:29.000000000 -0800 -+++ lib/Test/HTTP.pm 2009-12-04 12:45:12.000000000 -0800 -@@ -234,7 +234,7 @@ - sub new_request { - my ( $self, $method, $uri, @args ) = @_; - $self->request( -- HTTP::Request->new( $method => encode_utf8($uri), @args ) ); -+ HTTP::Request->new( $method => (is_utf8($uri) ? encode_utf8($uri) : $uri), @args ) ); - $self->request->authorization_basic($self->username, $self->password) - if (defined $self->username) || (defined $self->password); - return $self->request; |