<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/47d497b8ef4984cf498888020148eebb83048634">https://github.com/macports/macports-ports/commit/47d497b8ef4984cf498888020148eebb83048634</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 47d497b8ef4 p5-net: minor cleanup
</span>47d497b8ef4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 47d497b8ef4984cf498888020148eebb83048634
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat Dec 17 17:54:07 2022 -0800

<span style='display:block; white-space:pre;color:#404040;'>    p5-net: minor cleanup
</span>---
 perl/p5-net/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-net/Portfile b/perl/p5-net/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3af01ce8cb..918319f2b3a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-net/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-net/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,6 @@ maintainers         nomaintainer
</span> description         libnet is a collection of Perl modules which provides a simple \
                     and consistent programming interface (API) to the client side \
                     of various protocols used in the internet community.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> long_description    ${description}
 
 homepage            https://metacpan.org/release/libnet/
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +21,7 @@ checksums           rmd160  6f2ed8ef2137a0f1ab368c5db4ee8f8d79a51eb0 \
</span>                     size    95533
 
 platforms           {darwin any}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> 
 if {${perl5.major} != ""} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,8 +32,6 @@ if {${perl5.major} != ""} {
</span>                     port:p${perl5.major}-io-socket-ip \
                     port:p${perl5.major}-io-socket-ssl \
                     port:p${perl5.major}-socket
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    supported_archs noarch
</span> }
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>