<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/20b2637900cae02b2c809168942f035f92414a2a">https://github.com/macports/macports-ports/commit/20b2637900cae02b2c809168942f035f92414a2a</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 20b2637900c qhull: clean up unused pg, compatibility variant
</span>20b2637900c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 20b2637900cae02b2c809168942f035f92414a2a
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Mon Jun 21 09:22:03 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qhull: clean up unused pg, compatibility variant
</span>---
 math/qhull/Portfile | 4 ----
 1 file changed, 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/qhull/Portfile b/math/qhull/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6c746e82a28..60ca6ac06d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/qhull/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/qhull/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem 1.0
 PortGroup           cmake 1.1
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        qhull qhull 2020.2
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,9 +30,6 @@ checksums           rmd160  5cb0fa2126f6ce7b278ef52d1be820da72a45db4 \
</span>                     sha256  59356b229b768e6e2b09a701448bfa222c37b797a84f87f864f97462d8dbc7c5 \
                     size    1307213
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# remove after June 17, 2021
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant perf requires native description {Legacy compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant native description {Build with best native support for local CPU capabilities} {
     configure.optflags  -O3 -pipe -march=native
 }
</pre><pre style='margin:0'>

</pre>