<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>Hi James, that's a macports issue.   It looks like "asciidoc" had a stealth update on the upstream maintainers side and it caused macports to fail to install due to a checksum mismatch error.  Unfortunately, the only way to really fix that is wait for someone on the macports team to fix it.  Thankfully a ticket is already opened in trac alerting the macports folks about the issue (<a href="https://trac.macports.org/ticket/62273" target="_blank">https://trac.macports.org/ticket/62273</a>)<br></div><div><br></div><div>I'll let you know when it gets fixed.</div></div></div></blockquote><div><br></div><div>Hi James, asciidoc is now fixed in macport's git repo.  If you're grabbing an updated ports list from git (which I highly suggest), you can issue a "sudo port selfupdate" and it will pick up the revised/updated port list now.  If you're pulling the ports list down via the tarball (standard install is to  use the tarball), you'll probably need to wait a while before trying again.</div><div><br></div><div>If you want to swap a default macports install over to using git for the portslist do the following:</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>sudo mkdir -p /opt/mports</div></div><div class="gmail_quote"><div>cd /opt/mports</div></div><div class="gmail_quote"><div>sudo git clone <a href="https://github.com/macports/macports-ports.git">https://github.com/macports/macports-ports.git</a></div></div></blockquote><div class="gmail_quote"><div><br>Then open "/opt/local/etc/macports/sources.conf" in a text editor. The last line should look like this:<br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>rsync://<a href="http://rsync.macports.org/macports/release/tarballs/ports.tar">rsync.macports.org/macports/release/tarballs/ports.tar</a> [default]</div></div></blockquote><div class="gmail_quote"><div><br>Change it to point to the working copy you checked out:<br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>file:///opt/mports/macports-ports [default]</div></div></blockquote><div class="gmail_quote"><div><br></div><div>Then run (this will take a long while as it has to walk through the entire port tree)</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote">sudo port -d selfupdate</div></blockquote><div class="gmail_quote"><div><br></div></div></div>