<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b711d42e1085daa5b54a8858317b491c3934489b">https://github.com/macports/macports-ports/commit/b711d42e1085daa5b54a8858317b491c3934489b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b711d42e1085daa5b54a8858317b491c3934489b
</span>Author: reneeotten <reneeotten@users.noreply.github.com>
AuthorDate: Sat Feb 23 22:08:06 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-gtkmvc: fix livecheck, update homepage
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> - add license
</span>---
python/py-gtkmvc/Portfile | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-gtkmvc/Portfile b/python/py-gtkmvc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fa470e1..860a43a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-gtkmvc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-gtkmvc/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;'>@@ -7,6 +9,7 @@ revision 2
</span> categories-append x11
platforms darwin
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+license LGPL-2.1+
</span>
description Model-View-Controller for PyGTK2
long_description This is an implementation of the Model-View-Controller and Observer \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,9 +18,9 @@ long_description This is an implementation of the Model-View-Controller and O
</span> The MVC pattern basically helps in separating sematics and data of the \
application, from their representation. The Observer pattern is also \
embedded here. This pattern allows making separated parts independent, \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- but still connected each other.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ but still connected each other.
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://pygtkmvc.sourceforge.net/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://sourceforge.net/projects/pygtkmvc
</span> master_sites sourceforge:pygtkmvc
distname python-gtkmvc-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,4 +38,8 @@ if {${name} ne ${subport}} {
</span> copy ${worksrcpath}/docs ${worksrcpath}/examples \
${worksrcpath}/README ${destroot}${prefix}/share/doc/${subport}
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ livecheck.type none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+} else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ livecheck.regex pygtkmvc/(\\d+(?:\\.\\d+)*)
</span> }
</pre><pre style='margin:0'>
</pre>