<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/370a2919e1579b2f1d4ad4e7c948bc2528b7ce7f">https://github.com/macports/macports-ports/commit/370a2919e1579b2f1d4ad4e7c948bc2528b7ce7f</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 370a2919e15 nmap: correct licence to Restrictive/Distributable
</span>370a2919e15 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 370a2919e1579b2f1d4ad4e7c948bc2528b7ce7f
</span>Author: Dan Villiom Podlaski Christiansen <danchr@macports.org>
AuthorDate: Sat Nov 13 11:31:10 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    nmap: correct licence to Restrictive/Distributable
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Nmap is licensed under unique terms, derived from the GPL but
</span><span style='display:block; white-space:pre;color:#404040;'>    explicitly inconsistent with it. The licence doesn't seem to restrict
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts redistributing neither source nor archives, but it is
</span><span style='display:block; white-space:pre;color:#404040;'>    definitely incompatible with other GPL-licensed software. So,
</span><span style='display:block; white-space:pre;color:#404040;'>    Restrictive/Distributable seems the apt choice.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    As the OpenSSLException clarification is irrelevant to this licence, I
</span><span style='display:block; white-space:pre;color:#404040;'>    removed it.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    While at it, I adjusted the modeline to prevent `port lint nmap` from
</span><span style='display:block; white-space:pre;color:#404040;'>    complaining about tabs.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/nmap/nmap/issues/2199
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63941
</span>---
 net/nmap/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/nmap/Portfile b/net/nmap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd81d73a105..8dc7a1a7f21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/nmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/nmap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +1,4 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# -*- 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
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:sw=4:ts=4:sts=4
</span> 
 PortSystem 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,8 @@ revision 3
</span> categories        net
 maintainers    darkart.com:opendarwin.org {geeklair.net:dluke @danielluke}
 description    Port scanning utility for large networks
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license         {GPL-2 OpenSSLException}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://github.com/nmap/nmap/issues/2199
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license            Restrictive/Distributable
</span> homepage  https://nmap.org/
 platforms      darwin freebsd
 
</pre><pre style='margin:0'>

</pre>