From owner-freebsd-python@FreeBSD.ORG Fri Jun 7 21:00:01 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 859A7C01 for ; Fri, 7 Jun 2013 21:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6CCC115D6 for ; Fri, 7 Jun 2013 21:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57L010R021632 for ; Fri, 7 Jun 2013 21:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57L01XK021631; Fri, 7 Jun 2013 21:00:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 21:00:01 GMT Message-Id: <201306072100.r57L01XK021631@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Michael Gmelin Subject: Re: ports/179419: [PATCH] editors/leo: Leo depends on databases/py-sqlite3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Gmelin List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 21:00:01 -0000 The following reply was made to PR ports/179419; it has been noted by GNATS. From: Michael Gmelin To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179419: [PATCH] editors/leo: Leo depends on databases/py-sqlite3 Date: Fri, 7 Jun 2013 22:57:22 +0200 --MP_/ey5hXOWV4OP6DV5J7WSWe7i Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline The original patch contained diffs of a backup file, please find attached a clean version. -- Michael Gmelin --MP_/ey5hXOWV4OP6DV5J7WSWe7i Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=leo-4.10_4.patch diff -ruN ../leo.orig/Makefile ./Makefile --- ../leo.orig/Makefile 2013-06-07 04:23:22.000000000 +0200 +++ ./Makefile 2013-06-07 22:23:24.251573605 +0200 @@ -1,9 +1,5 @@ -# New ports collection makefile for: leo -# Date created: 2002/11/17 -# Whom: Alan Eldridge -# +# Created by: Alan Eldridge # $FreeBSD: editors/leo/Makefile 311476 2013-02-03 18:16:54Z makc $ -# PORTNAME= leo PORTVERSION= 4.10 @@ -19,10 +15,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:${PORTSDIR}/textproc/py-docutils \ silvercity>=0:${PORTSDIR}/textproc/silvercity \ ${PYTHON_PKGNAMEPREFIX}Pmw>=0:${PORTSDIR}/x11-toolkits/py-Pmw \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui OPTIONS_DEFINE= PYENCHANT DOCS --MP_/ey5hXOWV4OP6DV5J7WSWe7i--