<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>On Jan 12, 2017, at 19:38, Ryan Schmidt <<a href="mailto:ryandesign@macports.org">ryandesign@macports.org</a>> wrote:</div><div><br></div><blockquote type="cite"><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div></div><div>On Jan 12, 2017, at 19:28, Marius Schamschula <<a href="mailto:mps@macports.org">mps@macports.org</a>> wrote:</div><div><br></div><blockquote type="cite"><div><pre style="margin:0">Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/666b4d8918ed73de55a42a69598509b4a512439e">https://github.com/macports/macports-ports/commit/666b4d8918ed73de55a42a69598509b4a512439e</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 666b4d8  arp-scan: use GitHub
</span>666b4d8 is described below

<span style="display:block; white-space:pre;color:#808000;">commit 666b4d8918ed73de55a42a69598509b4a512439e
</span>Author: Marius Schamschula <<a href="mailto:mps@macports.org">mps@macports.org</a>>
AuthorDate: Thu Jan 12 19:28:18 2017 -0600

<span style="display:block; white-space:pre;color:#404040;">    arp-scan: use GitHub
</span>---
 net/arp-scan/Portfile | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

<span style="display:block; white-space:pre;color:#808080;">diff --git a/net/arp-scan/Portfile b/net/arp-scan/Portfile
</span><span style="display:block; white-space:pre;color:#808080;">index b783858..2608f90 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;">--- a/net/arp-scan/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;">+++ b/net/arp-scan/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;">@@ -1,24 +1,21 @@
</span> # -*- 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
 
 PortSystem          1.0
<span style="display:block; white-space:pre;background:#e0ffe0;">+PortGroup           github 1.0
</span> 
<span style="display:block; white-space:pre;background:#ffe0e0;">-name                arp-scan
</span><span style="display:block; white-space:pre;background:#ffe0e0;">-version             1.9
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+github.setup        royhills arp-scan 1.9
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+revision            1
</span> categories          net
 license             GPL-3
<span style="display:block; white-space:pre;background:#ffe0e0;">-maintainers         <a href="http://gmail.com">gmail.com</a>:mschamschula openmaintainer
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+maintainers         mps openmaintainer
</span> description         ARP scanning and fingerprinting tool
 long_description    Arp-scan is a command-line tool that uses the ARP protocol to \
                     discover and fingerprint IP hosts on the local network.
 platforms           darwin
<span style="display:block; white-space:pre;background:#ffe0e0;">-homepage            <a href="http://www.nta-monitor.com/tools-resources/security-tools/arp-scan">http://www.nta-monitor.com/tools-resources/security-tools/arp-scan</a>
</span><span style="display:block; white-space:pre;background:#ffe0e0;">-master_sites        <a href="http://www.nta-monitor.com/files/arp-scan/">http://www.nta-monitor.com/files/arp-scan/</a>
</span> 
<span style="display:block; white-space:pre;background:#ffe0e0;">-checksums           rmd160  1c6dabae9ff665ec540b144e8c6613debedfc822 \
</span><span style="display:block; white-space:pre;background:#ffe0e0;">-                    sha256  ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+checksums           rmd160  c3723a3a0998c3486c26765ed159490580655519 \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                    sha256  b88e50721416fb9b02ac57fbc26460ba0c698d32d59c80ad57866f8b5c01f20b
</span> 
 depends_lib         port:libpcap
 
<span style="display:block; white-space:pre;background:#ffe0e0;">-livecheck.type      regex
</span><span style="display:block; white-space:pre;background:#ffe0e0;">-livecheck.url       ${homepage}
</span><span style="display:block; white-space:pre;background:#ffe0e0;">-livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+use_autoreconf      yes
</span></pre><pre style="margin:0"></pre>

</div></blockquote><br><div>Checksum mismatch for anyone getting the old distfile (which had the same name) from the distfiles mirror.</div><div><br></div><div>This should be handled as a stealth update per the PortfileRecipes wiki page. </div></div></blockquote><br><div>Better yet, avoid the stealth update and checksum change and the revbump and the autoreconf by using github.tarball_from releases -- assuming the release tarball posted on GitHub is the same as the one on the old site. </div></body></html>