<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/4a8ccb82afe743fdfc7ce20af6c06dde03d9d11f">https://github.com/macports/macports-ports/commit/4a8ccb82afe743fdfc7ce20af6c06dde03d9d11f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4a8ccb82afe743fdfc7ce20af6c06dde03d9d11f
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Aug 10 12:36:00 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ntl: remove unnecessary code from Portfile
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Testing is off by default.
</span>---
 math/ntl/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ntl/Portfile b/math/ntl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 78c1a88..7ec8c5f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ntl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ntl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,8 +23,6 @@ checksums               md5 0aac5c680eee09a19732e1601b237a0b \
</span> 
 depends_build           path:bin/perl:perl5
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-test.run                no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.pre_args      PREFIX=\"${prefix}\" DOCDIR=\"${prefix}/share/doc\"
 configure.args          NTL_STD_CXX=on \
                         CC=\"\$CC\" CXX=\"\$CXX\" CFLAGS=\"\$CFLAGS\" CXXFLAGS=\"\$CXXFLAGS\"
</pre><pre style='margin:0'>

</pre>