<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9cbbada78a1650a88387c1bf233e213a3f008bf7">https://github.com/macports/macports-ports/commit/9cbbada78a1650a88387c1bf233e213a3f008bf7</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 9cbbada  util-linux: add hardlink program
</span>9cbbada is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9cbbada78a1650a88387c1bf233e213a3f008bf7
</span>Author: Kurt Hindenburg <kurt.hindenburg@gmail.com>
AuthorDate: Fri Aug 30 10:46:32 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    util-linux: add hardlink program
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/58901
</span>---
 devel/util-linux/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<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 90a7cd6..fcf40e4 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;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           legacysupport 1.0
 
 github.setup        karelzak util-linux 2.34 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> set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,12 +63,13 @@ configure.args      --disable-agetty \
</span>                     --without-python
 
 # When adding new programs, check the .c file for license
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.target        colcrt column look rename rev scriptreplay setsid
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.target        colcrt column hardlink look rename rev scriptreplay setsid
</span> 
 destroot {
     foreach path {
             text-utils/colcrt
             text-utils/column
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            misc-utils/hardlink
</span>             misc-utils/look
             misc-utils/rename
             text-utils/rev
</pre><pre style='margin:0'>

</pre>