<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/be029c4ce435ea37dd3537e3266c9c49fac8cb8d">https://github.com/macports/macports-ports/commit/be029c4ce435ea37dd3537e3266c9c49fac8cb8d</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 be029c4ce43 pandoc: fix files installation path in destroot phase
</span>be029c4ce43 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit be029c4ce435ea37dd3537e3266c9c49fac8cb8d
</span>Author: Vadym-Valdis Yudaiev <judaew@outlook.de>
AuthorDate: Mon Jul 10 00:21:21 2023 +0300
<span style='display:block; white-space:pre;color:#404040;'> pandoc: fix files installation path in destroot phase
</span>---
textproc/pandoc/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/pandoc/Portfile b/textproc/pandoc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0e167707fc8..4fca7c9f47d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/pandoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/pandoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup github 1.0
</span>
github.setup jgm pandoc 3.1.5
github.tarball_from releases
<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 textproc haskell
license GPL-3
maintainers {judaew @judaew} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,6 +61,6 @@ use_configure no
</span> build {}
destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- move ${worksrcpath}/bin ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- move ${worksrcpath}/share ${destroot}${prefix}/share
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 {*}[glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 {*}[glob ${worksrcpath}/share/man/man1/*] ${destroot}${prefix}/share/man/man1
</span> }
</pre><pre style='margin:0'>
</pre>