<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/aabc11f51e1c7d8eb542be2b0e7fd0b6674cf255">https://github.com/macports/macports-ports/commit/aabc11f51e1c7d8eb542be2b0e7fd0b6674cf255</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 aabc11f  qBittorrent: remove the use of macdeployqt
</span>aabc11f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aabc11f51e1c7d8eb542be2b0e7fd0b6674cf255
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Jan 16 21:33:24 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qBittorrent: remove the use of macdeployqt
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/59975
</span>---
 net/qBittorrent/Portfile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 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 9d161d6..bbb4a22 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;'>@@ -6,7 +6,7 @@ PortGroup       qt5 1.0
</span> PortGroup       compiler_blacklist_versions 1.0
 
 github.setup    qbittorrent qBittorrent 4.2.1 release-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        1
</span> categories      net
 maintainers     {@i0ntempest me.com:szf1234} openmaintainer
 platforms       darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ checksums       rmd160  63b72794c0560a1e0ef124e997e4b3d5201ffdcb \
</span>                 sha256  02ba3693fcf48ca8f163bbc0031049579c647c79465c45b64d104df9afa316be \
                 size    7824454
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append \
</span>                 port:boost \
                 port:libtorrent-rasterbar \
                 path:lib/libssl.dylib:openssl \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,19 +36,20 @@ compiler.cxx_standard 2014
</span> compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 900.0.39.2}
 
 qt5.depends_component \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                qttools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                qttranslations
</span> 
 configure.args-append \
                 --disable-gui
 
 destroot {
         if {[variant_isset gui]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                exec ${qt_dir}/bin/macdeployqt ${worksrcpath}/src/qBittorrent.app -codesign=- >/dev/null 2>/dev/null
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                copy ${worksrcpath}/src/qBittorrent.app ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            set appname "qBittorrent.app"
</span>         } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                exec ${qt_dir}/bin/macdeployqt ${worksrcpath}/src/qbittorrent-nox.app -codesign=- >/dev/null 2>/dev/null
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                copy ${worksrcpath}/src/qbittorrent-nox.app ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            set appname "qbittorrent-nox.app"
</span>         }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|Plugins = PlugIns|Plugins = ${qt_dir}/plugins|g" ${worksrcpath}/src/${appname}/Contents/Resources/qt.conf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system -W ${worksrcpath}/src "/usr/bin/codesign --sign - ${appname}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        copy ${worksrcpath}/src/${appname} ${destroot}${applications_dir}
</span> }
 
 variant gui description {Enable GUI} {
</pre><pre style='margin:0'>

</pre>