xref: /freebsd/usr.sbin/pkg/FreeBSD.conf.quarterly (revision db6f6cc583bde6c21618ab4a4ab926f9d57b1641)
1#
2# To disable a repository, instead of modifying or removing this file,
3# create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.:
4#
5#   mkdir -p /usr/local/etc/pkg/repos
6#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
7#   echo "FreeBSD-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
8#
9
10FreeBSD: {
11  url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
12  mirror_type: "srv",
13  signature_type: "fingerprints",
14  fingerprints: "/usr/share/keys/pkg",
15  enabled: yes
16}
17FreeBSD-kmods: {
18  url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly",
19  mirror_type: "srv",
20  signature_type: "fingerprints",
21  fingerprints: "/usr/share/keys/pkg",
22  enabled: yes
23}
24