Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2010 21:38:38 +0900
From:      "Junji NAKANISHI" <jun-g@daemonfreaks.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/151451: [maintainer] databases/emma fix depend on py-MySQLdb
Message-ID:  <1287059918.8555@blackmagic.daemonfreaks.local>
Resent-Message-ID: <201010141250.o9ECo1FX037032@freefall.freebsd.org>

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

>Number:         151451
>Category:       ports
>Synopsis:       [maintainer] databases/emma fix depend on py-MySQLdb
>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:   Thu Oct 14 12:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Junji NAKANISHI
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 8.1-STABLE #5: Sun Jul 25 13:32:32 JST 2010
    root@blackmagic.daemonfreaks.local:/usr/obj/usr/src/sys/GENERIC



>Description:


Fix depend on databases/py-MySQLdb.


>How-To-Repeat:





>Fix:


--- emma.patch begins here ---
diff -du emma.orig/Makefile emma/Makefile
--- emma.orig/Makefile	2010-10-14 21:24:49.000000000 +0900
+++ emma/Makefile	2010-10-14 21:25:55.000000000 +0900
@@ -14,7 +14,7 @@
 MAINTAINER=	jun-g@daemonfreaks.com
 COMMENT=	Extendable MySQL managing assistant
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:${PORTSDIR}/databases/py-MySQLdb
 
 USE_GNOME=	pygtk2
 USE_PYTHON=	yes
--- emma.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?1287059918.8555>