<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/392c0d18bbd4061c49513e4ffadd87bb13f5797f">https://github.com/macports/macports-ports/commit/392c0d18bbd4061c49513e4ffadd87bb13f5797f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 392c0d18bbd4061c49513e4ffadd87bb13f5797f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 24 06:00:06 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    gallery-dl: Let ffmpeg-devel satisfy dependency
</span>---
 net/gallery-dl/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/gallery-dl/Portfile b/net/gallery-dl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 355303b1561..f5f2145a2c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/gallery-dl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/gallery-dl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ python.default_version 39
</span> depends_lib         port:py${python.version}-requests
 
 variant ffmpeg description {Add ffmpeg dependency to enable Pixiv Ugoira to WebM conversion} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append port:ffmpeg
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_run-append path:bin/ffmpeg:ffmpeg
</span> }
 
 variant youtubedl description {Add youtube-dl dependency to enable video downloads} {
</pre><pre style='margin:0'>

</pre>