<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c57c0de7f742675527e2d051a0fd3a5f024e8d58">https://github.com/macports/macports-ports/commit/c57c0de7f742675527e2d051a0fd3a5f024e8d58</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c57c0de7f742675527e2d051a0fd3a5f024e8d58
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Tue Dec 17 10:41:41 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    vigra: remove python34 variant, add size
</span>---
 graphics/vigra/Portfile | 25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/vigra/Portfile b/graphics/vigra/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f0ad82d..cd3511f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/vigra/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/vigra/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,8 @@ long_description    VIGRA stands for \"Vision with Generic Algorithms\". \
</span> homepage            https://ukoethe.github.io/vigra/
 
 checksums           rmd160  21378c72a0702cbdd4de4d79c59f0587f6bcde8d \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  b0cdf67e283d2b52e35a45cdcff44453b5b73a9b7d7a1ca84d6508107e49832f
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  b0cdf67e283d2b52e35a45cdcff44453b5b73a9b7d7a1ca84d6508107e49832f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    34212258
</span> 
 depends_lib         port:jpeg \
                     port:tiff \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,7 +94,7 @@ if {[variant_isset valgrind]} {
</span>     configure.args-append -DWITH_VALGRIND=NO
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 python36 python37 description "Also build vigranumpy python27 bindings" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 python36 python37 description "Also build vigranumpy python27 bindings" {
</span>     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-2.7
     depends_lib-append  port:boost \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -103,17 +104,7 @@ variant python27 conflicts python34 python35 python36 python37 description "Also
</span>     require_active_variants boost python27
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 python36 python37 description "Also build vigranumpy python34 bindings" {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  port:boost \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:python34 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py34-numpy \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py34-sphinx
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    require_active_variants boost python34
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python34 python36 python37 description "Also build vigranumpy python35 bindings" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python36 python37 description "Also build vigranumpy python35 bindings" {
</span>     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.5 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.5
     depends_lib-append  port:boost \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,7 +114,7 @@ variant python35 conflicts python27 python34 python36 python37 description "Also
</span>     require_active_variants boost python35
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python34 python35 python37 description "Also build vigranumpy python36 bindings" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 python37 description "Also build vigranumpy python36 bindings" {
</span>     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.6 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.6
     depends_lib-append  port:boost \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -133,7 +124,7 @@ variant python36 conflicts python27 python34 python35 python37 description "Also
</span>     require_active_variants boost python36
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python34 python35 python36 description "Also build vigranumpy python37 bindings" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python35 python36 description "Also build vigranumpy python37 bindings" {
</span>     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.7 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.7
     depends_lib-append  port:boost \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -143,11 +134,11 @@ variant python37 conflicts python27 python34 python35 python36 description "Also
</span>     require_active_variants boost python37
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]} {
</span>     default_variants +python27
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37]} {
</span>     configure.args-append -DWITH_VIGRANUMPY=NO
 }
 
</pre><pre style='margin:0'>

</pre>