Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2011 14:12:24 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153762: [patch] irc/py-gozerbot: fix dependencies
Message-ID:  <201101071412.p07ECOQu035680@red.freebsd.org>
Resent-Message-ID: <201101071420.p07EK9wu064378@freefall.freebsd.org>

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

>Number:         153762
>Category:       ports
>Synopsis:       [patch] irc/py-gozerbot: fix dependencies
>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:   Fri Jan 07 14:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
There is an error in the Makefile
>How-To-Repeat:

>Fix:
See the patch.

Patch attached with submission follows:

>From 6f7876084a7ae80a6a50d6e4177383b05fcf55d2 Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin@gmail.com>
Date: Wed, 5 Jan 2011 13:12:44 +0100
Subject: [PATCH 3/3] TBC: irc/py-gozerbot: fix deps

---
 irc/py-gozerbot/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git irc/py-gozerbot/Makefile irc/py-gozerbot/Makefile
index dd06617..5910eea 100644
--- irc/py-gozerbot/Makefile
+++ irc/py-gozerbot/Makefile
@@ -42,7 +42,7 @@ post-install:
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_MYSQL)
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}>=0:${PORTSDIR}/databases/py-MySQLdb
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
 .endif
 
 .if defined(WITH_XMPP)
-- 
1.7.3.3



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



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