<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/47def9597878176967e78593ed8586ab51f1fd00">https://github.com/macports/macports-ports/commit/47def9597878176967e78593ed8586ab51f1fd00</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 47def9597878176967e78593ed8586ab51f1fd00
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Fri Jul 28 08:32:23 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    stgit: Fix license. Whitespace.
</span>---
 devel/stgit/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/stgit/Portfile b/devel/stgit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f2beb2..501d6a9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/stgit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/stgit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           python 1.0
</span> name                stgit
 version             0.17.1
 categories          devel python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             GPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             GPL-3
</span> platforms           darwin
 maintainers         nomaintainer
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +25,10 @@ long_description    StGIT is a Python application providing similar \
</span>                     SCM operations, either use plain GIT commands or the \
                     Cogito tool but it is not recommended to mix them with \
                     the StGIT commands.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> homepage            http://procode.org/stgit/
 master_sites        http://repo.or.cz/stgit.git/snapshot/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums           rmd160  60261f23324c1bb6c5165cc23a9280850ef23c34 \
                     sha256  467e2271fb48d73733aa756ed68e53525bce7c4d52a12901f3fca310ba17e310
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +37,7 @@ worksrcdir          stgit-48e5cef
</span> 
 depends_run         port:git
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.default_version 27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.default_version  27
</span> 
 patch.pre_args      -p1
 
</pre><pre style='margin:0'>

</pre>