git: 5b3e507d0c - main - handbook/ports: Update FreeBSD-ports repo name
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=5b3e507d0c15222ad9721002bd5f42ba13cd71fb commit 5b3e507d0c15222ad9721002bd5f42ba13cd71fb Author: Brian Dorsey <[email protected]> AuthorDate: 2026-01-07 05:36:08 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-03 17:55:50 +0000 handbook/ports: Update FreeBSD-ports repo name Reviewed by: ziaee Closes: https://github.com/freebsd/freebsd-doc/pull/594 --- documentation/content/en/books/handbook/ports/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc index 0aea47b7b5..204c3e6711 100644 --- a/documentation/content/en/books/handbook/ports/_index.adoc +++ b/documentation/content/en/books/handbook/ports/_index.adoc @@ -201,7 +201,7 @@ To switch man:pkg[8] from Quarterly to Latest run the following commands: [source,shell] .... # mkdir -p /usr/local/etc/pkg/repos -# echo 'FreeBSD: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf +# echo 'FreeBSD-ports: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf .... Then run this command to update the local package repositories catalogues for the Latest branch: