Re: git: c83705a5756e - main - Rename FreeBSD* pkg repos to FreeBSD-ports*
Date: Wed, 27 Aug 2025 22:11:17 UTC
Hi, heads up. The content in the comments has been missed. They are just examples, but now misleading ones. Ceri > On 27 Aug 2025, at 18:01, Colin Percival <cperciva@freebsd.org> wrote: > > The branch main has been updated by cperciva: > > URL: https://cgit.FreeBSD.org/src/commit/?id=c83705a5756ef2b01e0e5b1430e8c5548d4cca6e > > commit c83705a5756ef2b01e0e5b1430e8c5548d4cca6e > Author: Colin Percival <cperciva@FreeBSD.org> > AuthorDate: 2025-08-27 16:46:36 +0000 > Commit: Colin Percival <cperciva@FreeBSD.org> > CommitDate: 2025-08-27 16:46:36 +0000 > > Rename FreeBSD* pkg repos to FreeBSD-ports* > > With pkgbase being the New Way Of Doing Things in FreeBSD 15.0, it is > unnecessarily confusing to have a repository called "FreeBSD" which > contains packages built from the FreeBSD ports tree but not from the > FreeBSD src tree. Bite the bullet and change it now rather than > having an even more painful transition later. > > With hat: re@ > Bikeshed on: freebsd-current, freebsd-ports > Relnotes: The "FreeBSD" and "FreeBSD-kmods" repositories defined > in /etc/pkg/FreeBSD.conf have been renamed to > FreeBSD-ports and FreeBSD-ports-kmods respectively. > Users who override these in /usr/local/etc/pkg/repos > will need to adjust their configuration to match the > new names. > --- > usr.sbin/pkg/FreeBSD.conf.latest | 4 ++-- > usr.sbin/pkg/FreeBSD.conf.quarterly | 4 ++-- > usr.sbin/pkg/FreeBSD.conf.quarterly-release | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/usr.sbin/pkg/FreeBSD.conf.latest b/usr.sbin/pkg/FreeBSD.conf.latest > index 8c68118c4938..91bf02c2610e 100644 > --- a/usr.sbin/pkg/FreeBSD.conf.latest > +++ b/usr.sbin/pkg/FreeBSD.conf.latest > @@ -7,14 +7,14 @@ > # echo "FreeBSD-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf > # > > -FreeBSD: { > +FreeBSD-ports: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > -FreeBSD-kmods: { > +FreeBSD-ports-kmods: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest", > mirror_type: "srv", > signature_type: "fingerprints", > diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly b/usr.sbin/pkg/FreeBSD.conf.quarterly > index 884226fc02d1..4ed590dd04f1 100644 > --- a/usr.sbin/pkg/FreeBSD.conf.quarterly > +++ b/usr.sbin/pkg/FreeBSD.conf.quarterly > @@ -7,14 +7,14 @@ > # echo "FreeBSD-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf > # > > -FreeBSD: { > +FreeBSD-ports: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > -FreeBSD-kmods: { > +FreeBSD-ports-kmods: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly", > mirror_type: "srv", > signature_type: "fingerprints", > diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly-release b/usr.sbin/pkg/FreeBSD.conf.quarterly-release > index bd0ee13b9b43..0f8748b89fed 100644 > --- a/usr.sbin/pkg/FreeBSD.conf.quarterly-release > +++ b/usr.sbin/pkg/FreeBSD.conf.quarterly-release > @@ -7,14 +7,14 @@ > # echo "FreeBSD-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf > # > > -FreeBSD: { > +FreeBSD-ports: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > -FreeBSD-kmods: { > +FreeBSD-ports-kmods: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}", > mirror_type: "srv", > signature_type: "fingerprints", >