From nobody@FreeBSD.org  Tue Dec 14 07:58:43 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D504F1065724
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Dec 2010 07:58:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C3A668FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Dec 2010 07:58:43 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBE7wgGo070273
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Dec 2010 07:58:42 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oBE7wgVh070272;
	Tue, 14 Dec 2010 07:58:42 GMT
	(envelope-from nobody)
Message-Id: <201012140758.oBE7wgVh070272@red.freebsd.org>
Date: Tue, 14 Dec 2010 07:58:42 GMT
From: "Mikhail T." <michael@fun-box.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] update mail/rubygem-mail to the recent version
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: freebsdports@chillibear.com

>Number:         153144
>Category:       ports
>Synopsis:       [PATCH] update mail/rubygem-mail to the recent version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ruby
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 14 08:00:22 UTC 2010
>Closed-Date:    Wed Dec 15 02:03:34 UTC 2010
>Last-Modified:  Wed Dec 15 02:03:34 UTC 2010
>Originator:     Mikhail T.
>Release:        8.2-PRE
>Organization:
FunBox
>Environment:
FreeBSD h8 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0 r216292: Wed Dec  8 17:11:03 UTC 2010     michael@h8:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Update mail/rubygem-mail to the recent version since current version does not installs for me:
/usr/bin/env  /usr/local/bin/gem18 install -l --no-update-sources --no-ri --install-dir /usr/local/lib/ruby/gems/1.8 /usr/ports/distfiles/rubygem/mail-2.2.10.gem -- --build-args 
ERROR:  Error installing /usr/ports/distfiles/rubygem/mail-2.2.10.gem:
	mail requires i18n (~> 0.4.1, runtime)
*** Error code 1

While in fact i18n is installed properly:
gem list | grep i18n
i18n (0.5.0)
pkg_info | grep i18n
rubygem-i18n-0.5.0,1 New wave Internationalization support for Ruby

Version 2.2.12 installs fine

>How-To-Repeat:
cd /usr/ports/www/rubygem-rails && make install
>Fix:
diff -urN rubygem-mail.orig/Makefile rubygem-mail/Makefile
--- rubygem-mail.orig/Makefile	2010-12-14 10:50:54.000000000 +0300
+++ rubygem-mail/Makefile	2010-12-14 10:51:25.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mail
-PORTVERSION=	2.2.10
+PORTVERSION=	2.2.12
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 
diff -urN rubygem-mail.orig/distinfo rubygem-mail/distinfo
--- rubygem-mail.orig/distinfo	2010-12-14 10:50:54.000000000 +0300
+++ rubygem-mail/distinfo	2010-12-14 10:51:32.000000000 +0300
@@ -1,2 +1,2 @@
-SHA256 (rubygem/mail-2.2.10.gem) = 8e80546f0896259f2c546640bb135357cd44e8ff0a1ff481a0ade73d630ca6a2
-SIZE (rubygem/mail-2.2.10.gem) = 101376
+SHA256 (rubygem/mail-2.2.12.gem) = 7b7ee730c8a8820ad950c82a62ade99870a47d9174765479480def8fa707354c
+SIZE (rubygem/mail-2.2.12.gem) = 101376


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 14 08:00:31 UTC 2010 
Responsible-Changed-Why:  
ruby@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153144 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Dec 14 08:00:41 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: freebsdports@chillibear.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153144: [PATCH] update mail/rubygem-mail to the recent version
Date: Tue, 14 Dec 2010 08:00:36 UT

 Maintainer of mail/rubygem-mail,
 
 Please note that PR ports/153144 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/153144
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Eric <freebsdports@chillibear.com>
To: <bug-followup@FreeBSD.org>
Cc: <michael@fun-box.ru>
Subject: Re: ports/153144: [PATCH] update mail/rubygem-mail to the recent
 version
Date: Tue, 14 Dec 2010 23:07:47 +0000

 Rejected.
 
 Sorry it's already on version 2.2.12, thanks for the PR though!
 
 See PR: ports/152906
 
 Thread is here:
 http://lists.freebsd.org/pipermail/freebsd-ports/2010-December/064858.html
 
 Please update your ports tree to the latest version and you should get
 v2.2.12 of the gem.
 
 Regards
 
 Eric
 
 
 > From: Edwin Groothuis <edwin@FreeBSD.org>
 > Reply-To: <bug-followup@FreeBSD.org>
 > Date: Tue, 14 Dec 2010 08:00:36 UT
 > To: <freebsdports@chillibear.com>
 > Cc: <bug-followup@FreeBSD.org>
 > Subject: Re: ports/153144: [PATCH] update mail/rubygem-mail to the recent
 > version
 > 
 > Maintainer of mail/rubygem-mail,
 > 
 > Please note that PR ports/153144 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/153144
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Dec 15 02:03:32 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

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