<pre style='margin:0'>
NicosPavlov pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ec35a394345e0f5ce04ba6d6167ef13870437f0b">https://github.com/macports/macports-ports/commit/ec35a394345e0f5ce04ba6d6167ef13870437f0b</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 ec35a39 msieve: put all variant instructions together
</span>ec35a39 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ec35a394345e0f5ce04ba6d6167ef13870437f0b
</span>Author: Nicolas Pavillon <nicos@macports.org>
AuthorDate: Tue Nov 15 09:48:37 2016 +0900
<span style='display:block; white-space:pre;color:#404040;'> msieve: put all variant instructions together
</span>---
math/msieve/Portfile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/msieve/Portfile b/math/msieve/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 88fe9fd..2c7182a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/msieve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/msieve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,10 +33,6 @@ post-patch {
</span>
use_configure no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset ecm]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- build.args ECM=1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> build.env CFLAGS="${configure.cflags}" \
CPATH="${compiler.cpath}" \
LIBRARY_PATH="${compiler.library_path}" \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,7 +55,8 @@ destroot {
</span> }
variant ecm description "Use elliptic curve method for factorisation" {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:gmp-ecm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:gmp-ecm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ build.args ECM=1
</span> }
livecheck.type regex
</pre><pre style='margin:0'>
</pre>