Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Jan 2014 07:44:52 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        tota@FreeBSD.org
Subject:   ports/185379: [PATCH] net/rubygem-http_parser.rb: update to 0.6.0
Message-ID:  <20131231234452.CAD8245DE@sunpoet.net>
Resent-Message-ID: <201401010400.s01400JB074043@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185379
>Category:       ports
>Synopsis:       [PATCH] net/rubygem-http_parser.rb: update to 0.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 01 04:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r260045: Mon Dec 30 16:24:36 CST
>Description:
- Update to 0.6.0
- Remove leading indefinite article from COMMENT
- Add LICENSE
- Support STAGEDIR

Changes:	https://github.com/tmm1/http_parser.rb/commits/master

Port maintainer (tota@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- rubygem-http_parser.rb-0.6.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 338337)
+++ Makefile	(working copy)
@@ -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
-COMMENT=	A simple callback-based HTTP request/response parser
+COMMENT=	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>
Index: distinfo
===================================================================
--- distinfo	(revision 338337)
+++ distinfo	(working copy)
@@ -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
--- rubygem-http_parser.rb-0.6.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131231234452.CAD8245DE>