If upgrading the port requires special steps like
changing configuration files or running a specific program,
you should document this in the file
/usr/ports/UPDATING
. The format of
an entry in this file is as follows:
If you are including exact portmaster or portupgrading instructions, please make sure to get the shell escaping right.
The /usr/ports/MOVED
file is used to
list moved or removed ports. Each line in the file is made
up of the name of the port, where the port was moved to, when,
and why. If the port was removed, the section detailing where
it was moved to can be left blank. Each section must be
separated by the |
(pipe) character, like
so:
The date should be entered in the form
YYYY-MM-DD
. New entries should be added to
the end of the file to keep it in chronological order.
If a port was removed but has since been restored, delete the line in this file that states that it was removed.
The changes can be validated with
Tools/scripts/MOVEDlint.awk
.
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.