<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/731d4121da75273c40c4bb324271a420ec5ad5a4">https://github.com/macports/macports-ports/commit/731d4121da75273c40c4bb324271a420ec5ad5a4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 731d4121da75273c40c4bb324271a420ec5ad5a4
</span>Author: Michael Klein <michael@fossekall.de>
AuthorDate: Wed Nov 10 08:02:13 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> also support neon 0.31.x
</span>---
www/cadaver/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/cadaver/Portfile b/www/cadaver/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8ed05a79038..919039f9648 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/cadaver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/cadaver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,7 @@ configure.args --with-expat \
</span> --with-ssl
post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # Ugly hack to support neon 0.30.x, because neither the included
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Ugly hack to support neon 0.3x.y, because neither the included
</span> # autogen.sh nor the usual GNU automadness tools worked for me.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s|27 28 29|27 28 29 30|g" ${worksrcpath}/configure
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace "s|27 28 29|27 28 29 30 31|g" ${worksrcpath}/configure
</span> }
</pre><pre style='margin:0'>
</pre>