Bug 185379 - [PATCH] net/rubygem-http_parser.rb: update to 0.6.0
Summary: [PATCH] net/rubygem-http_parser.rb: update to 0.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: TAKATSU Tomonari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-01 04:00 UTC by Po-Chuan Hsieh
Modified: 2014-01-01 04:48 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-http_parser.rb-0.6.0.patch (1.01 KB, patch)
2014-01-01 04:00 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-01-01 04:00:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-01 04:00:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tota

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-01 04:36:20 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"
Comment 3 TAKATSU Tomonari freebsd_committer freebsd_triage 2014-01-01 04:47:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!