From owner-svn-ports-branches@freebsd.org Wed Nov 18 18:26:13 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44F57A31FF6; Wed, 18 Nov 2015 18:26:13 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E99FF1ED1; Wed, 18 Nov 2015 18:26:12 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAIIQCqt016082; Wed, 18 Nov 2015 18:26:12 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAIIQBnA016080; Wed, 18 Nov 2015 18:26:11 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201511181826.tAIIQBnA016080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 18 Nov 2015 18:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r401887 - branches/2015Q4/editors/leo X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 18:26:13 -0000 Author: rm Date: Wed Nov 18 18:26:11 2015 New Revision: 401887 URL: https://svnweb.freebsd.org/changeset/ports/401887 Log: MFH: r401886 editors/leo: fix runtime - fix runtime - limit to python 2.x, because port's dependency textproc/silvercity fails to build with python3 - bump PORTREVISION because of package change PR: 200920 Submitted by: Michael Krauss Approved by: portmgr (blanket) Modified: branches/2015Q4/editors/leo/Makefile branches/2015Q4/editors/leo/pkg-descr Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/editors/leo/Makefile ============================================================================== --- branches/2015Q4/editors/leo/Makefile Wed Nov 18 18:24:18 2015 (r401886) +++ branches/2015Q4/editors/leo/Makefile Wed Nov 18 18:26:11 2015 (r401887) @@ -3,7 +3,7 @@ PORTNAME= leo PORTVERSION= 5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors python MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final DISTNAME= Leo-${PORTVERSION}-final @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli NO_ARCH= yes -USES= python shebangfix zip +USES= python:2 shebangfix zip SHEBANG_FILES= leo/doc/html/fixup.pl leo/external/saveleo USE_PYTHON= autoplist distutils @@ -35,4 +35,8 @@ OPTIONS_DEFINE= DOCS PYENCHANT PYENCHANT_DESC= Spell checking support via PyEnchant PYENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant +post-install: + @${REINPLACE_CMD} -e 's,===,==,' ${STAGEDIR}${PREFIX}/bin/leo \ + ${STAGEDIR}${PREFIX}/bin/leoc + .include Modified: branches/2015Q4/editors/leo/pkg-descr ============================================================================== --- branches/2015Q4/editors/leo/pkg-descr Wed Nov 18 18:24:18 2015 (r401886) +++ branches/2015Q4/editors/leo/pkg-descr Wed Nov 18 18:26:11 2015 (r401887) @@ -17,6 +17,6 @@ * Leo is portable. Leo.py is 100% pure Python and will run on any platform supporting Python and PyQt, 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://leoeditor.com/