<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/058beff48488cd691cacbb19bae6d768dd7b477f">https://github.com/macports/macports-ports/commit/058beff48488cd691cacbb19bae6d768dd7b477f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 058beff48488cd691cacbb19bae6d768dd7b477f
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Jun 8 17:30:47 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    vigra: migrate to boost PG
</span>---
 graphics/vigra/Portfile | 37 ++++++++++++++++---------------------
 1 file changed, 16 insertions(+), 21 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 808865db84f..0a6d511c742 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;'>@@ -6,10 +6,11 @@ PortGroup           active_variants 1.1
</span> PortGroup           compiler_blacklist_versions 1.0
 PortGroup           cmake 1.1
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 github.setup        ukoethe vigra 1-11-1 Version-
 version             [strsed ${github.version} {g/-/./}]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            13
</span> categories          graphics
 platforms           darwin
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,66 +102,60 @@ if {[variant_isset valgrind]} {
</span> variant python27 conflicts python35 python36 python37 python38 python39 description "Also build vigranumpy python27 bindings" {
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-2.7
<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:python27 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python27 \
</span>                         port:py27-numpy \
                         port:py27-sphinx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    require_active_variants boost python27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants [boost::depends_portname] python27
</span> }
 
 variant python35 conflicts python27 python36 python37 python38 python39 description "Also build vigranumpy python35 bindings" {
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.5 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.5
<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:python35 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python35 \
</span>                         port:py35-numpy \
                         port:py35-sphinx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    require_active_variants boost python35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants [boost::depends_portname] python35
</span> }
 
 variant python36 conflicts python27 python35 python37 python38 python39 description "Also build vigranumpy python36 bindings" {
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.6 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.6
<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:python36 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python36 \
</span>                         port:py36-numpy \
                         port:py36-sphinx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    require_active_variants boost python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants [boost::depends_portname] python36
</span> }
 
 variant python37 conflicts python27 python35 python36 python38 python39 description "Also build vigranumpy python37 bindings" {
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.7 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.7
<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:python37 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python37 \
</span>                         port:py37-numpy \
                         port:py37-sphinx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    require_active_variants boost python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants [boost::depends_portname] python37
</span> }
 
 variant python38 conflicts python27 python35 python36 python37 python39 description "Also build vigranumpy python38 bindings" {
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.8 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.8
<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:python38 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python38 \
</span>                         port:py38-numpy \
                         port:py38-sphinx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    require_active_variants boost python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants [boost::depends_portname] python38
</span> }
 
 variant python39 conflicts python27 python35 python36 python37 python38 description "Also build vigranumpy python39 bindings" {
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.9 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-3.9
<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:python39 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python39 \
</span>                         port:py39-numpy \
                         port:py39-sphinx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    require_active_variants boost python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants [boost::depends_portname] python39
</span> }
 
 if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # default for boost is python38
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # default for boost
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python39
</span> }
 
 if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</pre><pre style='margin:0'>

</pre>