<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1ad22d2d2f4868b4c241737b01ace0080faba544">https://github.com/macports/macports-ports/commit/1ad22d2d2f4868b4c241737b01ace0080faba544</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 1ad22d2d2f4 binplist: add note about python3; add checksums size
</span>1ad22d2d2f4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1ad22d2d2f4868b4c241737b01ace0080faba544
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Fri Feb 11 17:52:16 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    binplist: add note about python3; add checksums size
</span>---
 sysutils/binplist/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<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 bd1425f529e..20923922068 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;'>@@ -10,13 +10,15 @@ platforms           darwin
</span> maintainers         {khindenburg @kurthindenburg} openmaintainer
 license             Apache-2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# 2022: no python3 version
</span> python.default_version     27
 
 description         A binary plist parser
 long_description    ${description}
 
 checksums           rmd160  4d8466bac247c702a1fa123d63b39c2d5b6677f5 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  9480f6d25d26de6e37ae8785596e98774f63a9e3f3a29d6614b46340f0bca8bb
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  9480f6d25d26de6e37ae8785596e98774f63a9e3f3a29d6614b46340f0bca8bb \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    21883
</span> 
 depends_build-append    port:py${python.version}-setuptools
 depends_lib-append      port:py${python.version}-tz
</pre><pre style='margin:0'>

</pre>