<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1870743e3db9d79ed536a0296c9a0af64beed949">https://github.com/macports/macports-ports/commit/1870743e3db9d79ed536a0296c9a0af64beed949</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 1870743e3db asciidoc: set github.tarball_from correctly
</span>1870743e3db is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1870743e3db9d79ed536a0296c9a0af64beed949
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Feb 7 01:55:43 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    asciidoc: set github.tarball_from correctly
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/72006
</span>---
 textproc/asciidoc/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/asciidoc/Portfile b/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b4355f15f12..ebb6b9ccefc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,8 @@ PortGroup           python 1.0
</span> 
 github.setup        asciidoc-py asciidoc-py 10.2.1
 revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Please uncomment the line below next time the port is updated.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Please use the line below instead next time the port is updated.
</span> #github.tarball_from releases
 checksums           rmd160  f7a190ae21ba4664cae18915038e0cdd9eccd15f \
                     sha256  c3d9df7d0150bd8431c44bcc85fb29bc953a76b86ad3b8ccb34272208bf7ab4c \
</pre><pre style='margin:0'>

</pre>