Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2011 17:28:32 GMT
From:      Steven Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158615: [patch] update misc/rabbit to use rubygem-gettext instead of ruby-gettext
Message-ID:  <201107031728.p63HSWHp051102@red.freebsd.org>
Resent-Message-ID: <201107031730.p63HUAKq077323@freefall.freebsd.org>

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

>Number:         158615
>Category:       ports
>Synopsis:       [patch] update misc/rabbit to use rubygem-gettext instead of ruby-gettext
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 03 17:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steven Wills
>Release:        
>Organization:
>Environment:
>Description:
Attached patch updates misc/rabbit to use rubygem-gettext instead of ruby-gettext, which is both newer and works with Ruby 1.9. This will allow misc/rabbit to work with Ruby 1.9.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/rabbit/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	26 Jun 2011 03:21:25 -0000	1.8
+++ Makefile	3 Jul 2011 17:16:33 -0000
@@ -31,7 +31,7 @@
 PLIST_SUB+=	NLS="@comment "
 .else
 USE_GETTEXT=	yes
-RUN_DEPENDS+=	${RUBY_SITELIBDIR}/gettext.rb:${PORTSDIR}/devel/ruby-gettext
+RUN_DEPENDS+=	rubygem-gettext>0:${PORTSDIR}/devel/rubygem-gettext
 PLIST_SUB+=	NLS=""
 .endif
 


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



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