[Bug 284054] ports-mgmt/pkg: Does not recognize .pkg as a valid suffix (triggered by portupgrade)
Date: Tue, 14 Jan 2025 16:46:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284054 --- Comment #7 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #6) Specifically, the FreeBSD pkg bootstrap in main switched to a default of .pkg back in 2021 when the temporary .bsd was replaced: uthor Baptiste Daroussin <bapt@FreeBSD.org> 2021-03-16 15:18:48 +0000 committer Baptiste Daroussin <bapt@FreeBSD.org> 2021-03-16 15:19:52 +0000 commit c244b1d8a38731041d0f3ff4191192a85dd8608b (patch) tree afbdd9bf2139202f5302db885ea4c465be2941d0 /usr.sbin/pkg parent 54ac6f721efccdba5a09aa9f38be0a1c4ef6cf14 (diff) pkg: settle the uniq extension to .pkg instead of .bsd Requested by: many Diffstat (limited to 'usr.sbin/pkg') -rw-r--r-- usr.sbin/pkg/pkg.c 2 1 files changed, 1 insertions, 1 deletions diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c index 48b92049b869..04232672ac39 100644 --- a/usr.sbin/pkg/pkg.c +++ b/usr.sbin/pkg/pkg.c @@ -85,7 +85,7 @@ struct fingerprint { }; static const char *bootstrap_names [] = { - "pkg.bsd", + "pkg.pkg", "pkg.txz", NULL }; -- You are receiving this mail because: You are the assignee for the bug.