diff options
author | wen <wen@pkgsrc.org> | 2012-10-21 04:30:58 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-10-21 04:30:58 +0000 |
commit | 34ecf54173227049efd7dc91cdaf72af6ad81b6e (patch) | |
tree | a01c67b5887151ca6a46ad3cff2e4a3a6f12ea0e /www | |
parent | 8ccbd1f7e2f6ba9c0280484a2eec2a998e3f37fd (diff) | |
download | pkgsrc-34ecf54173227049efd7dc91cdaf72af6ad81b6e.tar.gz |
Update to 6.06
Upstream changes:
2012-10-21 HTTP-Message 6.06
Gisle Aas (2):
More forgiving test on croak message [RT#80302]
Added test for multipart parsing
Mark Overmeer (1):
Multipart end boundary doesn't need match a complete line [RT#79239]
_______________________________________________________________________________
2012-10-20 HTTP-Message 6.05
Gisle Aas (5):
Updated ignores
No need to prevent visiting field values starting with '_'
Report the correct croak caller for delegated methods
Disallow empty field names or field names containing ':'
Make the extra std_case entries local to each header
_______________________________________________________________________________
2012-09-30 HTTP-Message 6.04
Gisle Aas (5):
Updated repository URL
Avoid undef warning for empty content
Teach $m->content_charset about JSON
Use the canonical charset name for UTF-16LE (and frieds)
Add option to override the "(no content)" marker of $m->dump
Christopher J. Madsen (2):
Use IO::HTML for <meta> encoding sniffing
mime_name was introduced in Encode 2.21
Tom Hukins (1):
Remove an unneeded "require"
Ville Skytt. (1):
Spelling fixes.
chromatic (1):
Sanitized PERL_HTTP_URI_CLASS environment variable.
Martin H. Sluka (1):
Add test from RT#77466
Father Chrysostomos (1):
Fix doc grammo [RT#75831]
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Message/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTTP-Message/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-HTTP-Message/Makefile b/www/p5-HTTP-Message/Makefile index e8a34ebfce7..f3a36b29378 100644 --- a/www/p5-HTTP-Message/Makefile +++ b/www/p5-HTTP-Message/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/10/03 21:58:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/21 04:30:58 wen Exp $ -DISTNAME= HTTP-Message-6.03 +DISTNAME= HTTP-Message-6.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -20,6 +19,7 @@ DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser DEPENDS+= p5-HTTP-Date>=6:../../www/p5-HTTP-Date DEPENDS+= p5-Encode-Locale>=1.02:../../textproc/p5-Encode-Locale DEPENDS+= p5-LWP-MediaTypes>=6.01:../../www/p5-LWP-MediaTypes +DEPENDS+= p5-IO-HTML-[0-9]*:../../devel/p5-IO-HTML PERL5_PACKLIST= auto/HTTP/Message/.packlist diff --git a/www/p5-HTTP-Message/distinfo b/www/p5-HTTP-Message/distinfo index e9047c1020c..0652299541a 100644 --- a/www/p5-HTTP-Message/distinfo +++ b/www/p5-HTTP-Message/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/04/22 12:49:12 wiz Exp $ +$NetBSD: distinfo,v 1.3 2012/10/21 04:30:58 wen Exp $ -SHA1 (HTTP-Message-6.03.tar.gz) = ffd90daf91d07b0c58a3ec4544c79416d4968ebc -RMD160 (HTTP-Message-6.03.tar.gz) = 2f2eb59852ad040d59936c6f1293d0022971c6c2 -Size (HTTP-Message-6.03.tar.gz) = 49711 bytes +SHA1 (HTTP-Message-6.06.tar.gz) = 4a88688c28e6581fab9b2eca8d0e320e96bef1ad +RMD160 (HTTP-Message-6.06.tar.gz) = 439c9a1c4aeb9bdbcda398b35f66bfa8efa166ab +Size (HTTP-Message-6.06.tar.gz) = 50806 bytes |