<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/2eeb873a7525c2ad6e8594066881912c9c8211a9">https://github.com/macports/macports-ports/commit/2eeb873a7525c2ad6e8594066881912c9c8211a9</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 2eeb873a752 scidavis: Use qt5 PG
</span>2eeb873a752 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2eeb873a7525c2ad6e8594066881912c9c8211a9
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 5 19:10:29 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    scidavis: Use qt5 PG
</span>---
 science/scidavis/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/scidavis/Portfile b/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3b864eeaf95..b4a6edc3058 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           qt5 1.0
</span> PortGroup           cmake 1.1
 PortGroup           compiler_blacklist_versions 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +26,7 @@ compiler.blacklist-append   *gcc* {clang < 318.0.61}
</span> depends_lib-append  port:gsl \
                     port:muparser \
                     port:zlib \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:gl2ps \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:qt5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:gl2ps
</span> 
 checksums           rmd160  3e2870915fd9694dad00bc23f1b489930ef61788 \
                     sha256  16506234115949b3f46ebfadc5add15c0d7d95367a6fb60f5042fcbf1d95e70e \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,8 @@ universal_variant   no
</span> 
 configure.args-append   -DORIGIN_IMPORT="ON"
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+qt5.depends_component qtimageformats
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant python39 description "add support for python scripting" {
     depends_lib-append port:python39 \
                        port:py39-sip \
</pre><pre style='margin:0'>

</pre>