<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/5309c13b1c0995dca7682b4b29b762ea36c47dd2">https://github.com/macports/macports-ports/commit/5309c13b1c0995dca7682b4b29b762ea36c47dd2</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 5309c13  wireshark-devel: Use expansion operator not eval
</span>5309c13 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5309c13b1c0995dca7682b4b29b762ea36c47dd2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Oct 6 19:55:58 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wireshark-devel: Use expansion operator not eval
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Prefix octal numbers with 0.
</span>---
 net/wireshark-devel/Portfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark-devel/Portfile b/net/wireshark-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dafc038..de1d11c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -142,11 +142,11 @@ post-destroot {
</span>                     ${destroot}${prefix}/include/wireshark/epan/dissectors/ \
                     ${destroot}${prefix}/include/wireshark/epan/ftypes/ \
                     ${destroot}${prefix}/include/wireshark/wiretap/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        xinstall -m 644 -W ${worksrcpath}/ color.h config.h register.h ${destroot}${prefix}/include/wireshark/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        eval xinstall -m 644 [glob ${worksrcpath}/epan/*.h] ${destroot}${prefix}/include/wireshark/epan/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        eval xinstall -m 644 [glob ${worksrcpath}/epan/crypt/*.h] ${destroot}${prefix}/include/wireshark/epan/crypt/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        eval xinstall -m 644 [glob ${worksrcpath}/epan/dfilter/*.h] ${destroot}${prefix}/include/wireshark/epan/dfilter/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        eval xinstall -m 644 [glob ${worksrcpath}/epan/dissectors/*.h] ${destroot}${prefix}/include/wireshark/epan/dissectors/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        eval xinstall -m 644 [glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 -W ${worksrcpath}/ color.h config.h register.h ${destroot}${prefix}/include/wireshark/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 {*}[glob ${worksrcpath}/epan/*.h] ${destroot}${prefix}/include/wireshark/epan/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 {*}[glob ${worksrcpath}/epan/crypt/*.h] ${destroot}${prefix}/include/wireshark/epan/crypt/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 {*}[glob ${worksrcpath}/epan/dfilter/*.h] ${destroot}${prefix}/include/wireshark/epan/dfilter/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 {*}[glob ${worksrcpath}/epan/dissectors/*.h] ${destroot}${prefix}/include/wireshark/epan/dissectors/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 {*}[glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 {*}[glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
</span> }
</pre><pre style='margin:0'>

</pre>