<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2271af1907e66b941f264243f123e2c66b192318">https://github.com/macports/macports-ports/commit/2271af1907e66b941f264243f123e2c66b192318</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 2271af1907e mpd: add missing dependency
</span>2271af1907e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2271af1907e66b941f264243f123e2c66b192318
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Wed Mar 19 12:57:06 2025 +0400

<span style='display:block; white-space:pre;color:#404040;'>    mpd: add missing dependency
</span>---
 audio/mpd/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/mpd/Portfile b/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f6662e13acd..c3f4514a32f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,8 @@ set port_libfmt     libfmt11
</span> 
 depends_build-append \
     path:bin/pkg-config:pkgconfig \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    port:py${python_version}-sphinx
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    port:py${python_version}-sphinx \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    port:py${python_version}-sphinx_rtd_theme
</span> 
 # this port only uses boost headers during build
 # and does not link with any boost libraries
</pre><pre style='margin:0'>

</pre>