Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2011 20:28:28 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157960: [UPDATE] mail/rubygem-mail: update to 2.3.0
Message-ID:  <201106172028.p5HKSSSv048519@red.freebsd.org>
Resent-Message-ID: <201106172030.p5HKUAE0001270@freefall.freebsd.org>

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

>Number:         157960
>Category:       ports
>Synopsis:       [UPDATE] mail/rubygem-mail: update to 2.3.0
>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:   Fri Jun 17 20:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-CURRENT
>Organization:
>Environment:
9.0-CURRENT i386
>Description:
- update to 2.3.0
- drop dependency on activesupport (it is now optional - 
  rubygem-mail will use it aumatically if installed)
- add LICENSE

tinderbox buildlog (8.2-RELEASE):
http://happy-nation.by.ru/ports/tb/rubygem-mail-2.3.0.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa rubygem-mail.orig/Makefile rubygem-mail/Makefile
--- rubygem-mail.orig/Makefile	2011-05-31 07:33:26.000000000 +0400
+++ rubygem-mail/Makefile	2011-06-18 00:09:17.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mail
-PORTVERSION=	2.2.17
+PORTVERSION=	2.3.0
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 
@@ -15,9 +15,10 @@
 
 RUN_DEPENDS=	rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop \
 		rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
-		rubygem-activesupport>=2.3.6:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n
 
+LICENSE=	MIT
+
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
diff -ruNa rubygem-mail.orig/distinfo rubygem-mail/distinfo
--- rubygem-mail.orig/distinfo	2011-05-31 07:33:26.000000000 +0400
+++ rubygem-mail/distinfo	2011-06-18 00:08:30.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (rubygem/mail-2.2.17.gem) = 992e730531e9bc0456dfc28991ae3c26fa56e2cbb3c913814bc44d1169cd273a
-SIZE (rubygem/mail-2.2.17.gem) = 275968
+SHA256 (rubygem/mail-2.3.0.gem) = a3641fec1980b44356281151e54bc16f6759dadbd3930eb568c0f362796ad1b2
+SIZE (rubygem/mail-2.3.0.gem) = 117760


>Release-Note:
>Audit-Trail:
>Unformatted:



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