<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ed6bc172c08c717c7bfbb62ecb766992ad842cc8">https://github.com/macports/macports-ports/commit/ed6bc172c08c717c7bfbb62ecb766992ad842cc8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ed6bc172c08c717c7bfbb62ecb766992ad842cc8
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Oct 26 21:34:33 2018 +0100
<span style='display:block; white-space:pre;color:#404040;'> util-linux: Migrate to legacysupport PortGroup
</span>---
devel/util-linux/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/util-linux/Portfile b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 35cf044..852ab8c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,9 +2,10 @@
</span>
PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup snowleopard_fixes 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup legacysupport 1.0
</span>
github.setup karelzak util-linux 2.32.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
platforms darwin
</pre><pre style='margin:0'>
</pre>