ports/158615: [patch] update misc/rabbit to use rubygem-gettext instead of ruby-gettext

Steven Wills swills at FreeBSD.org
Sun Jul 3 17:30:11 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list