From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 7 14:20:09 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 A8C85106564A for ; Fri, 7 Jan 2011 14:20:09 +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 6C4AC8FC15 for ; Fri, 7 Jan 2011 14:20:09 +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 p07EK93S064380 for ; Fri, 7 Jan 2011 14:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p07EK9wu064378; Fri, 7 Jan 2011 14:20:09 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jan 2011 14:20:09 GMT Resent-Message-Id: <201101071420.p07EK9wu064378@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, Anatoly Borodin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFCBD106566B for ; Fri, 7 Jan 2011 14:12:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9E98FC08 for ; Fri, 7 Jan 2011 14:12:24 +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 p07ECOW3035681 for ; Fri, 7 Jan 2011 14:12:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p07ECOQu035680; Fri, 7 Jan 2011 14:12:24 GMT (envelope-from nobody) Message-Id: <201101071412.p07ECOQu035680@red.freebsd.org> Date: Fri, 7 Jan 2011 14:12:24 GMT From: Anatoly Borodin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153762: [patch] irc/py-gozerbot: fix dependencies 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: Fri, 07 Jan 2011 14:20:09 -0000 >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 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 .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: