Skip to content

Commit 4a76ab8

Browse files
concussiousbapt
authored andcommitted
pkg.conf.5: Tweak example repos for pkgbase
MFC after: 3 days
1 parent e9ae436 commit 4a76ab8

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

docs/pkg.conf.5

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.\"
2828
.\" @(#)pkg.1
2929
.\"
30-
.Dd December 12, 2025
30+
.Dd March 11, 2026
3131
.Dt PKG.CONF 5
3232
.Os
3333
.Sh NAME
@@ -751,9 +751,9 @@ configuration file always overrides the value of an option set in the
751751
file.
752752
.Sh EXAMPLES
753753
.Fx
754-
latest repository configuration:
754+
latest ports repository configuration:
755755
.Bd -literal -offset indent
756-
FreeBSD: {
756+
FreeBSD-ports: {
757757
url: "pkg+https://pkg.freebsd.org/${ABI}/latest",
758758
enabled: true,
759759
signature_type: "fingerprints",
@@ -763,9 +763,21 @@ FreeBSD: {
763763
.Ed
764764
.Pp
765765
.Fx
766+
latest base repository configuration:
767+
.Bd -literal -offset indent
768+
FreeBSD-base: {
769+
url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_latest",
770+
enabled: true,
771+
signature_type: "fingerprints",
772+
fingerprints: "/usr/share/keys/pkg",
773+
mirror_type: "srv"
774+
}
775+
.Ed
776+
.Pp
777+
.Fx
766778
quarterly kernel modules repository configuration:
767779
.Bd -literal -offset indent
768-
FreeBSD-kmods: {
780+
FreeBSD-ports-kmods: {
769781
url: "pkg+https://pkg.freebsd.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
770782
enabled: true,
771783
signature_type: "fingerprints",

0 commit comments

Comments
 (0)