Bug 179419 - [PATCH] editors/leo: Leo depends on databases/py-sqlite3
Summary: [PATCH] editors/leo: Leo depends on databases/py-sqlite3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-07 21:40 UTC by Michael Gmelin
Modified: 2013-06-11 19:31 UTC (History)
0 users

See Also:


Attachments
leo-4.10_4.patch (3.31 KB, patch)
2013-06-07 21:40 UTC, Michael Gmelin
no flags Details | Diff
leo-4.10_4.patch (1.03 KB, patch)
2013-06-07 21:57 UTC, Michael Gmelin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gmelin 2013-06-07 21:40:01 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-07 21:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Michael Gmelin 2013-06-07 21:57:22 UTC
The original patch contained diffs of a backup file, please find
attached a clean version.

-- 
Michael Gmelin
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-06-10 09:31:09 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-11 19:22:28 UTC
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"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-06-11 19:31:21 UTC
State Changed
From-To: open->closed

Committed what's left, thank you!