From swills@mouf.net  Mon Jul  1 00:57:35 2013
Return-Path: <swills@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id AACD517F;
	Mon,  1 Jul 2013 00:57:35 +0000 (UTC)
	(envelope-from swills@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	by mx1.freebsd.org (Postfix) with ESMTP id 75B791243;
	Mon,  1 Jul 2013 00:57:35 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-098-122-148-024.nc.res.rr.com [98.122.148.24])
	by mouf.net (8.14.5/8.14.5) with ESMTP id r610vQwC036422
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 1 Jul 2013 00:57:31 GMT
	(envelope-from swills@meatwad.mouf.net)
Received: (from swills@localhost)
	by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r610vQD3053535;
	Mon, 1 Jul 2013 00:57:26 GMT
	(envelope-from swills)
Message-Id: <201307010057.r610vQD3053535@meatwad.mouf.net>
Date: Mon, 1 Jul 2013 00:57:26 GMT
From: Steve Wills <swills@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: glarkin@FreeBSD.org
Subject: [PATCH] net/rubygem-righthttpconnection: update to 1.4.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         180141
>Category:       ports
>Synopsis:       [PATCH] net/rubygem-righthttpconnection: update to 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 01 01:00:00 UTC 2013
>Closed-Date:    Wed Jul 03 16:45:11 EDT 2013
>Last-Modified:  Wed Jul  3 20:50:00 UTC 2013
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r251046: Tue May 28 22:52:00 UTC
>Description:
- Update to 1.4.0

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

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

--- rubygem-righthttpconnection-1.4.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 322108)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	righthttpconnection
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 DISTNAME=	right_http_connection-${PORTVERSION}
Index: distinfo
===================================================================
--- distinfo	(revision 322108)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/right_http_connection-1.3.0.gem) = 579dd860df434d6420054d1d5a2a7f44fe5dfb914fd4365b87fb14e585ff0024
-SIZE (rubygem/right_http_connection-1.3.0.gem) = 104448
+SHA256 (rubygem/right_http_connection-1.4.0.gem) = 8f202adb32598485e81fe282acbe86cbe797bbba34808bddf6dc667d3c859754
+SIZE (rubygem/right_http_connection-1.4.0.gem) = 110080
--- rubygem-righthttpconnection-1.4.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jul 1 01:00:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180141 
State-Changed-From-To: open->closed 
State-Changed-By: glarkin 
State-Changed-When: Wed Jul 3 16:44:56 EDT 2013 
State-Changed-Why:  
Committed with some minor changes, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180141: commit references a PR
Date: Wed,  3 Jul 2013 20:44:08 +0000 (UTC)

 Author: glarkin
 Date: Wed Jul  3 20:43:55 2013
 New Revision: 322257
 URL: http://svnweb.freebsd.org/changeset/ports/322257
 
 Log:
   - Updated to 1.4.0 [1]
     ChangeLog: https://raw.github.com/rightscale/right_http_connection/master/History.txt (scroll to bottom)
   - Trimmed Makefile header
   - Added license
   
   PR:		ports/180141 [1]
   Submitted by:	swills
 
 Modified:
   head/net/rubygem-righthttpconnection/Makefile
   head/net/rubygem-righthttpconnection/distinfo
 
 Modified: head/net/rubygem-righthttpconnection/Makefile
 ==============================================================================
 --- head/net/rubygem-righthttpconnection/Makefile	Wed Jul  3 20:35:53 2013	(r322256)
 +++ head/net/rubygem-righthttpconnection/Makefile	Wed Jul  3 20:43:55 2013	(r322257)
 @@ -1,12 +1,8 @@
 -# Ports collection makefile for:	rubygem-righthttpconnection
 -# Date created:			01 May 2008
 -# Whom:				Greg Larkin <glarkin@FreeBSD.org>
 -#
 +# Created by: Greg Larkin <glarkin@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	righthttpconnection
 -PORTVERSION=	1.3.0
 +PORTVERSION=	1.4.0
  CATEGORIES=	net rubygems
  MASTER_SITES=	RG
  DISTNAME=	right_http_connection-${PORTVERSION}
 @@ -19,4 +15,6 @@ USE_RUBYGEMS=	yes
  GEM_NAME=	${DISTNAME}
  RUBYGEM_AUTOPLIST=	yes
  
 +LICENSE=	MIT
 +
  .include <bsd.port.mk>
 
 Modified: head/net/rubygem-righthttpconnection/distinfo
 ==============================================================================
 --- head/net/rubygem-righthttpconnection/distinfo	Wed Jul  3 20:35:53 2013	(r322256)
 +++ head/net/rubygem-righthttpconnection/distinfo	Wed Jul  3 20:43:55 2013	(r322257)
 @@ -1,2 +1,2 @@
 -SHA256 (rubygem/right_http_connection-1.3.0.gem) = 579dd860df434d6420054d1d5a2a7f44fe5dfb914fd4365b87fb14e585ff0024
 -SIZE (rubygem/right_http_connection-1.3.0.gem) = 104448
 +SHA256 (rubygem/right_http_connection-1.4.0.gem) = 8f202adb32598485e81fe282acbe86cbe797bbba34808bddf6dc667d3c859754
 +SIZE (rubygem/right_http_connection-1.4.0.gem) = 110080
 _______________________________________________
 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"
 
>Unformatted:
