<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/db4cfd91332a47f3f403c9b31a79fd0e5ab8d69f">https://github.com/macports/macports-ports/commit/db4cfd91332a47f3f403c9b31a79fd0e5ab8d69f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit db4cfd91332a47f3f403c9b31a79fd0e5ab8d69f
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Oct 30 08:28:52 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    nifticlib: add size to checksums
</span>---
 graphics/nifticlib/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/nifticlib/Portfile b/graphics/nifticlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2a3829..0a6db52 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/nifticlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/nifticlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,7 +20,8 @@ platforms           darwin
</span> master_sites        sourceforge:niftilib
 
 checksums           rmd160  7d702c3ec4c33bfb6120ac73316770cbd779a780 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  a3e988e6a32ec57833056f6b09f940c69e79829028da121ff2c5c6f7f94a7f88
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  a3e988e6a32ec57833056f6b09f940c69e79829028da121ff2c5c6f7f94a7f88 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    258491
</span> 
 configure.args      -DBUILD_SHARED_LIBS:BOOL=True \
                     -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib
</pre><pre style='margin:0'>

</pre>