Leo depends on databases/py-sqlite3, the attached patch adds the dependency and updates Makefile to new-style headers. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
The original patch contained diffs of a backup file, please find attached a clean version. -- Michael Gmelin
Responsible Changed From-To: freebsd-python->rm I will take it.
Author: rm Date: Tue Jun 11 18:22:13 2013 New Revision: 320619 URL: http://svnweb.freebsd.org/changeset/ports/320619 Log: - trim Makefile header (other changes from PR were committed independently) while here: - whitespace fix in pkg-descr - change USE_PYTHON to just ``yes'' (we haven't python's lt 2.6 in the tree) PR: 179419 Submitted by: Michael Gmelin <freebsd@grem.de> Modified: head/editors/leo/Makefile head/editors/leo/pkg-descr Modified: head/editors/leo/Makefile ============================================================================== --- head/editors/leo/Makefile Tue Jun 11 17:45:19 2013 (r320618) +++ head/editors/leo/Makefile Tue Jun 11 18:22:13 2013 (r320619) @@ -1,9 +1,5 @@ -# New ports collection makefile for: leo -# Date created: 2002/11/17 -# Whom: Alan Eldridge <ports@geeksrus.net> -# +# Created by: Alan Eldridge <ports@geeksrus.net> # $FreeBSD$ -# PORTNAME= leo PORTVERSION= 4.10 @@ -32,7 +28,7 @@ PYENCHANT_DESC= Enable PyEnchant support WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final USE_ZIP= yes -USE_PYTHON= 2.6+ +USE_PYTHON= yes LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo Modified: head/editors/leo/pkg-descr ============================================================================== --- head/editors/leo/pkg-descr Tue Jun 11 17:45:19 2013 (r320618) +++ head/editors/leo/pkg-descr Tue Jun 11 18:22:13 2013 (r320619) @@ -13,6 +13,6 @@ * Leo is fully scriptable using Python and saves its files in XML format. * Leo is portable. Leo.py is 100% pure Python and will run on any platform supporting Python and Tk/tcl, including Windows, Linux and MacOS X. -* Leo is Open Software, distributed under the Python License. +* Leo is Open Software, distributed under the Python License. WWW: http://webpages.charter.net/edreamleo/front.html _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed what's left, thank you!