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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e3809c33cce9e6695e97cb1017a358db5dc7a198">https://github.com/macports/macports-ports/commit/e3809c33cce9e6695e97cb1017a358db5dc7a198</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 e3809c3  gnuradio*: variant +docs requires LaTeX and DVIPS, which are provided by texlive-latex, either directly or via "doxygen +docs"; rev-bump all ports for the new dependency.
</span>e3809c3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e3809c33cce9e6695e97cb1017a358db5dc7a198
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Jan 7 22:03:02 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio*: variant +docs requires LaTeX and DVIPS, which are provided by texlive-latex, either directly or via "doxygen +docs"; rev-bump all ports for the new dependency.
</span>---
 science/gnuradio/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4ed02d3..c07ff47 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,7 @@ dist_subdir         gnuradio
</span> if {${subport} eq ${name}} {
 
     github.setup    gnuradio gnuradio 3.7.10.1 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        2
</span> 
     long_description    ${description}: \
         This port is kept up with the GNU Radio release, currently ${version}, which is typically updated every few months.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,6 +53,7 @@ subport gnuradio-devel {
</span> 
     github.setup        gnuradio gnuradio 3f14e437aae69e5a96be4f777f4314945dbc2955
     version             20161213
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision            1
</span>     checksums \
         rmd160 baeb52fc8400885021b41bc44c47236a55fabb84 \
         sha256 11504b9acacc62bb42bccc429444286f3045a8c7a727e9fb68a737e2ce666682
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +74,7 @@ subport gnuradio-next {
</span> 
     github.setup        gnuradio gnuradio 68eb2afc2128b2fe942a6be48c903dea6b4b4489
     version             20160816
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision            2
</span>     checksums \
         rmd160 cb297ba374c6af5c7fded74a259333e2e171e8eb \
         sha256 6c6353f19e5dd4c54edf99a26fef778ce440e10270e498191c13732b02e61d7f
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -226,7 +227,8 @@ variant docs description "Install GNU Radio documentation" {
</span>         port:xmlto
 
     depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py27-sphinx
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:py27-sphinx \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:texlive-latex
</span> 
     configure.args-append \
         -DENABLE_DOXYGEN=ON \
</pre><pre style='margin:0'>

</pre>