<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5e5b4cb4f3fcf1d80b9b183b8c57e7467b9cafdb">https://github.com/macports/macports-ports/commit/5e5b4cb4f3fcf1d80b9b183b8c57e7467b9cafdb</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 5e5b4cb4f3f cmake: fix extract.rename comment to be more accurate
</span>5e5b4cb4f3f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5e5b4cb4f3fcf1d80b9b183b8c57e7467b9cafdb
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Dec 28 10:35:21 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cmake: fix extract.rename comment to be more accurate
</span>---
 devel/cmake/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake/Portfile b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7f78dd58fb3..907e2e6cf99 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,8 +41,8 @@ checksums           rmd160  09373f97fee569133852498f0de6e9f6db10084b \
</span> revision            0
 
 # have to do the rename for this port to work
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# this won't do anything in 3.8.0 or prior
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# it will be part of 3.8.1 and/or 3.9.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# this will not do anything in the current release 3.8.0 or prior
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# it will be part of the next release: 3.8.1 or 3.9.0
</span> # https://trac.macports.org/ticket/66415
 # remove the 'if' clause with the next 'port' release
 if {[exists extract.rename]} {
</pre><pre style='margin:0'>

</pre>