<div dir="ltr">Ok, we've fixed the DragonFly git mirrors for dports, so the stay is lifted.  However, this required doing a reset HEAD~4.  Anyone who updated their dports repo in the last 2 days probably needs to do some fixing up.<div><br></div><div>In your dports you need to clean out the last few commits, reset the HEAD, then re-pull.  In the example below the git checkout I do just makes sure that everything is clean before re-pulling.  If you are working on a repo-only git repo without a working tree, use --soft instead of --hard.</div><div><br></div><div>git reset --hard 18199674ad72bd93914f38</div><div>git checkout .</div><div>git pull</div><div><br></div><div>-Matt</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 16, 2017 at 2:24 PM, John Marino <span dir="ltr"><<a href="mailto:dragonflybsd@marino.st" target="_blank">dragonflybsd@marino.st</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The last 4 commits on DPorts are wrong.<br>
The dragonfly dports mirror was pointing at jrmarino/DPorts which in turn was pointing at DragonFlyBSD/DPorts.<br>
<br>
I forked DragonFlyBSD/DPorts and now the mirror is reflecting my local changes.  Matt has to fix this.<br>
<br>
This is the last good commit:<br>
<a href="https://gitweb.dragonflybsd.org/dports.git/commit/18199674ad72bd93914f38e4acb89cecf1f9541f" rel="noreferrer" target="_blank">https://gitweb.dragonflybsd.or<wbr>g/dports.git/commit/18199674ad<wbr>72bd93914f38e4acb89cecf1f9541f</a><br>
<br>
Don't use anything past that if you build from source until this is sorted out.<span class="HOEnZb"><font color="#888888"><br>
<br>
John<br>
<br>
</font></span></blockquote></div><br></div>