Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2011 18:37:31 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158617: [patch] update irc/rbot to use rubygem-gettext instead of ruby-gettext
Message-ID:  <201107031837.p63IbVfP072644@red.freebsd.org>
Resent-Message-ID: <201107031840.p63IeBPI042859@freefall.freebsd.org>

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

>Number:         158617
>Category:       ports
>Synopsis:       [patch] update irc/rbot 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:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 03 18:40:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
Attached patch will allow irc/rbot to use rubygem-gettext instead of ruby-gettext, which will allow it to work with Ruby 1.9.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/rbot/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	10 Jan 2011 16:01:33 -0000	1.20
+++ Makefile	3 Jul 2011 18:29:21 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	rbot
 PORTVERSION=	0.9.15
+PORTREVISION=	1
 CATEGORIES=	irc ruby
 MASTER_SITES=	http://ruby-rbot.org/download/
 EXTRACT_SUFX=	.tgz
@@ -15,7 +16,7 @@
 COMMENT=	Ruby IRC bot similar to infobot
 
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
-		${RUBY_PKGNAMEPREFIX}gettext>=1.93.0:${PORTSDIR}/devel/ruby-gettext
+		rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext
 
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes


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



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