<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/46f08a01180a7cf05b665e017aa7cc7d915282d2">https://github.com/macports/macports-ports/commit/46f08a01180a7cf05b665e017aa7cc7d915282d2</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 46f08a01180 p0f: use https
</span>46f08a01180 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 46f08a01180a7cf05b665e017aa7cc7d915282d2
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Sep 17 21:02:17 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    p0f: use https
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - add size checksum
</span>---
 net/p0f/Portfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/p0f/Portfile b/net/p0f/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b5fa9be3ce9..28fd49b6eb1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/p0f/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/p0f/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,6 @@ name                p0f
</span> version             3.09b
 set major           [lindex [split ${version} .] 0]
 categories          net security
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {grimreaper @grimreaper}
 license             LGPL-2.1
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,12 +16,13 @@ long_description    p0f is a versatile passive OS fingerprinting and \
</span>                     information gathering on servers, firewalls, IDSes, and \
                     honeypots, for pen-testing, or just for the fun of it.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://lcamtuf.coredump.cx/p0f3/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://lcamtuf.coredump.cx/p0f3/
</span> master_sites        ${homepage}/releases/
 extract.suffix      .tgz
 
 checksums           rmd160  802ec272b5447a6a551de4fe191b409e79612cc6 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  543b68638e739be5c3e818c3958c3b124ac0ccb8be62ba274b4241dbdec00e7f
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  543b68638e739be5c3e818c3958c3b124ac0ccb8be62ba274b4241dbdec00e7f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    92896
</span> 
 depends_lib         port:libpcap
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,7 @@ build.env          CC=${configure.cc} \
</span>                    MAKE=${build.cmd}
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 -s -W ${worksrcpath} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0755 -s -W ${worksrcpath} \
</span>         ${name} \
         tools/${name}-client \
         tools/${name}-sendsyn \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,10 +53,10 @@ destroot {
</span>         ${destroot}${prefix}/bin
     # the manpage is unavailable in version 3.05b, uncomment when provided again
     #xinstall -m 644 ${worksrcpath}/p0f.1 ${destroot}${prefix}/share/man/man1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 -d ${destroot}${datadir} ${destroot}${prefix}/share/doc
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 644 ${worksrcpath}/p0f.fp ${destroot}${datadir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0755 -d ${destroot}${datadir} ${destroot}${prefix}/share/doc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 ${worksrcpath}/p0f.fp ${destroot}${datadir}
</span>     copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 644 -W ${worksrcpath}/tools README-TOOLS \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 -W ${worksrcpath}/tools README-TOOLS \
</span>         ${destroot}${prefix}/share/doc/${name}
 }
 
</pre><pre style='margin:0'>

</pre>