<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/a3c5b06616e3c7cc463b7bc6c25f25a7040fef8e">https://github.com/macports/macports-ports/commit/a3c5b06616e3c7cc463b7bc6c25f25a7040fef8e</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 a3c5b06  wireshark22: Remove / before ${prefix}
</span>a3c5b06 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a3c5b06616e3c7cc463b7bc6c25f25a7040fef8e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 22 21:32:42 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wireshark22: Remove / before ${prefix}
</span>---
 net/wireshark22/Portfile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark22/Portfile b/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0c11b86..9e5ca68 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,16 +65,16 @@ variant qt4 conflicts no_gui qt5 gtk2 gtk3 description {Build wireshark with a q
</span>     configure.args-append   -DENABLE_QT5=OFF
 
     # post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    #     ln -s ${prefix}/bin/dumpcap ${destroot}/${prefix}/bin/wireshark.app/Contents/MacOS/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #     file mkdir ${destroot}/${prefix}/bin/wireshark.app/Contents/PlugIns
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #     ln -s ${prefix}/lib/wireshark/plugins/${version} ${destroot}/${prefix}/bin/wireshark.app/Contents/PlugIns/wireshark
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #     file copy ${worksrcpath}/packaging/macosx/Resources ${destroot}/${prefix}/bin/wireshark.app/Contents/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #     file delete ${destroot}/${prefix}/bin/wireshark.app/Contents/Info.plist
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #     file copy ${worksrcpath}/packaging/macosx/Info.plist ${destroot}/${prefix}/bin/wireshark.app/Contents/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #     move ${destroot}/${prefix}/bin/wireshark.app ${destroot}${applications_dir}/Wireshark.app
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #     ln -s ${prefix}/bin/dumpcap ${destroot}${prefix}/bin/wireshark.app/Contents/MacOS/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #     file mkdir ${destroot}${prefix}/bin/wireshark.app/Contents/PlugIns
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #     ln -s ${prefix}/lib/wireshark/plugins/${version} ${destroot}${prefix}/bin/wireshark.app/Contents/PlugIns/wireshark
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #     file copy ${worksrcpath}/packaging/macosx/Resources ${destroot}${prefix}/bin/wireshark.app/Contents/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #     file delete ${destroot}${prefix}/bin/wireshark.app/Contents/Info.plist
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #     file copy ${worksrcpath}/packaging/macosx/Info.plist ${destroot}${prefix}/bin/wireshark.app/Contents/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #     move ${destroot}${prefix}/bin/wireshark.app ${destroot}${applications_dir}/Wireshark.app
</span>     # }
     post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        move ${destroot}/${prefix}/bin/Wireshark.app ${destroot}${applications_dir}/Wireshark.app
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        move ${destroot}${prefix}/bin/Wireshark.app ${destroot}${applications_dir}/Wireshark.app
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,7 +90,7 @@ variant qt5 conflicts no_gui qt4 gtk2 gtk3 description {Build wireshark with a q
</span>                             qttranslations
 
     post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        move ${destroot}/${prefix}/bin/Wireshark.app ${destroot}${applications_dir}/Wireshark.app
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        move ${destroot}${prefix}/bin/Wireshark.app ${destroot}${applications_dir}/Wireshark.app
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>