<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5f3cdfa912292e6aafc7f25fd9f1299713d32b26">https://github.com/macports/macports-ports/commit/5f3cdfa912292e6aafc7f25fd9f1299713d32b26</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5f3cdfa912292e6aafc7f25fd9f1299713d32b26
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Feb 27 08:22:52 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    rednotebook: add modeline and adjust indentation accordingly
</span>---
 office/rednotebook/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/rednotebook/Portfile b/office/rednotebook/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index abbd603..1843807 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/rednotebook/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/rednotebook/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,5 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    
</span> PortSystem          1.0
 PortGroup           python 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,11 +10,10 @@ categories          office
</span> license             GPL-2+
 maintainers         nomaintainer
 description         Diary and journal application
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   RedNotebook is a graphical diary and journal helping you keep track of \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   notes and thoughts. It includes calendar navigation, customizable \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   templates, export functionality and word clouds. You can also format, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   tag and search your entries.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    RedNotebook is a graphical diary and journal helping you keep track of \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    notes and thoughts. It includes calendar navigation, customizable \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    templates, export functionality and word clouds. You can also format, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    tag and search your entries.
</span> 
 platforms           darwin
 supported_archs     noarch
</pre><pre style='margin:0'>

</pre>