Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2010 07:58:42 GMT
From:      "Mikhail T." <michael@fun-box.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153144: [PATCH] update mail/rubygem-mail to the recent version
Message-ID:  <201012140758.oBE7wgVh070272@red.freebsd.org>
Resent-Message-ID: <201012140800.oBE80NE6063170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153144
>Category:       ports
>Synopsis:       [PATCH] update mail/rubygem-mail to the recent version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 14 08:00:22 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012140758.oBE7wgVh070272>