<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4f50e85e854d4746d7b28cab89e73764b3d72581">https://github.com/macports/macports-ports/commit/4f50e85e854d4746d7b28cab89e73764b3d72581</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4f50e85e854d4746d7b28cab89e73764b3d72581
</span>Author: Ryan Schmidt <git@ryandesign.com>
AuthorDate: Sat Mar 3 18:30:28 2018 -0600
<span style='display:block; white-space:pre;color:#404040;'> qgis: Move homepage under license
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/55905
</span>---
gis/qgis/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis/Portfile b/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 07bdfe3..79ba2ac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,6 @@ PortGroup qt4 1.0
</span> name qgis
version 2.18.14
#revision 2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://www.qgis.org/
</span> categories gis
maintainers {vince @Veence}
description QGIS is a user-friendly GIS based on Qt 4
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +21,8 @@ long_description QGIS is an alternative to commercial GIS such as ESRI produc
</span> platforms darwin
license GPL-2+
<span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage http://www.qgis.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set version_u [string map {. _} ${version}]
#github.setup qgis QGIS ${version_u} final-
distname final-${version_u}
</pre><pre style='margin:0'>
</pre>