<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9195bd6a3028f0ceb381399590c447a4098b76da">https://github.com/macports/macports-ports/commit/9195bd6a3028f0ceb381399590c447a4098b76da</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9195bd6a3028f0ceb381399590c447a4098b76da
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Tue Dec 26 14:57:58 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    coreutils: Add size to checksums
</span><span style='display:block; white-space:pre;color:#404040;'>     - Minor whitespace fixes.
</span>---
 sysutils/coreutils/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils/Portfile b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8cde403..1f3fc8a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,8 +11,8 @@ platforms       darwin
</span> license         GPL-3+
 installs_libs   no
 maintainers     nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description     GNU File, Shell, and Text utilities
</span> 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+description     GNU File, Shell, and Text utilities
</span> long_description \
     The GNU Core Utilities are the basic file, shell, and text \
     manipulation utilities of the GNU operating system. These are the \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,15 +27,16 @@ master_sites    gnu
</span> use_xz          yes
 
 checksums       rmd160  67dd9ca3f210d7631ba9d25db8842bb077a55526 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                sha256  1117b1a16039ddd84d51a9923948307cfa28c2cea03d1a2438742253df0a0c65
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                sha256  1117b1a16039ddd84d51a9923948307cfa28c2cea03d1a2438742253df0a0c65 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                size    5252336
</span> 
 depends_lib \
     port:gettext \
     port:gmp \
     port:libiconv
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --disable-silent-rules \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --program-prefix=g
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args  --disable-silent-rules \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --program-prefix=g
</span> 
 # Whether deliberately or not, some users run MacPorts as root without privilege dropping.
 configure.env-append    FORCE_UNSAFE_CONFIGURE=1
</pre><pre style='margin:0'>

</pre>