aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/FreeBSD.conf.quarterly
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg/FreeBSD.conf.quarterly')
-rw-r--r--usr.sbin/pkg/FreeBSD.conf.quarterly9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly b/usr.sbin/pkg/FreeBSD.conf.quarterly
index 4e26582c6981..117bbd49aeae 100644
--- a/usr.sbin/pkg/FreeBSD.conf.quarterly
+++ b/usr.sbin/pkg/FreeBSD.conf.quarterly
@@ -6,6 +6,8 @@
# echo "FreeBSD-ports: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
# echo "FreeBSD-ports-kmods: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
#
+# Note that the FreeBSD-base repository is disabled by default.
+#
FreeBSD-ports: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
@@ -21,3 +23,10 @@ FreeBSD-ports-kmods: {
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
+FreeBSD-base: {
+ url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_latest",
+ mirror_type: "srv",
+ signature_type: "fingerprints",
+ fingerprints: "/usr/share/keys/pkg",
+ enabled: no
+}