From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 3 18:40:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 889651065687 for ; Sun, 3 Jul 2011 18:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF908FC1C for ; Sun, 3 Jul 2011 18:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p63IeBtK042860 for ; Sun, 3 Jul 2011 18:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p63IeBPI042859; Sun, 3 Jul 2011 18:40:11 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2011 18:40:11 GMT Resent-Message-Id: <201107031840.p63IeBPI042859@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE69B106564A for ; Sun, 3 Jul 2011 18:37:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 844678FC08 for ; Sun, 3 Jul 2011 18:37:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p63IbVUs072645 for ; Sun, 3 Jul 2011 18:37:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p63IbVfP072644; Sun, 3 Jul 2011 18:37:31 GMT (envelope-from nobody) Message-Id: <201107031837.p63IbVfP072644@red.freebsd.org> Date: Sun, 3 Jul 2011 18:37:31 GMT From: Steve Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158617: [patch] update irc/rbot to use rubygem-gettext instead of ruby-gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 18:40:11 -0000 >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: