<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/e7c9e599747d9ec9a8edc942fe8ee941bdc4ba25">https://github.com/macports/macports-ports/commit/e7c9e599747d9ec9a8edc942fe8ee941bdc4ba25</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 e7c9e59  inkscape: fix livecheck
</span>e7c9e59 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e7c9e599747d9ec9a8edc942fe8ee941bdc4ba25
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Jan 5 01:49:26 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    inkscape: fix livecheck
</span>---
 graphics/inkscape/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape/Portfile b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a1f1e78..a65db78 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -140,4 +140,4 @@ if {[variant_isset gtk3]} {
</span> 
 livecheck.type      regex
 livecheck.url       https://inkscape.org/en/download/source/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     "stable version\.* (\\d+(?:\\.\\d+)*)<"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</span></pre><pre style='margin:0'>

</pre>