Skip to content

Commit c83705a

Browse files
committed
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.
1 parent abed9ab commit c83705a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

usr.sbin/pkg/FreeBSD.conf.latest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
# echo "FreeBSD-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
88
#
99

10-
FreeBSD: {
10+
FreeBSD-ports: {
1111
url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
1212
mirror_type: "srv",
1313
signature_type: "fingerprints",
1414
fingerprints: "/usr/share/keys/pkg",
1515
enabled: yes
1616
}
17-
FreeBSD-kmods: {
17+
FreeBSD-ports-kmods: {
1818
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest",
1919
mirror_type: "srv",
2020
signature_type: "fingerprints",

usr.sbin/pkg/FreeBSD.conf.quarterly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
# echo "FreeBSD-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
88
#
99

10-
FreeBSD: {
10+
FreeBSD-ports: {
1111
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
1212
mirror_type: "srv",
1313
signature_type: "fingerprints",
1414
fingerprints: "/usr/share/keys/pkg",
1515
enabled: yes
1616
}
17-
FreeBSD-kmods: {
17+
FreeBSD-ports-kmods: {
1818
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly",
1919
mirror_type: "srv",
2020
signature_type: "fingerprints",

usr.sbin/pkg/FreeBSD.conf.quarterly-release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
# echo "FreeBSD-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
88
#
99

10-
FreeBSD: {
10+
FreeBSD-ports: {
1111
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
1212
mirror_type: "srv",
1313
signature_type: "fingerprints",
1414
fingerprints: "/usr/share/keys/pkg",
1515
enabled: yes
1616
}
17-
FreeBSD-kmods: {
17+
FreeBSD-ports-kmods: {
1818
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
1919
mirror_type: "srv",
2020
signature_type: "fingerprints",

0 commit comments

Comments
 (0)