From pgollucci@frieza.p6m7g8.net  Sat Dec 17 04:09:22 2011
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 55534106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Dec 2011 04:09:22 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239])
	by mx1.freebsd.org (Postfix) with ESMTP id 171B98FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Dec 2011 04:09:21 +0000 (UTC)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id pBH49L67091084;
	Sat, 17 Dec 2011 04:09:21 GMT
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id pBH49LIw091083;
	Sat, 17 Dec 2011 04:09:21 GMT
	(envelope-from pgollucci)
Message-Id: <201112170409.pBH49LIw091083@frieza.p6m7g8.net>
Date: Sat, 17 Dec 2011 04:09:21 GMT
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: codeblock@eighthbit.net
Subject: [PATCH] comms/rubygem-callsign: update to 2.0.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: codeblock@eighthbit.net

>Number:         163374
>Category:       ports
>Synopsis:       [PATCH] comms/rubygem-callsign: update to 2.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 17 04:10:10 UTC 2011
>Closed-Date:    Thu Jan 12 19:33:33 UTC 2012
>Last-Modified:  Thu Jan 12 19:33:33 UTC 2012
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010
>Description:
- Update to 2.0.0

Port maintainer (codeblock@eighthbit.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- rubygem-callsign-2.0.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/rubygem-callsign/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	26 May 2010 19:51:14 -0000	1.3
+++ Makefile	17 Dec 2011 03:23:40 -0000
@@ -5,13 +5,15 @@
 # $FreeBSD: ports/comms/rubygem-callsign/Makefile,v 1.3 2010/05/26 19:51:14 pgollucci Exp $
 
 PORTNAME=	callsign
-PORTVERSION=	1.0.3
+PORTVERSION=	2.0.0
 CATEGORIES=	comms rubygems hamradio
 MASTER_SITES=	RG
 
 MAINTAINER=	codeblock@eighthbit.net
 COMMENT=	Provides a Ruby-Frontend to callook.info ham Radio Callsign Lookup
 
+RUN_DEPENDS=	rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/comms/rubygem-callsign/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	20 Mar 2011 12:46:32 -0000	1.2
+++ distinfo	17 Dec 2011 00:40:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (rubygem/callsign-1.0.3.gem) = e1829861a829686715a3b029a4414fdf88a552351322f3c9737e07743605a5a9
-SIZE (rubygem/callsign-1.0.3.gem) = 4096
+SHA256 (rubygem/callsign-2.0.0.gem) = a17569fc325d7db52ac6a29d1e5d70f245017dc481443e9580958331fdfa7bf8
+SIZE (rubygem/callsign-2.0.0.gem) = 4096
--- rubygem-callsign-2.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 17 04:10:20 UTC 2011 
Responsible-Changed-Why:  
ruby@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163374 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Dec 17 04:10:24 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163374 
Responsible-Changed-From-To: ruby->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sat Dec 17 04:18:51 UTC 2011 
Responsible-Changed-Why:  
I will take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: codeblock@eighthbit.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/163374: [PATCH] comms/rubygem-callsign: update to 2.0.0
Date: Sat, 17 Dec 2011 04:10:22 UT

 Maintainer of comms/rubygem-callsign,
 
 Please note that PR ports/163374 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163374
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Thu Jan 12 19:25:32 UTC 2012 
State-Changed-Why:  
maintainer timeout (ruby@FreeBSD.org ; 26 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163374 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Jan 12 19:33:28 UTC 2012 
State-Changed-Why:  
Committed, Thanks! 

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