<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/3f7561109415bc6a73d4d40ac24e408ee909afd9">https://github.com/macports/macports-ports/commit/3f7561109415bc6a73d4d40ac24e408ee909afd9</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 3f756110941 py-smartypants: avoid checksum mismatch
</span>3f756110941 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3f7561109415bc6a73d4d40ac24e408ee909afd9
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 27 20:55:17 2025 +1100
<span style='display:block; white-space:pre;color:#404040;'> py-smartypants: avoid checksum mismatch
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/71958
</span>---
python/py-smartypants/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-smartypants/Portfile b/python/py-smartypants/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 39084099c53..78a6153eced 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-smartypants/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-smartypants/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup github 1.0
</span> github.setup leohemsted smartypants.py 2.0.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Stealth update due to legacy tarball and changed repo owner
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites macports_distfiles
</span> name py-smartypants
version 2.0.1
revision 0
</pre><pre style='margin:0'>
</pre>