Tue Oct 4 12:01:02 2011 UTC ()
Update ruby-http_parser.rb to 0.5.3.

* fix some compiler warnings
* reset support for requests with no body


(obache)
diff -r1.2 -r1.3 pkgsrc/www/ruby-http_parser.rb/Makefile
diff -r1.2 -r1.3 pkgsrc/www/ruby-http_parser.rb/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/www/ruby-http_parser.rb/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-http_parser.rb/Makefile 2011/08/28 02:01:39 1.2
+++ pkgsrc/www/ruby-http_parser.rb/Makefile 2011/10/04 12:01:02 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2011/08/28 02:01:39 obache Exp $ 1# $NetBSD: Makefile,v 1.3 2011/10/04 12:01:02 obache Exp $
2 2
3DISTNAME= http_parser.rb-0.5.2 3DISTNAME= http_parser.rb-0.5.3
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= obache@NetBSD.org 6MAINTAINER= obache@NetBSD.org
7HOMEPAGE= http://github.com/tmm1/http_parser.rb 7HOMEPAGE= http://github.com/tmm1/http_parser.rb
8COMMENT= Simple callback-based HTTP request/response parser 8COMMENT= Simple callback-based HTTP request/response parser
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/www/ruby-http_parser.rb/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-http_parser.rb/distinfo 2011/08/28 02:01:39 1.2
+++ pkgsrc/www/ruby-http_parser.rb/distinfo 2011/10/04 12:01:02 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2011/08/28 02:01:39 obache Exp $ 1$NetBSD: distinfo,v 1.3 2011/10/04 12:01:02 obache Exp $
2 2
3SHA1 (http_parser.rb-0.5.2.gem) = dc0ff9b990c58581972bf738824d285473519bdd 3SHA1 (http_parser.rb-0.5.3.gem) = 1ddcddfbab99975f97e104e62e790637a4b3cd6f
4RMD160 (http_parser.rb-0.5.2.gem) = 038ec1bc52eff481f733762f2a667b5d9cc9a9ef 4RMD160 (http_parser.rb-0.5.3.gem) = b46da87b4da8fcddd2c87fe2deb667c140cb5ddb
5Size (http_parser.rb-0.5.2.gem) = 146944 bytes 5Size (http_parser.rb-0.5.3.gem) = 146944 bytes