<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8f74c51981e9d3dc8e66f5dc566d930bb7a75d0f">https://github.com/macports/macports-ports/commit/8f74c51981e9d3dc8e66f5dc566d930bb7a75d0f</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 8f74c51981e asciidoctor: Use the latest stable version of Ruby (3.0)
</span>8f74c51981e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8f74c51981e9d3dc8e66f5dc566d930bb7a75d0f
</span>Author: Vadim-Valdis Yudaev <judaew@outlook.de>
AuthorDate: Sat Sep 25 15:06:19 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    asciidoctor: Use the latest stable version of Ruby (3.0)
</span>---
 textproc/asciidoctor/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 4b04d5b6668..8edd0b826be 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;'>@@ -3,8 +3,9 @@
</span> PortSystem          1.0
 PortGroup           ruby 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-ruby.setup          asciidoctor 2.0.16 gem {} rubygems ruby26
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ruby.setup          asciidoctor 2.0.16 gem {} rubygems ruby30
</span> name                asciidoctor
<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
</pre><pre style='margin:0'>

</pre>