<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/47867e221f420ed3571522e8264b6513d1931f2b">https://github.com/macports/macports-ports/commit/47867e221f420ed3571522e8264b6513d1931f2b</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 47867e221f4 p5-lwp-protocol-https: update to version 6.09
</span>47867e221f4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 47867e221f420ed3571522e8264b6513d1931f2b
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Jul 16 20:25:25 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    p5-lwp-protocol-https: update to version 6.09
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * add required dependency on p5-libwww-perl
</span><span style='display:block; white-space:pre;color:#404040;'>    * minor cleanup
</span>---
 perl/p5-lwp-protocol-https/Portfile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-lwp-protocol-https/Portfile b/perl/p5-lwp-protocol-https/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a17813152f6..43ce2d18d3a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-lwp-protocol-https/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-lwp-protocol-https/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           perl5 1.0
 
 perl5.branches      5.26 5.28 5.30
<span style='display:block; white-space:pre;background:#ffe0e0;'>-perl5.setup         LWP-Protocol-https 6.07 ../by-authors/id/O/OA/OALDERS/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.setup         LWP-Protocol-https 6.09 ../../authors/id/O/OA/OALDERS/
</span> platforms           darwin
 maintainers         nomaintainer
 license             {Artistic-1 GPL}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,12 +17,17 @@ long_description    The LWP::Protocol::https module used to be bundled with p5-l
</span>                     dependency on ${name} and will no longer need to know what \
                     underlying modules to install.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  6b515401aa1bcf6148cb0dc6992898eb8629fd6c \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  522cc946cf84a1776304a5737a54b8822ec9e79b264d0ba0722a70473dbfb9e7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  12d645bf2f5d2f5ce256f88e8659274314a058c2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  16cfe1a511690b066db5667c8714802ee2b9c5d28a31a3e7bd36fbc70a3af592 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    33557
</span> 
 if {${perl5.major} != ""} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-test-requiresinternet
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     depends_lib-append \
                     port:p${perl5.major}-io-socket-ssl \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-libwww-perl \
</span>                     port:p${perl5.major}-mozilla-ca \
                     port:p${perl5.major}-net-http
 }
</pre><pre style='margin:0'>

</pre>