<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/4032b83b3565648b3a424784e433376bea74ebaf">https://github.com/macports/macports-guide/commit/4032b83b3565648b3a424784e433376bea74ebaf</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 4032b83  Add categories line to the shortcut obsolete Portfile example
</span>4032b83 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4032b83b3565648b3a424784e433376bea74ebaf
</span>Author: Kurt Hindenburg <kurt.hindenburg@gmail.com>
AuthorDate: Thu Oct 5 20:50:31 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    Add categories line to the shortcut obsolete Portfile example
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    lint requires each port have a categories line
</span>---
 guide/xml/portfiledev.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfiledev.xml b/guide/xml/portfiledev.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 8a1cd64..c1d67db 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfiledev.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfiledev.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1102,7 +1102,9 @@ PortGroup           obsolete 1.0
</span> name                skrooge-devel
 svn.revision        1215845
 version             0.8.0-${svn.revision}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2</programlisting>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+categories          kde finance
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        </programlisting>
</span> 
         <para>The PortGroup defines a number of reasonable defaults for a port that is only
           there to inform users that they should uninstall it and install something else
</pre><pre style='margin:0'>

</pre>