Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2025 23:11:17 +0100
From:      Ceri Davies <ceri@submonkey.net>
To:        Colin Percival <cperciva@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: c83705a5756e - main - Rename FreeBSD* pkg repos to FreeBSD-ports*
Message-ID:  <7DCD18C8-82EA-483C-A19F-515964289097@submonkey.net>
In-Reply-To: <202508271701.57RH18Nt071379@gitrepo.freebsd.org>
References:  <202508271701.57RH18Nt071379@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, heads up.
The content in the comments has been missed.  They are just examples, but no=
w misleading ones.

Ceri=20

> On 27 Aug 2025, at 18:01, Colin Percival <cperciva@freebsd.org> wrote:
>=20
> =EF=BB=BFThe branch main has been updated by cperciva:
>=20
> URL: https://cgit.FreeBSD.org/src/commit/?id=3Dc83705a5756ef2b01e0e5b1430e=
8c5548d4cca6e
>=20
> 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
>=20
>    Rename FreeBSD* pkg repos to FreeBSD-ports*
>=20
>    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.
>=20
>    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(-)
>=20
> 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/Free=
BSD.conf
> #
>=20
> -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.co=
nf.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/Free=
BSD.conf
> #
>=20
> -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/Fre=
eBSD.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/Free=
BSD.conf
> #
>=20
> -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",
>=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7DCD18C8-82EA-483C-A19F-515964289097>