ports/158617: [patch] update irc/rbot to use rubygem-gettext instead of ruby-gettext

Steve Wills swills at FreeBSD.org
Sun Jul 3 18:40:11 UTC 2011


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



More information about the freebsd-ports-bugs mailing list