From sunpoet@sunpoet.net  Wed Jan  1 03:54:17 2014
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id A5A5086D;
	Wed,  1 Jan 2014 03:54:17 +0000 (UTC)
Received: from sunpoet.net (sunpoet.net [220.135.71.135])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 751AA10F9;
	Wed,  1 Jan 2014 03:54:17 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id CAD8245DE; Wed,  1 Jan 2014 07:44:52 +0800 (CST)
Message-Id: <20131231234452.CAD8245DE@sunpoet.net>
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: [PATCH] net/rubygem-http_parser.rb: update to 0.6.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         185379
>Category:       ports
>Synopsis:       [PATCH] net/rubygem-http_parser.rb: update to 0.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tota
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 01 04:00:00 UTC 2014
>Closed-Date:    Wed Jan 01 04:48:31 UTC 2014
>Last-Modified:  Wed Jan 01 04:48:31 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->tota 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 1 04:00:56 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185379 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185379: commit references a PR
Date: Wed,  1 Jan 2014 04:36:20 +0000 (UTC)

 Author: tota
 Date: Wed Jan  1 04:08:15 2014
 New Revision: 338357
 URL: http://svnweb.freebsd.org/changeset/ports/338357
 
 Log:
   - Remove leading indefinite article from COMMENT
   
   PR:		ports/185379
   Submitted by:	sunpoet
 
 Modified:
   head/net/rubygem-http_parser.rb/Makefile
 
 Modified: head/net/rubygem-http_parser.rb/Makefile
 ==============================================================================
 --- head/net/rubygem-http_parser.rb/Makefile	Wed Jan  1 04:06:21 2014	(r338356)
 +++ head/net/rubygem-http_parser.rb/Makefile	Wed Jan  1 04:08:15 2014	(r338357)
 @@ -7,7 +7,7 @@ CATEGORIES=	net rubygems
  MASTER_SITES=	RG
  
  MAINTAINER=	ruby@FreeBSD.org
 -COMMENT=	A simple callback-based HTTP request/response parser
 +COMMENT=	Simple callback-based HTTP request/response parser
  
  LICENSE=	MIT
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: tota 
State-Changed-When: Wed Jan 1 04:47:53 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185379 
>Unformatted:
