2013-10-26 03:31:05 +00:00
|
|
|
# $FreeBSD$
|
2014-03-30 15:24:17 +00:00
|
|
|
#
|
|
|
|
# To disable this repository, instead of modifying or removing this file,
|
|
|
|
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
|
|
|
|
#
|
|
|
|
# mkdir -p /usr/local/etc/pkg/repos
|
|
|
|
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
|
|
|
|
#
|
|
|
|
|
2013-10-26 03:31:05 +00:00
|
|
|
FreeBSD: {
|
2013-11-05 02:22:04 +00:00
|
|
|
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
|
2013-10-26 03:31:05 +00:00
|
|
|
mirror_type: "srv",
|
2013-11-05 02:20:49 +00:00
|
|
|
signature_type: "fingerprints",
|
2013-10-29 15:07:54 +00:00
|
|
|
fingerprints: "/usr/share/keys/pkg",
|
2013-11-16 15:54:46 +00:00
|
|
|
enabled: yes
|
2013-10-26 03:31:05 +00:00
|
|
|
}
|