<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Arg:<div class=""><br class=""></div><div class="">I wish I had seen your second email before committing the stealth update routineā€¦</div><div class=""><br class=""></div><div class="">The checksum are indeed the same as on the old site.</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 12, 2017, at 7:41 PM, Ryan Schmidt <<a href="mailto:ryandesign@macports.org" class="">ryandesign@macports.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class=""></div><div class="">On Jan 12, 2017, at 19:38, Ryan Schmidt <<a href="mailto:ryandesign@macports.org" class="">ryandesign@macports.org</a>> wrote:</div><div class=""><br class=""></div><blockquote type="cite" class=""><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div class=""></div><div class="">On Jan 12, 2017, at 19:28, Marius Schamschula <<a href="mailto:mps@macports.org" class="">mps@macports.org</a>> wrote:</div><div class=""><br class=""></div><blockquote type="cite" class=""><div class=""><pre style="margin:0" class="">Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre><p class=""><a href="https://github.com/macports/macports-ports/commit/666b4d8918ed73de55a42a69598509b4a512439e" class="">https://github.com/macports/macports-ports/commit/666b4d8918ed73de55a42a69598509b4a512439e</a></p>
<pre style="white-space: pre; background: #F8F8F8" class="">The following commit(s) were added to refs/heads/master by this push:
<span style="display:block; white-space:pre;color:#404040;" class="">     new 666b4d8  arp-scan: use GitHub
</span>666b4d8 is described below

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

<span style="display:block; white-space:pre;color:#404040;" class="">    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;" class="">diff --git a/net/arp-scan/Portfile b/net/arp-scan/Portfile
</span><span style="display:block; white-space:pre;color:#808080;" class="">index b783858..2608f90 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">--- a/net/arp-scan/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">+++ b/net/arp-scan/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -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;" class="">+PortGroup           github 1.0
</span> 
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-name                arp-scan
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-version             1.9
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+github.setup        royhills arp-scan 1.9
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+revision            1
</span> categories          net
 license             GPL-3
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-maintainers         <a href="http://gmail.com/" class="">gmail.com</a>:mschamschula openmaintainer
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+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;" class="">-homepage            <a href="http://www.nta-monitor.com/tools-resources/security-tools/arp-scan" class="">http://www.nta-monitor.com/tools-resources/security-tools/arp-scan</a>
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-master_sites        <a href="http://www.nta-monitor.com/files/arp-scan/" class="">http://www.nta-monitor.com/files/arp-scan/</a>
</span> 
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-checksums           rmd160  1c6dabae9ff665ec540b144e8c6613debedfc822 \
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-                    sha256  ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+checksums           rmd160  c3723a3a0998c3486c26765ed159490580655519 \
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+                    sha256  b88e50721416fb9b02ac57fbc26460ba0c698d32d59c80ad57866f8b5c01f20b
</span> 
 depends_lib         port:libpcap
 
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-livecheck.type      regex
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-livecheck.url       ${homepage}
</span><span style="display:block; white-space:pre;background:#ffe0e0;" class="">-livecheck.regex     ${name}-(<a href="smb://d+(?://.//d+)*)${extract.suffix}" class="">\\d+(?:\\.\\d+)*)${extract.suffix}</a>
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+use_autoreconf      yes
</span></pre><pre style="margin:0" class=""></pre>

</div></blockquote><br class=""><div class="">Checksum mismatch for anyone getting the old distfile (which had the same name) from the distfiles mirror.</div><div class=""><br class=""></div><div class="">This should be handled as a stealth update per the PortfileRecipes wiki page. </div></div></blockquote><br class=""><div class="">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></div></div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Marius</div><div class="">--</div><div class="">Marius Schamschula</div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">

</div>
<br class=""></div></body></html>