<pre style='margin:0'>
Vadim-Valdis Yudaev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d5558057fc2aec6fa5605da00ef5f72dbd09b16c">https://github.com/macports/macports-ports/commit/d5558057fc2aec6fa5605da00ef5f72dbd09b16c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d5558057fc2aec6fa5605da00ef5f72dbd09b16c
</span>Author: Vadim-Valdis Yudaev <judaew@macports.org>
AuthorDate: Mon Jan 10 22:11:56 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-cwcwidth: Fix lib file for x86_64 arch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Switch to GitHub. From GitHub the port is built with the correct library
</span><span style='display:block; white-space:pre;color:#404040;'>    architecture.
</span>---
 python/py-cwcwidth/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cwcwidth/Portfile b/python/py-cwcwidth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fb255330cbb..435ac3de5f2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cwcwidth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cwcwidth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,11 +1,12 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           github 1.0
</span> PortGroup           python 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        sebastinas cwcwidth 0.1.6 v
</span> name                py-cwcwidth
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             0.1.6
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 platforms           darwin
 supported_archs     noarch
</pre><pre style='margin:0'>

</pre>