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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/39dd6843978ee8f0e9f39774202132e130687ae0">https://github.com/macports/macports-ports/commit/39dd6843978ee8f0e9f39774202132e130687ae0</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 39dd684  deal.ii: Allow graphviz-devel to satisfy dep
</span>39dd684 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 39dd6843978ee8f0e9f39774202132e130687ae0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Oct 3 19:57:22 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    deal.ii: Allow graphviz-devel to satisfy dep
</span>---
 math/deal.ii/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/deal.ii/Portfile b/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f0b9b6b..17a6d9a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,7 +116,7 @@ if {[mpi_variant_isset]} {
</span> 
 variant docs description "Install ${name} documentation" {
     depends_build-append  port:doxygen \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                          port:graphviz \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                          path:bin/dot:graphviz \
</span>                           port:perl5.28
     configure.args-append -DDEAL_II_COMPONENT_DOCUMENTATION=ON \
                           -DPERL_EXECUTABLE=${prefix}/bin/perl5.28
</pre><pre style='margin:0'>

</pre>