<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/1dc522b2a72f49baa0b8116fde7b4a48fa219e77">https://github.com/macports/macports-ports/commit/1dc522b2a72f49baa0b8116fde7b4a48fa219e77</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 1dc522b2a72 mercurial: avoid including cargo_fetch PG inside variant Closes: https://trac.macports.org/ticket/63834
</span>1dc522b2a72 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1dc522b2a72f49baa0b8116fde7b4a48fa219e77
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Nov 8 10:14:53 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    mercurial: avoid including cargo_fetch PG inside variant
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63834
</span>---
 devel/mercurial/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/mercurial/Portfile b/devel/mercurial/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b83fa4d6d7b..c9dc73ee504 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/mercurial/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/mercurial/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,9 @@
</span> 
 PortSystem          1.0
 PortGroup           python 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset rust]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup       cargo_fetch 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 name                mercurial
 # don't forget to update dependents for mercurial:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -118,7 +121,6 @@ post-activate {
</span> }
 
 variant rust description {Enable experimental Rust optimizations} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup cargo_fetch 1.0
</span> 
     build.env-append HGWITHRUSTEXT=cpython CARGO_BUILD_TARGET=
     destroot.env-append HGWITHRUSTEXT=cpython CARGO_BUILD_TARGET=
</pre><pre style='margin:0'>

</pre>