<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/3f9dc524399d65910c2f02cdc711b7d3c5422630">https://github.com/macports/macports-ports/commit/3f9dc524399d65910c2f02cdc711b7d3c5422630</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3f9dc524399d65910c2f02cdc711b7d3c5422630
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Dec 23 13:25:39 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    binplist: mark noarch, platforms darwin any
</span>---
 sysutils/binplist/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/binplist/Portfile b/sysutils/binplist/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 20923922068..7bab7be2399 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/binplist/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/binplist/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,8 @@ PortGroup           github 1.0
</span> 
 github.setup        google binplist 0.1.5 v
 categories          sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin any}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> maintainers         {khindenburg @kurthindenburg} openmaintainer
 license             Apache-2
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +15,7 @@ license             Apache-2
</span> python.default_version     27
 
 description         A binary plist parser
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 checksums           rmd160  4d8466bac247c702a1fa123d63b39c2d5b6677f5 \
                     sha256  9480f6d25d26de6e37ae8785596e98774f63a9e3f3a29d6614b46340f0bca8bb \
</pre><pre style='margin:0'>

</pre>