diff options
author | tota <tota@FreeBSD.org> | 2014-01-01 11:51:14 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2014-01-01 11:51:14 +0800 |
commit | 054e805fa08d776aa6cf2c51d80c8808ce1cf244 (patch) | |
tree | 7c01493c52f1641aae5d99af69e70576a29e7235 /net | |
parent | 3e540c32323ec69aaf79e58a769372b46a362620 (diff) | |
download | freebsd-ports-gnome-054e805fa08d776aa6cf2c51d80c8808ce1cf244.tar.gz freebsd-ports-gnome-054e805fa08d776aa6cf2c51d80c8808ce1cf244.tar.zst freebsd-ports-gnome-054e805fa08d776aa6cf2c51d80c8808ce1cf244.zip |
- Update to 0.6.0
- Pass maintainership to ruby@
- Add LICENSE
- Support STAGEDIR
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-http_parser.rb/Makefile | 7 | ||||
-rw-r--r-- | net/rubygem-http_parser.rb/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/rubygem-http_parser.rb/Makefile b/net/rubygem-http_parser.rb/Makefile index 2d90f6a2b6ab..e4f9091a15af 100644 --- a/net/rubygem-http_parser.rb/Makefile +++ b/net/rubygem-http_parser.rb/Makefile @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= http_parser.rb -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.0 CATEGORIES= net rubygems MASTER_SITES= RG -MAINTAINER= tota@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A simple callback-based HTTP request/response parser +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/rubygem-http_parser.rb/distinfo b/net/rubygem-http_parser.rb/distinfo index 0645d15726ca..7987f168dbf9 100644 --- a/net/rubygem-http_parser.rb/distinfo +++ b/net/rubygem-http_parser.rb/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/http_parser.rb-0.5.3.gem) = d64f525eb1c580598d5bdef4fad98e948b6e016fa7803f45e13ac8714a2b8e3b -SIZE (rubygem/http_parser.rb-0.5.3.gem) = 146944 +SHA256 (rubygem/http_parser.rb-0.6.0.gem) = f11d0aec50ef26a7d1f991e627ac88acdb5979282aeba7a5c3be6ce0636ed196 +SIZE (rubygem/http_parser.rb-0.6.0.gem) = 177664 |