ports/179419: [PATCH] editors/leo: Leo depends on databases/py-sqlite3

Michael Gmelin freebsd at grem.de
Fri Jun 7 21:00:01 UTC 2013


The following reply was made to PR ports/179419; it has been noted by GNATS.

From: Michael Gmelin <freebsd at grem.de>
To: bug-followup at 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 <ports at geeksrus.net>
 -#
 +# Created by: Alan Eldridge <ports at geeksrus.net>
  # $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--


More information about the freebsd-python mailing list