Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
show local/remote pkg, instead of remote/local
Andrej Zverev committed 10 years ago
commit 9e004bf5c58977f7ba765e190cd3a711cf621016
parent 90f2d58e3e3108b82a54e4ead15be6e8280498ed
1 file changed +2 -2
modified libpkg/pkg_solve.c
@@ -234,8 +234,8 @@ pkg_print_rule_sbuf(struct pkg_solve_rule *rule, struct sbuf *sb)
		break;
	case PKG_RULE_UPGRADE_CONFLICT:
		sbuf_printf(sb, "upgrade local %s-%s to remote %s-%s",
-
			it->next->var->uid, it->next->var->unit->pkg->version,
-
			it->var->uid, it->var->unit->pkg->version);
+
			it->var->uid, it->var->unit->pkg->version,
+
			it->next->var->uid, it->next->var->unit->pkg->version);
		break;
	case PKG_RULE_EXPLICIT_CONFLICT:
		sbuf_printf(sb, "The following packages conflict with each other: ");