From swills@mouf.net  Sat Jul 13 21:39:19 2013
Return-Path: <swills@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id F1BF55B2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Jul 2013 21:39:19 +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 A334D10C9
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Jul 2013 21:39:19 +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 r6DLd2n0027787
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sat, 13 Jul 2013 21:39:07 GMT
	(envelope-from swills@meatwad.mouf.net)
Received: (from swills@localhost)
	by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r6DLcqaF054479;
	Sat, 13 Jul 2013 21:38:52 GMT
	(envelope-from swills)
Message-Id: <201307132138.r6DLcqaF054479@meatwad.mouf.net>
Date: Sat, 13 Jul 2013 21:38:52 GMT
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: freebsdports@chillibear.com
Subject: [PATCH] mail/rubygem-larch: update to 1.1.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify: freebsdports@chillibear.com

>Number:         180543
>Category:       ports
>Synopsis:       [PATCH] mail/rubygem-larch: update to 1.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 13 21:40:00 UTC 2013
>Closed-Date:    Fri Jul 19 17:24:44 UTC 2013
>Last-Modified:  Fri Jul 19 17:24:44 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 #9 r252909: Sun Jul  7 02:36:14
>Description:
- Update to 1.1.2

Port maintainer (freebsdports@chillibear.com) is cc'd.

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

--- rubygem-larch-1.1.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 322972)
+++ Makefile	(working copy)
@@ -1,12 +1,8 @@
-# Ports collection makefile for:	rubygem-larch
-# Date created:				28 June 2011
-# Whom:					Eric Freeman <freebsdports@chillibear.com>
-#
+# Created by: Eric Freeman <freebsdports@chillibear.com>
 # $FreeBSD$
-#
 
 PORTNAME=	larch
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 
@@ -13,9 +9,9 @@
 MAINTAINER=	freebsdports@chillibear.com
 COMMENT=	Larch copies messages from one IMAP server to another
 
-RUN_DEPENDS=	rubygem-amalgalite>=1.0:${PORTSDIR}/databases/rubygem-amalgalite \
-		rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \
-		rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel \
+RUN_DEPENDS=	rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \
+		rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \
+		rubygem-sqlite3>=1.3:${PORTSDIR}/databases/rubygem-sqlite3 \
 		rubygem-trollop>=1.13:${PORTSDIR}/devel/rubygem-trollop
 
 PLIST_FILES=	bin/larch
Index: distinfo
===================================================================
--- distinfo	(revision 322972)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/larch-1.1.1.gem) = cc1abb842455834e53a626dcd3348243920a4a6891e81cebf93c4984f22b2f40
-SIZE (rubygem/larch-1.1.1.gem) = 31744
+SHA256 (rubygem/larch-1.1.2.gem) = decd48b8c0b21a5e7a475853ae27fd7c996dbde905bfd3c5be89a3ef092bb21d
+SIZE (rubygem/larch-1.1.2.gem) = 31744
--- rubygem-larch-1.1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jul 13 21:40:08 UTC 2013 
Responsible-Changed-Why:  
ruby@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180543 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jul 13 21:40:10 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: freebsdports@chillibear.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/180543: [PATCH] mail/rubygem-larch: update to 1.1.2
Date: Sat, 13 Jul 2013 21:40:09 UT

 Maintainer of mail/rubygem-larch,
 
 Please note that PR ports/180543 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/180543
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: ruby->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Fri Jul 19 13:06:13 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180543 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Fri Jul 19 17:24:43 UTC 2013 
State-Changed-Why:  
Oops, duplicate 

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