PHB(special>go): Add instructions for overriding go.mod
The USES=go:modules system is smart and clever, but it does all its
evaluation of go.mod during fetch phase, which means that porters can't
patch it first (say, to alter dependencies or change the toolchain
version).
Instead, it's possible to override go.mod by specifying a new one as
a second distfile (and go.sum can be overridden in the same way). We've
supported that for a long time, but we've never documented it before.
Reviewed by: fuz, ziaee
Approved by: ziaee (doc)
Differential Revision: https://reviews.freebsd.org/D55580
mirrors: remove ftp.at.FreeBSD.org
After ~13 years of running the ftp.at.freebsd.org community mirror is
shutting down at the end of March. Remove it from the documentation.
Reported by: Klaus P. Ohrhallinger <k at 7he.at>
hanbook/network: Use consistent wireless interface
This chapter alternated between `iwn0` and `iwm0` for the interface.
Reviewed by: carlavilla, ziaee
Closes: https://github.com/freebsd/freebsd-doc/pull/613
EC2 AMIs: Add .trim() to filtering script
The FreeBSD website uses HTML Tidy, which adds whitespace inside the
table of EC2 AMIs; I didn't notice this when I was testing locally
because it didn't run there. This results in the filtering breaking
since e.g. "ufs" does not match "\nufs\n".
Addding .trim() to the filtering script removes the extra whitespace
which HTML Tidy added.
PR: 293397
Add records about new ports committer (nxjoseph)
New author entry for Yusuf Yaman together with the news item and PGP
key added. List of Developers and Contributors updated as well to follow
steps 1-4 of the Committers Guide.
Reviewed by: osa, vvd (mentors)
Approved by: osa, vvd (mentors)
Differential Revision: https://reviews.freebsd.org/D55435