<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cb9bf519fe39c25a3d6606c7405325bb2dbd9d34">https://github.com/macports/macports-ports/commit/cb9bf519fe39c25a3d6606c7405325bb2dbd9d34</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 cb9bf519fe3 mochiweb: update to 3.1.2, fix a broken port
</span>cb9bf519fe3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cb9bf519fe39c25a3d6606c7405325bb2dbd9d34
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Wed May 17 22:22:59 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    mochiweb: update to 3.1.2, fix a broken port
</span>---
 erlang/mochiweb/Portfile | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/erlang/mochiweb/Portfile b/erlang/mochiweb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 431a00a0f02..4be0159fe0a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/erlang/mochiweb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/erlang/mochiweb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,10 +4,9 @@ PortSystem      1.0
</span> PortGroup       github 1.0
 
 epoch           20111014
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup    mochi mochiweb 2.7.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup    mochi mochiweb 3.1.2 v
</span> categories      erlang www
 license         MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms       darwin
</span> maintainers     nomaintainer
 supported_archs noarch
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,25 +16,30 @@ long_description \
</span>     ${description}
 
 depends_lib     port:erlang
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                port:rebar3
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums       rmd160  deffa504702f58ecb9dd0de2149d50b374356bde \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                sha256  4f76cbc1bb81ed1f99e6993589568bb9711584de48c679d9f967975e0dcd7d7c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums       rmd160  aa1eff1f10195a4672a04274a2f1033c12db1ddd \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                sha256  c213519dbc09e1e99cd72d5c1f333e841a7fbb58b06416898bf9eb0de7f39533 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                size    137877
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_configure no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_configure   no
</span> build.target-append edoc
 
 set libdir ${prefix}/lib/erlang/lib/${name}
 
 destroot {
     xinstall -d ${destroot}${libdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    copy ${worksrcpath}/ebin ${destroot}${libdir}/ebin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/_build/default/lib/${name}/ebin ${destroot}${libdir}/ebin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/include ${destroot}${libdir}/include
</span>     copy ${worksrcpath}/scripts ${destroot}${libdir}/scripts
     copy ${worksrcpath}/src ${destroot}${libdir}/src
 
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 644 -W ${worksrcpath} CHANGES.md LICENSE README ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 -W ${worksrcpath} CHANGES.md LICENSE README.md ${destroot}${docdir}
</span>     copy ${worksrcpath}/doc ${destroot}${docdir}/html
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/examples ${destroot}${docdir}
</span>     xinstall -m 644 ${filespath}/README.MacPorts ${destroot}${docdir}
     reinplace s:@PREFIX@:${prefix}: ${destroot}${docdir}/README.MacPorts
 }
</pre><pre style='margin:0'>

</pre>