File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
751751file.
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
766778quarterly 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",
You can’t perform that action at this time.
0 commit comments