<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/53d3e84ef4f24fa98139bbb08344db6a96e54ba3">https://github.com/macports/macports-ports/commit/53d3e84ef4f24fa98139bbb08344db6a96e54ba3</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 53d3e84  py-gd: add license
</span>53d3e84 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 53d3e84ef4f24fa98139bbb08344db6a96e54ba3
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Feb 18 13:13:28 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-gd: add license
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Now installs license text (LICENSE) as required by license.
</span>---
 python/py-gd/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-gd/Portfile b/python/py-gd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a01866..9a166f2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-gd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-gd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           python 1.0
 
 github.setup        Solomoriah gdmodule 0.59 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             Permissive
</span> name                py-gd
 categories-append   graphics
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +39,7 @@ if {${name} ne ${subport}} {
</span>     build.env       LDFLAGS="-L${prefix}/lib"
 
     post-destroot   {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 644 -W ${worksrcpath} README gd-ref.html \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 644 -W ${worksrcpath} README LICENSE gd-ref.html \
</span>             install_notes.html ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 ${worksrcpath}/demo/gddemo.py \
             ${destroot}${prefix}/share/doc/${subport}/examples/
</pre><pre style='margin:0'>

</pre>