svn commit: r320619 - head/editors/leo

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Jun 11 18:22:14 UTC 2013


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 at 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 at geeksrus.net>
-#
+# Created by: Alan Eldridge <ports at 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


More information about the svn-ports-all mailing list