<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/27c9e8715fb1382eb1a5fff56a68526663bb98f5">https://github.com/macports/macports-ports/commit/27c9e8715fb1382eb1a5fff56a68526663bb98f5</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 27c9e87  whois: Fix build failure with MacPorts < 2.5.99
</span>27c9e87 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 27c9e8715fb1382eb1a5fff56a68526663bb98f5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Aug 19 21:22:40 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    whois: Fix build failure with MacPorts < 2.5.99
</span>---
 net/whois/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/whois/Portfile b/net/whois/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4babef8..70fb992 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/whois/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/whois/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,7 @@ master_sites                http://ftp.debian.org/debian/pool/main/w/${name}/
</span> use_xz                      yes
 
 distfiles                   ${name}_${version}${extract.suffix}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+worksrcdir                  ${name}
</span> 
 perl5.branches              5.28
 
</pre><pre style='margin:0'>

</pre>