<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2d99b52d6d7e73d40a34115d46230104551a1848">https://github.com/macports/macports-ports/commit/2d99b52d6d7e73d40a34115d46230104551a1848</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 2d99b52d6d7 asciidoc: update platforms, rebuild
</span>2d99b52d6d7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2d99b52d6d7e73d40a34115d46230104551a1848
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat Nov 19 18:32:35 2022 -0800
<span style='display:block; white-space:pre;color:#404040;'> asciidoc: update platforms, rebuild
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This ensures the port is installed in the appropriate ruby31 paths.
</span>---
textproc/asciidoctor/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/asciidoctor/Portfile b/textproc/asciidoctor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 626320f35b6..5bb8baf42a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/asciidoctor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/asciidoctor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,13 +5,13 @@ PortGroup ruby 1.0
</span>
ruby.setup asciidoctor 2.0.18 gem {} rubygems ruby31
name asciidoctor
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
# Prevent addition of the ruby interpreter version number as suffix to command line tools
ruby.link_binaries_suffix
categories textproc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin any}
</span> supported_archs noarch
license MIT
</pre><pre style='margin:0'>
</pre>