mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.6.0
- Pass maintainership to ruby@ - Add LICENSE - Support STAGEDIR
This commit is contained in:
parent
e8d940c7b8
commit
d3a4959a30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338354
2 changed files with 6 additions and 5 deletions
|
@ -2,16 +2,17 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= http_parser.rb
|
PORTNAME= http_parser.rb
|
||||||
PORTVERSION= 0.5.3
|
PORTVERSION= 0.6.0
|
||||||
CATEGORIES= net rubygems
|
CATEGORIES= net rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= tota@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= A simple callback-based HTTP request/response parser
|
COMMENT= A simple callback-based HTTP request/response parser
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rubygem/http_parser.rb-0.5.3.gem) = d64f525eb1c580598d5bdef4fad98e948b6e016fa7803f45e13ac8714a2b8e3b
|
SHA256 (rubygem/http_parser.rb-0.6.0.gem) = f11d0aec50ef26a7d1f991e627ac88acdb5979282aeba7a5c3be6ce0636ed196
|
||||||
SIZE (rubygem/http_parser.rb-0.5.3.gem) = 146944
|
SIZE (rubygem/http_parser.rb-0.6.0.gem) = 177664
|
||||||
|
|
Loading…
Add table
Reference in a new issue