<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1ecec5820a5acccf153034354cd41017d1bad3f7">https://github.com/macports/macports-ports/commit/1ecec5820a5acccf153034354cd41017d1bad3f7</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 1ecec5820a5 cmake-devel: fix/enable docs subport See: https://trac.macports.org/ticket/63830
</span>1ecec5820a5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1ecec5820a5acccf153034354cd41017d1bad3f7
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Aug 11 19:34:38 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    cmake-devel: fix/enable docs subport
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/63830
</span>---
 devel/cmake-devel/Portfile | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake-devel/Portfile b/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0993aa3024a..f1aa23c771f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -261,13 +261,6 @@ subport ${subport_gui} {
</span> }
 
 subport ${subport_docs} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # TODO: This subport is still a work-in-progress, and not yet functional
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    known_fail yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    pre-fetch {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_error "${subport} is not yet functional"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        return -code error "subport not functional"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     description \
         CMake Documentation
     long_description \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -358,6 +351,12 @@ subport ${subport_docs} {
</span>         remove_parent_contents \
             ${subport} \
             ${name}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # FIXME: Remove help files; disable generation instead?
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        foreach d [glob ${destroot}${prefix}/share/cmake*] {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_info "${subport}: deleting dir: ${d}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            delete ${d}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        }
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>