From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 2 09:40:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4241C16A4D9 for ; Thu, 2 Sep 2004 09:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C5C43D54 for ; Thu, 2 Sep 2004 09:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i829eOhS007732 for ; Thu, 2 Sep 2004 09:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i829eOUq007731; Thu, 2 Sep 2004 09:40:24 GMT (envelope-from gnats) Resent-Date: Thu, 2 Sep 2004 09:40:24 GMT Resent-Message-Id: <200409020940.i829eOUq007731@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tobias Roth Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C7E16A4CE for ; Thu, 2 Sep 2004 09:33:19 +0000 (GMT) Received: from secure.socket.ch (secure.socket.ch [212.254.206.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7629143D45 for ; Thu, 2 Sep 2004 09:33:18 +0000 (GMT) (envelope-from roth@secure.socket.ch) Received: from secure.socket.ch (localhost [127.0.0.1]) by secure.socket.ch (8.12.10/8.12.5) with ESMTP id i829XG2I051251 for ; Thu, 2 Sep 2004 11:33:16 +0200 (CEST) (envelope-from roth@secure.socket.ch) Received: (from roth@localhost) by secure.socket.ch (8.12.10/8.12.5/Submit) id i829XBAa051250; Thu, 2 Sep 2004 11:33:11 +0200 (CEST) Message-Id: <200409020933.i829XBAa051250@secure.socket.ch> Date: Thu, 2 Sep 2004 11:33:11 +0200 (CEST) From: Tobias Roth To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71279: [maintainer] deskutils/treeline 0.8.1 -> 0.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tobias Roth List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 09:40:24 -0000 >Number: 71279 >Category: ports >Synopsis: [maintainer] deskutils/treeline 0.8.1 -> 0.9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 02 09:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tobias Roth >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD localhost 5.2-CURRENT FreeBSD 5.2-CURRENT #10: Wed May 26 19:30:57 CEST 2004 toor@localhost:/usr/obj/usr/src/sys/FOOBAR i386 >Description: Update deskutils/treeline from 0.8.1 to 0.9.0 >How-To-Repeat: Attached is the diff. Files that differ from 0.8.1 are: Makefile distinfo files/patch-install.py pkg-plist No new files were added. >Fix: diff -ruN treeline.bak/Makefile treeline/Makefile --- treeline.bak/Makefile Thu Sep 2 11:25:34 2004 +++ treeline/Makefile Thu Sep 2 11:25:52 2004 @@ -6,7 +6,7 @@ # PORTNAME= treeline -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= deskutils python MASTER_SITES= http://www.bellz.org/treeline/ \ http://depot.fsck.ch/mirror/distfiles/ diff -ruN treeline.bak/distinfo treeline/distinfo --- treeline.bak/distinfo Thu Sep 2 11:25:34 2004 +++ treeline/distinfo Thu Sep 2 11:25:52 2004 @@ -1,2 +1,2 @@ -MD5 (treeline-0.8.1.tar.gz) = 5875be618f78e07ab1ee0862224f345d -SIZE (treeline-0.8.1.tar.gz) = 125190 +MD5 (treeline-0.9.0.tar.gz) = 4eefb145fcbf10a6d35a5b3ca59ddbdf +SIZE (treeline-0.9.0.tar.gz) = 147339 diff -ruN treeline.bak/files/patch-install.py treeline/files/patch-install.py --- treeline.bak/files/patch-install.py Thu Sep 2 11:25:34 2004 +++ treeline/files/patch-install.py Thu Sep 2 11:25:52 2004 @@ -1,13 +1,13 @@ ---- install.py.orig Wed Jul 7 19:59:06 2004 -+++ install.py Wed Jul 7 19:59:19 2004 -@@ -247,10 +247,6 @@ +--- install.py.orig Thu Sep 2 10:31:10 2004 ++++ install.py Thu Sep 2 10:31:35 2004 +@@ -257,10 +257,6 @@ 'dataFilePath = None', \ 'dataFilePath = \'%s\' # modified by install script\n' \ - % dataDir) + % dataPrefixDir) - if os.path.isdir('icons'): -- iconDir = os.path.join(prefixDir, 'share', 'icons') -- print ' Copying icon files to %s' % iconDir -- copyDir('icons', iconDir) +- iconBuildDir = os.path.join(buildRoot, prefixDir[1:], 'share', 'icons') +- print ' Copying icon files to %s' % iconBuildDir +- copyDir('icons', iconBuildDir) if siteCustomReqd: - createSiteCustomize() - createWrapper(pyDir, progName) + createSiteCustomize(siteCustomExt) + createWrapper(pythonPrefixDir, progName) diff -ruN treeline.bak/pkg-plist treeline/pkg-plist --- treeline.bak/pkg-plist Thu Sep 2 11:25:34 2004 +++ treeline/pkg-plist Thu Sep 2 11:25:52 2004 @@ -1,6 +1,10 @@ bin/treeline lib/python2.3/site-packages/sitecustomize.py lib/python2.3/site-packages/sitecustomize.pyc +lib/treeline/__init__.py +lib/treeline/__init__.pyc +lib/treeline/cmdline.py +lib/treeline/cmdline.pyc lib/treeline/docparam.py lib/treeline/docparam.pyc lib/treeline/fieldformat.py @@ -17,12 +21,16 @@ lib/treeline/gentime.pyc lib/treeline/helpview.py lib/treeline/helpview.pyc +lib/treeline/modsitecustom.py +lib/treeline/modsitecustom.pyc lib/treeline/numbering.py lib/treeline/numbering.pyc lib/treeline/option.py lib/treeline/option.pyc lib/treeline/optiondlg.py lib/treeline/optiondlg.pyc +lib/treeline/output.py +lib/treeline/output.pyc lib/treeline/printpreview.py lib/treeline/printpreview.pyc lib/treeline/recentfiles.py @@ -51,15 +59,22 @@ lib/treeline/treemainwin.pyc lib/treeline/treerightviews.py lib/treeline/treerightviews.pyc +lib/treeline/treestates.py +lib/treeline/treestates.pyc lib/treeline/treeview.py lib/treeline/treeview.pyc lib/treeline/undo.py lib/treeline/undo.pyc +lib/treeline/uninstall.py +lib/treeline/uninstall.pyc lib/treeline/xpm.py lib/treeline/xpm.pyc %%PORTDOCS%%%%DOCSDIR%%/README.html %%PORTDOCS%%%%DOCSDIR%%/readme.trl -%%PORTDOCS%%%%DOCSDIR%%/sample.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_basic.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_bookmarks.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_char_format.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_color_items.trl %%PORTDOCS%%%%DOCSDIR%%/sample_table.trl @dirrm lib/treeline %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: