<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ae30e0466bce2c51b02c1c426cec961933ae111d">https://github.com/macports/macports-ports/commit/ae30e0466bce2c51b02c1c426cec961933ae111d</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 ae30e04  doxygen: add variant to build doxywizard with Qt5
</span>ae30e04 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ae30e0466bce2c51b02c1c426cec961933ae111d
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Jan 20 05:33:53 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    doxygen: add variant to build doxywizard with Qt5
</span>---
 textproc/doxygen/Portfile | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/doxygen/Portfile b/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b0b36bc..317b415 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup               cmake 1.0
</span> 
 name                    doxygen
 version                 1.8.13
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                2
</span> categories              textproc devel
 maintainers             css openmaintainer
 license                 GPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -126,13 +126,24 @@ variant docs description {Include the doxygen HTML and PDF documentation} {
</span>     use_parallel_build      no
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant wizard description {Include the GUI wizard based on Qt4} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant wizard requires qt4 description {Compatibility variant} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant qt4 conflicts qt5 description {Include the GUI wizard based on Qt4} {
</span>     # use the Qt4 PortGroup, which provides a bunch of variables
     # and defines for how Qt4 was installed
     PortGroup qt4 1.0
 
     # tell configure to make the wizard app
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   -Dbuild_wizard=YES
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   -Dbuild_wizard=YES -Dforce_qt4=YES
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant qt5 conflicts qt4 description {Include the GUI wizard based on Qt5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # use the Qt5 PortGroup, which provides a bunch of variables
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # and defines for how Qt5 was installed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup qt5 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # tell configure to make the wizard app
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   -Dbuild_wizard=ON
</span> }
 
 livecheck.type          regex
</pre><pre style='margin:0'>

</pre>