Date: Sun, 15 Mar 2009 01:24:15 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132627: [MAINTAINER] irc/rbot: Fix dependency bug of ruby-gettext Message-ID: <20090314172415.283CE48F404@yzlin.org> Resent-Message-ID: <200903141730.n2EHU4dr035881@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132627 >Category: ports >Synopsis: [MAINTAINER] irc/rbot: Fix dependency bug of ruby-gettext >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 14 17:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.1-RELEASE-p1 amd64 >Organization: NCTU CS >Environment: System: FreeBSD yzlin 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #0: Tue Jan 13 19:02:22 CST 2009 >Description: - Fix dependency bug - Bump PORTREVISION Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rbot-0.9.14_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/rbot/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 23 Nov 2008 13:39:30 -0000 1.17 +++ Makefile 14 Mar 2009 17:24:15 -0000 @@ -7,6 +7,7 @@ PORTNAME= rbot PORTVERSION= 0.9.14 +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_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext + ${RUBY_PKGNAMEPREFIX}gettext>=1.93.0:${PORTSDIR}/devel/ruby-gettext USE_RUBY= yes USE_RUBY_SETUP= yes --- rbot-0.9.14_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090314172415.283CE48F404>