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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/08921402380cc0a06c0b112af75e415062c49add">https://github.com/macports/macports-ports/commit/08921402380cc0a06c0b112af75e415062c49add</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 08921402380 qtads: add use_xcode yes to fix qmake5 PG issue
</span>08921402380 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 08921402380cc0a06c0b112af75e415062c49add
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Sat Jun 4 11:24:57 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qtads: add use_xcode yes to fix qmake5 PG issue
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    see: https://trac.macports.org/ticket/65293
</span>---
 games/qtads/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/qtads/Portfile b/games/qtads/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d56f5c09956..522ce40a759 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/qtads/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/qtads/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,9 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           qmake5 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/65293
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_xcode           yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.setup        realnc qtads 3.3.0 v
 revision            0
 github.tarball_from releases
</pre><pre style='margin:0'>

</pre>