From pgollucci@frieza.p6m7g8.net  Sat Aug 28 08:42:33 2010
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 DCD3B1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2010 08:42:33 +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 995D48FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2010 08:42:33 +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 o7S8gWWQ002120;
	Sat, 28 Aug 2010 08:42:32 GMT
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o7S8gWxB002119;
	Sat, 28 Aug 2010 08:42:32 GMT
	(envelope-from pgollucci)
Message-Id: <201008280842.o7S8gWxB002119@frieza.p6m7g8.net>
Date: Sat, 28 Aug 2010 08:42:32 GMT
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: voldern@hoeggen.net
Subject: [PATCH] databases/rubygem-do_mysql: update to 0.10.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify: voldern@hoeggen.net

>Number:         150065
>Category:       ports
>Synopsis:       [PATCH] databases/rubygem-do_mysql: update to 0.10.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 08:50:02 UTC 2010
>Closed-Date:    Sat Sep 11 20:04:12 UTC 2010
>Last-Modified:  Sat Sep 11 20:10:01 UTC 2010
>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 #1: Tue Aug 24 18:32:38 UTC 2010
>Description:
- Update to 0.10.2
- RF -> RG

Port maintainer (voldern@hoeggen.net) is cc'd.

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

--- rubygem-do_mysql-0.10.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/rubygem-do_mysql/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	11 Feb 2010 19:06:19 -0000	1.3
+++ Makefile	28 Aug 2010 08:32:27 -0000
@@ -6,15 +6,14 @@
 #
 
 PORTNAME=	do_mysql
-PORTVERSION=	0.10.0
+PORTVERSION=	0.10.2
 CATEGORIES=	databases rubygems
-MASTER_SITES=	RUBYFORGE/dorb
-DISTNAME=	${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	RG
 
 MAINTAINER=	voldern@hoeggen.net
 COMMENT=	Ruby DataObjects driver for MySQL
 
-RUN_DEPENDS=	rubygem-data_objects>=0.10.0:${PORTSDIR}/databases/rubygem-data_objects
+RUN_DEPENDS=	rubygem-data_objects>=0.10.2:${PORTSDIR}/databases/rubygem-data_objects
 
 USE_MYSQL=	yes
 USE_RUBY=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/rubygem-do_mysql/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	11 Feb 2010 19:06:19 -0000	1.2
+++ distinfo	28 Aug 2010 08:32:28 -0000
@@ -1,3 +1,3 @@
-MD5 (rubygem/do_mysql-0.10.0.gem) = 1bf95bcc1deeb81b58a155a5b215f00d
-SHA256 (rubygem/do_mysql-0.10.0.gem) = 69f46e7c6453405e617fd684d612ef889b5039077e9d84df614af7928e16b086
-SIZE (rubygem/do_mysql-0.10.0.gem) = 24064
+MD5 (rubygem/do_mysql-0.10.2.gem) = f5cf8dd7e09019a5cff217f972496c9b
+SHA256 (rubygem/do_mysql-0.10.2.gem) = 6af9b263395c777c70d22e4d62dab4755f781c348a6ba55fd95e1a69da92fafd
+SIZE (rubygem/do_mysql-0.10.2.gem) = 26624
--- rubygem-do_mysql-0.10.2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 28 08:50:22 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150065 
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sat Aug 28 08:59:01 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: voldern@hoeggen.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/150065: [PATCH] databases/rubygem-do_mysql: update to 0.10.2
Date: Sat, 28 Aug 2010 08:50:20 UT

 Maintainer of databases/rubygem-do_mysql,
 
 Please note that PR ports/150065 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/150065
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Sat Sep 11 16:19:59 UTC 2010 
State-Changed-Why:  
maintainer timeout (voldern@hoeggen.net ; 14 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150065 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sat Sep 11 20:04:11 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150065: commit references a PR
Date: Sat, 11 Sep 2010 20:03:44 +0000 (UTC)

 pgollucci    2010-09-11 20:03:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/rubygem-do_mysql Makefile distinfo 
   Log:
   - Update to 0.10.2
   
   PR:             ports/150065
   Submitted by:   myself (pgollucci)
   Approved by:    maintainer timeout (voldern@hoeggen.net ; 14 days)
   Sponsored by:   RideCharge Inc. / TaxiMagic
   
   Revision  Changes    Path
   1.4       +3 -4      ports/databases/rubygem-do_mysql/Makefile
   1.3       +3 -3      ports/databases/rubygem-do_mysql/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
