<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/03e125ee250c6613e72c73db60f37ca040b9aea2">https://github.com/macports/macports-ports/commit/03e125ee250c6613e72c73db60f37ca040b9aea2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 03e125ee250c6613e72c73db60f37ca040b9aea2
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Jul 13 08:17:35 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    Pothos: simplify via pg stub; rev-bump
</span>---
 science/Pothos/Portfile | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/Pothos/Portfile b/science/Pothos/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8708acd5ad..3f085a17420 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/Pothos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/Pothos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           stub 1.0
</span> 
 name                Pothos
 # we use PothosCore version as reference
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,7 +21,6 @@ long_description    ${description} \
</span>     boiler-plate. Processing blocks can support computational offload and \
     integration with SoC and DMA devices.
 homepage            http://pothosware.com
<span style='display:block; white-space:pre;background:#ffe0e0;'>-distfiles
</span> revision            0
 
 depends_run-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,13 +32,4 @@ depends_run-append \
</span>     port:PothosSoapy \
     port:PothosWidgets
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_configure           no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-build                   {}
</span> supported_archs         noarch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Install a dummy file to keep MacPorts from complaining that the destroot
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # directory is empty.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${destroot}${prefix}/share/${name}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "touch ${destroot}${prefix}/share/${name}/dummy.txt"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span></pre><pre style='margin:0'>

</pre>