Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2011 23:53:14 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156324: [PATCH] update mail/rubygem-tmail to 1.2.7.1
Message-ID:  <201104102353.p3ANrECf031755@red.freebsd.org>
Resent-Message-ID: <201104110000.p3B00NDu079117@freefall.freebsd.org>

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

>Number:         156324
>Category:       ports
>Synopsis:       [PATCH] update mail/rubygem-tmail to 1.2.7.1
>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:   Mon Apr 11 00:00:22 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
mail/rubygem-tmail doesn't build with Ruby 1.9. Update to 1.2.7.1 fixes it.
>How-To-Repeat:

>Fix:
see attached

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/rubygem-tmail/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile	9 Dec 2010 21:46:18 -0000	1.42
+++ Makefile	10 Apr 2011 22:40:22 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/mail/rubygem-tmail/Makefile,v 1.42 2010/12/09 21:46:18 pgollucci Exp $
 
 PORTNAME=	tmail
-PORTVERSION=	1.2.3.1
+PORTVERSION=	1.2.7.1
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 
@@ -17,8 +17,4 @@
 USE_RUBY_FEATURES=	racc-runtime
 RUBYGEM_AUTOPLIST=  yes
 
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not compile with ruby 1.9
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/rubygem-tmail/distinfo,v
retrieving revision 1.22
diff -u -r1.22 distinfo
--- distinfo	14 Oct 2008 05:27:15 -0000	1.22
+++ distinfo	10 Apr 2011 22:45:27 -0000
@@ -1,3 +1,2 @@
-MD5 (rubygem/tmail-1.2.3.1.gem) = 06e10d8633619b106e450005454485ca
-SHA256 (rubygem/tmail-1.2.3.1.gem) = 357171016ae9f33a3a214417865ba7f91f80203582f7e92ee0ef90c424bd3083
-SIZE (rubygem/tmail-1.2.3.1.gem) = 413184
+SHA256 (rubygem/tmail-1.2.7.1.gem) = 9e4153e48c7f618ce6b22a44b5671ec5b9e49d16c693c3ee8b93397e9d78ca41
+SIZE (rubygem/tmail-1.2.7.1.gem) = 446464


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



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