Am 24.10.2016 um 21:42 schrieb Louis Epstein: > The technical issue persists that I can not update via portmaster because > I installed misc/jive out of sheer curiosity over its unprecedented MOVED > message. workarounds wirth trying - but untested (alternative):
1. pkg delete -fy jive 2. run portmaster with an explicit set of ports, for instance in bash (other shells may not grok the POSIX $(...) ) portmaster -d $(pkg version -Ivl\<| cut -f1 -d\< | xargs pkg info -qo) or: bash -c 'portmaster -d $(pkg version -Ivl\<| cut -f1 -d\< | xargs pkg info -qo)' _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"