[119904] trunk/dports/office/treeline

mf2k at macports.org mf2k at macports.org
Fri May 9 12:58:39 PDT 2014


Revision: 119904
          https://trac.macports.org/changeset/119904
Author:   mf2k at macports.org
Date:     2014-05-09 12:58:39 -0700 (Fri, 09 May 2014)
Log Message:
-----------
treeline: Update to version 1.4.1. Update master_sites. Switch to python 2.7. (#34961)

Modified Paths:
--------------
    trunk/dports/office/treeline/Portfile
    trunk/dports/office/treeline/files/patch-SaveWindowGeom.diff

Modified: trunk/dports/office/treeline/Portfile
===================================================================
--- trunk/dports/office/treeline/Portfile	2014-05-09 19:33:23 UTC (rev 119903)
+++ trunk/dports/office/treeline/Portfile	2014-05-09 19:58:39 UTC (rev 119904)
@@ -4,11 +4,12 @@
 PortSystem          1.0
 
 name                treeline
-version             1.2.3
+version             1.4.1
 categories          office pim python
 maintainers         alpha
+platforms			darwin
+
 description         Advanced outliner and personal information manager
-
 long_description    Some would call TreeLine an Outliner, others would call \
                     it a PIM. Basically, it just stores almost any kind of \
                     information. A tree structure makes it easy to keep \
@@ -18,18 +19,19 @@
                     be shown on the screen, printed, or exported to html.
 
 homepage            http://treeline.bellz.org
-master_sites        http://download.berlios.de/treeline/
+master_sites        sourceforge
+
+checksums           rmd160  8649430eb07e6816acca6ea89f17cb8a309c3f68 \
+                    sha256  d66e0fcae9bcb5e54f664381f6af73f360f9ff46c91787a126c7197fbe685489
+                    
 worksrcdir          TreeLine
-platforms			darwin
-checksums           md5 6919a85cdb46238c00b2c5bf19c9f89c \
-                    sha1 fae4e0511422c7bdcb3d26b31e3cebaec5446774 \
-                    rmd160 72dea37eabedb595ca6c690d98f8b2b8aec74a1d
 
 # Can use either py*-pyqt4 or py*-pyqt4-devel.
-depends_lib         path:share/py25-sip/PyQt4:py25-pyqt4 port:aspell
+depends_lib         path:share/py27-sip/PyQt4:py27-pyqt4 \
+                    port:aspell
 
 patchfiles          patch-SaveWindowGeom.diff
-destroot.cmd        ${prefix}/bin/python2.5 install.py
+destroot.cmd        ${prefix}/bin/python2.7 install.py
 destroot.target
 destroot.args       -p ${prefix} -b ${destroot}
 destroot.destdir

Modified: trunk/dports/office/treeline/files/patch-SaveWindowGeom.diff
===================================================================
--- trunk/dports/office/treeline/files/patch-SaveWindowGeom.diff	2014-05-09 19:33:23 UTC (rev 119903)
+++ trunk/dports/office/treeline/files/patch-SaveWindowGeom.diff	2014-05-09 19:58:39 UTC (rev 119904)
@@ -1,12 +1,11 @@
-diff -r 20a40e61603a source/optiondefaults.py
---- source/optiondefaults.py	Wed Feb 25 00:40:20 2009 +0100
-+++ source/optiondefaults.py	Wed Feb 25 00:41:26 2009 +0100
-@@ -144,7 +144,7 @@
-             "StartShowChildren    yes",
+--- source/optiondefaults.py.orig	2011-10-25 07:10:55.000000000 -0400
++++ source/optiondefaults.py	2012-06-24 14:53:20.000000000 -0400
+@@ -149,7 +149,7 @@
              "StartShowDescend     no",
+             "ShowStatusBar        yes",
              "PersistTreeState     yes",
 -            "SaveWindowGeom       yes",
 +            "SaveWindowGeom       no",
+             "#",
              "ClickRename          yes",
              "DragTree             yes",
-             "InsertOnEnter        yes",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140509/84a07e2b/attachment.html>


More information about the macports-changes mailing list