<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/fb88197e06fca6e004b593b8e3816c68cdabe31d">https://github.com/macports/macports-ports/commit/fb88197e06fca6e004b593b8e3816c68cdabe31d</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 fb88197  qBittorrent: Use ${applications_dir}
</span>fb88197 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fb88197e06fca6e004b593b8e3816c68cdabe31d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jan 16 18:09:39 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    qBittorrent: Use ${applications_dir}
</span>---
 net/qBittorrent/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/qBittorrent/Portfile b/net/qBittorrent/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 17fd0ee..9d161d6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/qBittorrent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/qBittorrent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,10 +44,10 @@ configure.args-append \
</span> destroot {
         if {[variant_isset gui]} {
                 exec ${qt_dir}/bin/macdeployqt ${worksrcpath}/src/qBittorrent.app -codesign=- >/dev/null 2>/dev/null
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                copy ${worksrcpath}/src/qBittorrent.app ${destroot}/Applications/MacPorts/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                copy ${worksrcpath}/src/qBittorrent.app ${destroot}${applications_dir}
</span>         } else {
                 exec ${qt_dir}/bin/macdeployqt ${worksrcpath}/src/qbittorrent-nox.app -codesign=- >/dev/null 2>/dev/null
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                copy ${worksrcpath}/src/qbittorrent-nox.app ${destroot}/Applications/MacPorts/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                copy ${worksrcpath}/src/qbittorrent-nox.app ${destroot}${applications_dir}
</span>         }
 }
 
</pre><pre style='margin:0'>

</pre>